Html Css Color HEX #D04476 Cranberry

📋 copy color: '#D04476'

red 208 ◦ green 68 ◦ blue 118

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

Shades of Cranberry #D04476

Tints of Cranberry #D04476

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.26%

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

R = 52.79%
G = 17.26%
B = 29.95%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#D04476 (or 0xD04476) is known color: Cranberry. HEX triplet: D0, 44 and 76. RGB value is (208,68,118). Sum of RGB (Red+Green+Blue) = 208+68+118=394 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.79% from 394); Green value is 68 (26.95% from 255 or 17.26% from 394); Blue value is 118 (46.48% from 255 or 29.95% from 394); Max value from RGB is 208 - color contains mainly: red. Hex color #D04476 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04476 is #2FBB89. Grayscale: #737373. Windows color (decimal): -3128202 or 7750864. OLE color: 7750864.

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

Color convert

RGB 208 68 118 -
CMYK 0 0.67 0.43 0.18
HSL 338.57º 0.6% 0.54% -
HSV(B) 338.57º 0.67% 0.82% -
XYZ 31.35 18.85 19.13 -
YUV 115.56 129.38 193.93 -
System Red Green Blue C M Y K H S L
Decimal 208 68 118 0 0.67 0.43 0.18 338.57 0.6 0.54
Hex D0 44 76 0 43 2B 12 153 3C 36
Octal 320 104 166 0 103 53 22 523 74 66
Binary 11010000 1000100 1110110 0 1000011 101011 10010 101010011 111100 110110

Color Harmonies of #D04476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04476

Black with #D04476

Text Example


Text Example

White with #D04476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04476; }

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

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

background-color css

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

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

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

border-color css

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

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

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