Html Css Color HEX #D04176 Cranberry

📋 copy color: '#D04176'

red 208 ◦ green 65 ◦ blue 118

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

Shades of Cranberry #D04176

Tints of Cranberry #D04176

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.62%

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

R = 53.2%
G = 16.62%
B = 30.18%

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

#D04176 (or 0xD04176) is known color: Cranberry. HEX triplet: D0, 41 and 76. RGB value is (208,65,118). Sum of RGB (Red+Green+Blue) = 208+65+118=391 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.20% from 391); Green value is 65 (25.78% from 255 or 16.62% from 391); Blue value is 118 (46.48% from 255 or 30.18% from 391); Max value from RGB is 208 - color contains mainly: red. Hex color #D04176 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04176 is #2FBE89. Grayscale: #717171. Windows color (decimal): -3128970 or 7750096. OLE color: 7750096.

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

Color convert

RGB 208 65 118 -
CMYK 0 0.69 0.43 0.18
HSL 337.76º 0.6% 0.54% -
HSV(B) 337.76º 0.69% 0.82% -
XYZ 31.17 18.5 19.07 -
YUV 113.8 130.38 195.19 -
System Red Green Blue C M Y K H S L
Decimal 208 65 118 0 0.69 0.43 0.18 337.76 0.6 0.54
Hex D0 41 76 0 45 2B 12 152 3C 36
Octal 320 101 166 0 105 53 22 522 74 66
Binary 11010000 1000001 1110110 0 1000101 101011 10010 101010010 111100 110110

Color Harmonies of #D04176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04176

Black with #D04176

Text Example


Text Example

White with #D04176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04176; }

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

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

background-color css

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

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

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

border-color css

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

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

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