Html Css Color HEX #D9476C Cranberry

📋 copy color: '#D9476C'

red 217 ◦ green 71 ◦ blue 108

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

Shades of Cranberry #D9476C

Tints of Cranberry #D9476C

RGB

 RED value IS 217 (85.16% from 255) = 54.8%

 GREEN value IS 71 (28.13% from 255) = 17.93%

 BLUE value IS 108 (42.58% from 255) = 27.27%

R = 54.8%
G = 17.93%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#D9476C (or 0xD9476C) is known color: Cranberry. HEX triplet: D9, 47 and 6C. RGB value is (217,71,108). Sum of RGB (Red+Green+Blue) = 217+71+108=396 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.80% from 396); Green value is 71 (28.12% from 255 or 17.93% from 396); Blue value is 108 (42.58% from 255 or 27.27% from 396); Max value from RGB is 217 - color contains mainly: red. Hex color #D9476C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9476C is #26B893. Grayscale: #767676. Windows color (decimal): -2537620 or 7096281. OLE color: 7096281.

HSL color Cylindrical-coordinate representation of color #D9476C: hue angle of 344.79º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D9476C is Cyan = 0, Magento = 0.67, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 71 108 -
CMYK 0 0.67 0.50 0.15
HSL 344.79º 0.66% 0.56% -
HSV(B) 344.79º 0.67% 0.85% -
XYZ 33.58 20.34 16.34 -
YUV 118.87 121.87 197.99 -
System Red Green Blue C M Y K H S L
Decimal 217 71 108 0 0.67 0.50 0.15 344.79 0.66 0.56
Hex D9 47 6C 0 43 32 F 159 42 38
Octal 331 107 154 0 103 62 17 531 102 70
Binary 11011001 1000111 1101100 0 1000011 110010 1111 101011001 1000010 111000

Color Harmonies of #D9476C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9476C

Black with #D9476C

Text Example


Text Example

White with #D9476C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9476C; }

 p { color: rgb(217,71,108); }

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

background-color css

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

 a { background-color: rgb(217,71,108); }

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

border-color css

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

 span { border-color: rgb(217,71,108); }

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