Html Css Color HEX #D04E76 Cranberry

📋 copy color: '#D04E76'

red 208 ◦ green 78 ◦ blue 118

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

Shades of Cranberry #D04E76

Tints of Cranberry #D04E76

RGB

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

 GREEN value IS 78 (30.86% from 255) = 19.31%

 BLUE value IS 118 (46.48% from 255) = 29.21%

R = 51.49%
G = 19.31%
B = 29.21%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#D04E76 (or 0xD04E76) is known color: Cranberry. HEX triplet: D0, 4E and 76. RGB value is (208,78,118). Sum of RGB (Red+Green+Blue) = 208+78+118=404 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.49% from 404); Green value is 78 (30.86% from 255 or 19.31% from 404); Blue value is 118 (46.48% from 255 or 29.21% from 404); Max value from RGB is 208 - color contains mainly: red. Hex color #D04E76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D04E76 is #2FB189. Grayscale: #797979. Windows color (decimal): -3125642 or 7753424. OLE color: 7753424.

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

Color convert

RGB 208 78 118 -
CMYK 0 0.62 0.43 0.18
HSL 341.54º 0.58% 0.56% -
HSV(B) 341.54º 0.63% 0.82% -
XYZ 32.01 20.17 19.35 -
YUV 121.43 126.07 189.75 -
System Red Green Blue C M Y K H S L
Decimal 208 78 118 0 0.62 0.43 0.18 341.54 0.58 0.56
Hex D0 4E 76 0 3E 2B 12 156 3A 38
Octal 320 116 166 0 76 53 22 526 72 70
Binary 11010000 1001110 1110110 0 111110 101011 10010 101010110 111010 111000

Color Harmonies of #D04E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04E76

Black with #D04E76

Text Example


Text Example

White with #D04E76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04E76; }

 p { color: rgb(208,78,118); }

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

background-color css

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

 a { background-color: rgb(208,78,118); }

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

border-color css

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

 span { border-color: rgb(208,78,118); }

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