Html Css Color HEX #D9596F Cabaret

📋 copy color: '#D9596F'

red 217 ◦ green 89 ◦ blue 111

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

Shades of Cabaret #D9596F

Tints of Cabaret #D9596F

RGB

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

 GREEN value IS 89 (35.16% from 255) = 21.34%

 BLUE value IS 111 (43.75% from 255) = 26.62%

R = 52.04%
G = 21.34%
B = 26.62%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#D9596F (or 0xD9596F) is known color: Cabaret. HEX triplet: D9, 59 and 6F. RGB value is (217,89,111). Sum of RGB (Red+Green+Blue) = 217+89+111=417 (55% of max value = 765). Red value is 217 (85.16% from 255 or 52.04% from 417); Green value is 89 (35.16% from 255 or 21.34% from 417); Blue value is 111 (43.75% from 255 or 26.62% from 417); Max value from RGB is 217 - color contains mainly: red. Hex color #D9596F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9596F is #26A690. Grayscale: #818181. Windows color (decimal): -2533009 or 7297497. OLE color: 7297497.

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

Color convert

RGB 217 89 111 -
CMYK 0 0.59 0.49 0.15
HSL 349.69º 0.63% 0.6% -
HSV(B) 349.69º 0.59% 0.85% -
XYZ 35.06 23.04 17.64 -
YUV 129.78 117.41 190.21 -
System Red Green Blue C M Y K H S L
Decimal 217 89 111 0 0.59 0.49 0.15 349.69 0.63 0.6
Hex D9 59 6F 0 3B 31 F 15E 3F 3C
Octal 331 131 157 0 73 61 17 536 77 74
Binary 11011001 1011001 1101111 0 111011 110001 1111 101011110 111111 111100

Color Harmonies of #D9596F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9596F

Black with #D9596F

Text Example


Text Example

White with #D9596F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9596F; }

 p { color: rgb(217,89,111); }

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

background-color css

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

 a { background-color: rgb(217,89,111); }

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

border-color css

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

 span { border-color: rgb(217,89,111); }

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