Html Css Color HEX #D9556A Cabaret

📋 copy color: '#D9556A'

red 217 ◦ green 85 ◦ blue 106

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

Shades of Cabaret #D9556A

Tints of Cabaret #D9556A

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.83%

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

R = 53.19%
G = 20.83%
B = 25.98%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#D9556A (or 0xD9556A) is known color: Cabaret. HEX triplet: D9, 55 and 6A. RGB value is (217,85,106). Sum of RGB (Red+Green+Blue) = 217+85+106=408 (54% of max value = 765). Red value is 217 (85.16% from 255 or 53.19% from 408); Green value is 85 (33.59% from 255 or 20.83% from 408); Blue value is 106 (41.80% from 255 or 25.98% from 408); Max value from RGB is 217 - color contains mainly: red. Hex color #D9556A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9556A is #26AA95. Grayscale: #7E7E7E. Windows color (decimal): -2534038 or 6968793. OLE color: 6968793.

HSL color Cylindrical-coordinate representation of color #D9556A: hue angle of 350.45º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D9556A is Cyan = 0, Magento = 0.61, Yellow = 0.51 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 85 106 -
CMYK 0 0.61 0.51 0.15
HSL 350.45º 0.63% 0.59% -
HSV(B) 350.45º 0.61% 0.85% -
XYZ 34.47 22.29 16.12 -
YUV 126.86 116.23 192.29 -
System Red Green Blue C M Y K H S L
Decimal 217 85 106 0 0.61 0.51 0.15 350.45 0.63 0.59
Hex D9 55 6A 0 3D 33 F 15E 3F 3B
Octal 331 125 152 0 75 63 17 536 77 73
Binary 11011001 1010101 1101010 0 111101 110011 1111 101011110 111111 111011

Color Harmonies of #D9556A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9556A

Black with #D9556A

Text Example


Text Example

White with #D9556A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9556A; }

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

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

background-color css

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

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

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

border-color css

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

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

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