Html Css Color HEX #D9596E Cabaret

📋 copy color: '#D9596E'

red 217 ◦ green 89 ◦ blue 110

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

Shades of Cabaret #D9596E

Tints of Cabaret #D9596E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 26.44%

R = 52.16%
G = 21.39%
B = 26.44%

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

#D9596E (or 0xD9596E) is known color: Cabaret. HEX triplet: D9, 59 and 6E. RGB value is (217,89,110). Sum of RGB (Red+Green+Blue) = 217+89+110=416 (55% of max value = 765). Red value is 217 (85.16% from 255 or 52.16% from 416); Green value is 89 (35.16% from 255 or 21.39% from 416); Blue value is 110 (43.36% from 255 or 26.44% from 416); Max value from RGB is 217 - color contains mainly: red. Hex color #D9596E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9596E is #26A691. Grayscale: #818181. Windows color (decimal): -2533010 or 7231961. OLE color: 7231961.

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

Color convert

RGB 217 89 110 -
CMYK 0 0.59 0.49 0.15
HSL 350.16º 0.63% 0.6% -
HSV(B) 350.16º 0.59% 0.85% -
XYZ 35 23.02 17.35 -
YUV 129.67 116.91 190.29 -
System Red Green Blue C M Y K H S L
Decimal 217 89 110 0 0.59 0.49 0.15 350.16 0.63 0.6
Hex D9 59 6E 0 3B 31 F 15E 3F 3C
Octal 331 131 156 0 73 61 17 536 77 74
Binary 11011001 1011001 1101110 0 111011 110001 1111 101011110 111111 111100

Color Harmonies of #D9596E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9596E

Black with #D9596E

Text Example


Text Example

White with #D9596E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9596E; }

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

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

background-color css

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

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

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

border-color css

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

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

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