Html Css Color HEX #D9476A Cabaret

📋 copy color: '#D9476A'

red 217 ◦ green 71 ◦ blue 106

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

Shades of Cabaret #D9476A

Tints of Cabaret #D9476A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 26.9%

R = 55.08%
G = 18.02%
B = 26.9%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#D9476A (or 0xD9476A) is known color: Cabaret. HEX triplet: D9, 47 and 6A. RGB value is (217,71,106). Sum of RGB (Red+Green+Blue) = 217+71+106=394 (52% of max value = 765). Red value is 217 (85.16% from 255 or 55.08% from 394); Green value is 71 (28.12% from 255 or 18.02% from 394); Blue value is 106 (41.80% from 255 or 26.90% from 394); Max value from RGB is 217 - color contains mainly: red. Hex color #D9476A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9476A is #26B895. Grayscale: #767676. Windows color (decimal): -2537622 or 6965209. OLE color: 6965209.

HSL color Cylindrical-coordinate representation of color #D9476A: hue angle of 345.62º 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 #D9476A is Cyan = 0, Magento = 0.67, Yellow = 0.51 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 71 106 -
CMYK 0 0.67 0.51 0.15
HSL 345.62º 0.66% 0.56% -
HSV(B) 345.62º 0.67% 0.85% -
XYZ 33.47 20.3 15.79 -
YUV 118.64 120.87 198.15 -
System Red Green Blue C M Y K H S L
Decimal 217 71 106 0 0.67 0.51 0.15 345.62 0.66 0.56
Hex D9 47 6A 0 43 33 F 15A 42 38
Octal 331 107 152 0 103 63 17 532 102 70
Binary 11011001 1000111 1101010 0 1000011 110011 1111 101011010 1000010 111000

Color Harmonies of #D9476A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9476A

Black with #D9476A

Text Example


Text Example

White with #D9476A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9476A; }

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

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

background-color css

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

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

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

border-color css

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

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

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