#D3596F

Color #D3596F Cabaret (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cabaret #D3596F

Tints of Cabaret #D3596F

Color information

#D3596F (or 0xD3596F) is unknown color: approx Cabaret. HEX triplet: D3, 59 and 6F. RGB value is (211,89,111). Sum of RGB (Red+Green+Blue) = 211+89+111=411 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.34% from 411); Green value is 89 (35.16% from 255 or 21.65% from 411); Blue value is 111 (43.75% from 255 or 27.01% from 411); Max value from RGB is 211 - color contains mainly: red. Hex color #D3596F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D3596F is #2CA690. Grayscale: #808080. Windows color (decimal): -2926225 or 7297491. OLE color: 7297491.

HSL color Cylindrical-coordinate representation of color #D3596F: hue angle of 349.18º 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 #D3596F is Cyan = 0, Magento = 0.58, Yellow = 0.47 and Black (K on CMYK) = 0.17.

Color convert

RGB21189111-
CMYK00.580.470.17
HSL349.18º58.1%58.82%-
HSV(B)349.18º57.82%82.75%-
XYZ33.3122.1417.56-
YUV127.99118.42187.21-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 51.34%
GREEN value IS 89 (35.16% from 255) = 21.65%
BLUE value IS 111 (43.75% from 255) = 27.01%
R=51.34%
G=21.65%
B=27.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.47
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2118911100.580.470.17349.1858.158.82
HexD3596F03A2F1115d3a3b
Octal32313115707257215357273
Binary1101001110110011101111011101010111110001101011101111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3596F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3596F; }

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

 H1.HeaderClassName
 {
   color: #D3596F;
 }
 .AnyTagClassName
 {
   color: #D3596F;
 }
</style>
background-color css

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

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

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

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

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

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