Html Css Color HEX #D2596C Cabaret

📋 copy color: '#D2596C'

red 210 ◦ green 89 ◦ blue 108

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

Shades of Cabaret #D2596C

Tints of Cabaret #D2596C

RGB

 RED value IS 210 (82.42% from 255) = 51.6%

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

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

R = 51.6%
G = 21.87%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#D2596C (or 0xD2596C) is known color: Cabaret. HEX triplet: D2, 59 and 6C. RGB value is (210,89,108). Sum of RGB (Red+Green+Blue) = 210+89+108=407 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.60% from 407); Green value is 89 (35.16% from 255 or 21.87% from 407); Blue value is 108 (42.58% from 255 or 26.54% from 407); Max value from RGB is 210 - color contains mainly: red. Hex color #D2596C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2596C is #2DA693. Grayscale: #7F7F7F. Windows color (decimal): -2991764 or 7100882. OLE color: 7100882.

HSL color Cylindrical-coordinate representation of color #D2596C: hue angle of 350.58º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D2596C is Cyan = 0, Magento = 0.58, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 89 108 -
CMYK 0 0.58 0.49 0.18
HSL 350.58º 0.57% 0.59% -
HSV(B) 350.58º 0.58% 0.82% -
XYZ 32.86 21.93 16.69 -
YUV 127.35 117.09 186.96 -
System Red Green Blue C M Y K H S L
Decimal 210 89 108 0 0.58 0.49 0.18 350.58 0.57 0.59
Hex D2 59 6C 0 3A 31 12 15F 39 3B
Octal 322 131 154 0 72 61 22 537 71 73
Binary 11010010 1011001 1101100 0 111010 110001 10010 101011111 111001 111011

Color Harmonies of #D2596C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2596C

Black with #D2596C

Text Example


Text Example

White with #D2596C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2596C; }

 p { color: rgb(210,89,108); }

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

background-color css

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

 a { background-color: rgb(210,89,108); }

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

border-color css

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

 span { border-color: rgb(210,89,108); }

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