Html Css Color HEX #D04077 Cranberry

📋 copy color: '#D04077'

red 208 ◦ green 64 ◦ blue 119

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

Shades of Cranberry #D04077

Tints of Cranberry #D04077

RGB

 RED value IS 208 (81.64% from 255) = 53.2%

 GREEN value IS 64 (25.39% from 255) = 16.37%

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

R = 53.2%
G = 16.37%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#D04077 (or 0xD04077) is known color: Cranberry. HEX triplet: D0, 40 and 77. RGB value is (208,64,119). Sum of RGB (Red+Green+Blue) = 208+64+119=391 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.20% from 391); Green value is 64 (25.39% from 255 or 16.37% from 391); Blue value is 119 (46.88% from 255 or 30.43% from 391); Max value from RGB is 208 - color contains mainly: red. Hex color #D04077 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04077 is #2FBF88. Grayscale: #717171. Windows color (decimal): -3129225 or 7815376. OLE color: 7815376.

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

Color convert

RGB 208 64 119 -
CMYK 0 0.69 0.43 0.18
HSL 337.08º 0.61% 0.53% -
HSV(B) 337.08º 0.69% 0.82% -
XYZ 31.18 18.41 19.36 -
YUV 113.33 131.21 195.53 -
System Red Green Blue C M Y K H S L
Decimal 208 64 119 0 0.69 0.43 0.18 337.08 0.61 0.53
Hex D0 40 77 0 45 2B 12 151 3D 35
Octal 320 100 167 0 105 53 22 521 75 65
Binary 11010000 1000000 1110111 0 1000101 101011 10010 101010001 111101 110101

Color Harmonies of #D04077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04077

Black with #D04077

Text Example


Text Example

White with #D04077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04077; }

 p { color: rgb(208,64,119); }

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

background-color css

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

 a { background-color: rgb(208,64,119); }

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

border-color css

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

 span { border-color: rgb(208,64,119); }

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