Html Css Color HEX #D04376 Cranberry

📋 copy color: '#D04376'

red 208 ◦ green 67 ◦ blue 118

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

Shades of Cranberry #D04376

Tints of Cranberry #D04376

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.05%

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

R = 52.93%
G = 17.05%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#D04376 (or 0xD04376) is known color: Cranberry. HEX triplet: D0, 43 and 76. RGB value is (208,67,118). Sum of RGB (Red+Green+Blue) = 208+67+118=393 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.93% from 393); Green value is 67 (26.56% from 255 or 17.05% from 393); Blue value is 118 (46.48% from 255 or 30.03% from 393); Max value from RGB is 208 - color contains mainly: red. Hex color #D04376 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04376 is #2FBC89. Grayscale: #727272. Windows color (decimal): -3128458 or 7750608. OLE color: 7750608.

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

Color convert

RGB 208 67 118 -
CMYK 0 0.68 0.43 0.18
HSL 338.3º 0.6% 0.54% -
HSV(B) 338.3º 0.68% 0.82% -
XYZ 31.29 18.73 19.11 -
YUV 114.97 129.71 194.35 -
System Red Green Blue C M Y K H S L
Decimal 208 67 118 0 0.68 0.43 0.18 338.3 0.6 0.54
Hex D0 43 76 0 44 2B 12 152 3C 36
Octal 320 103 166 0 104 53 22 522 74 66
Binary 11010000 1000011 1110110 0 1000100 101011 10010 101010010 111100 110110

Color Harmonies of #D04376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04376

Black with #D04376

Text Example


Text Example

White with #D04376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04376; }

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

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

background-color css

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

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

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

border-color css

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

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

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