Html Css Color HEX #D13F77 Cranberry

📋 copy color: '#D13F77'

red 209 ◦ green 63 ◦ blue 119

#D13F77
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cranberry #D13F77

Tints of Cranberry #D13F77

RGB

 RED value IS 209 (82.03% from 255) = 53.45%

 GREEN value IS 63 (25% from 255) = 16.11%

 BLUE value IS 119 (46.88% from 255) = 30.43%

R = 53.45%
G = 16.11%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.43

 K value IS 0.18

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D13F77 (or 0xD13F77) is known color: Cranberry. HEX triplet: D1, 3F and 77. RGB value is (209,63,119). Sum of RGB (Red+Green+Blue) = 209+63+119=391 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.45% from 391); Green value is 63 (25% from 255 or 16.11% from 391); Blue value is 119 (46.88% from 255 or 30.43% from 391); Max value from RGB is 209 - color contains mainly: red. Hex color #D13F77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13F77 is #2EC088. Grayscale: #707070. Windows color (decimal): -3063945 or 7815121. OLE color: 7815121.

HSL color Cylindrical-coordinate representation of color #D13F77: hue angle of 336.99º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D13F77 is Cyan = 0, Magento = 0.70, Yellow = 0.43 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 63 119 -
CMYK 0 0.70 0.43 0.18
HSL 336.99º 0.61% 0.53% -
HSV(B) 336.99º 0.7% 0.82% -
XYZ 31.4 18.44 19.36 -
YUV 113.04 131.37 196.45 -
System Red Green Blue C M Y K H S L
Decimal 209 63 119 0 0.70 0.43 0.18 336.99 0.61 0.53
Hex D1 3F 77 0 46 2B 12 151 3D 35
Octal 321 77 167 0 106 53 22 521 75 65
Binary 11010001 111111 1110111 0 1000110 101011 10010 101010001 111101 110101

Color Harmonies of #D13F77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13F77

Black with #D13F77

Text Example


Text Example

White with #D13F77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13F77; }

 p { color: rgb(209,63,119); }

 H1.HeaderClassName
 {
   color: #D13F77;
 }
 .AnyTagClassName
 {
   color: #D13F77;
 }
</style>

background-color css

<style>
 a { background-color: #D13F77; }

 a { background-color: rgb(209,63,119); }

 div.DivClassName
 {
   background-color: #D13F77;
 }
 .BgClassName
 {
   background-color: #D13F77;
 }
</style>

border-color css

<style>
 span { border-color: #D13F77; }

 span { border-color: rgb(209,63,119); }

 td.TdClassName
 {
   border-color: #D13F77;
 }
 .TagClassName
 {
   border-color: #D13F77;
 }
</style>