Html Css Color HEX #D3596E Cabaret

📋 copy color: '#D3596E'

red 211 ◦ green 89 ◦ blue 110

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

Shades of Cabaret #D3596E

Tints of Cabaret #D3596E

RGB

 RED value IS 211 (82.81% from 255) = 51.46%

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

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

R = 51.46%
G = 21.71%
B = 26.83%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.48

 K value IS 0.17

RGB Variations

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

Color information

#D3596E (or 0xD3596E) is known color: Cabaret. HEX triplet: D3, 59 and 6E. RGB value is (211,89,110). Sum of RGB (Red+Green+Blue) = 211+89+110=410 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.46% from 410); Green value is 89 (35.16% from 255 or 21.71% from 410); Blue value is 110 (43.36% from 255 or 26.83% from 410); Max value from RGB is 211 - color contains mainly: red. Hex color #D3596E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D3596E is #2CA691. Grayscale: #7F7F7F. Windows color (decimal): -2926226 or 7231955. OLE color: 7231955.

HSL color Cylindrical-coordinate representation of color #D3596E: hue angle of 349.67º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D3596E is Cyan = 0, Magento = 0.58, Yellow = 0.48 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 89 110 -
CMYK 0 0.58 0.48 0.17
HSL 349.67º 0.58% 0.59% -
HSV(B) 349.67º 0.58% 0.83% -
XYZ 33.25 22.12 17.27 -
YUV 127.87 117.92 187.29 -
System Red Green Blue C M Y K H S L
Decimal 211 89 110 0 0.58 0.48 0.17 349.67 0.58 0.59
Hex D3 59 6E 0 3A 30 11 15E 3A 3B
Octal 323 131 156 0 72 60 21 536 72 73
Binary 11010011 1011001 1101110 0 111010 110000 10001 101011110 111010 111011

Color Harmonies of #D3596E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3596E

Black with #D3596E

Text Example


Text Example

White with #D3596E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3596E; }

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

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

background-color css

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

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

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

border-color css

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

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

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