#D9536F

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

Shades of Cabaret #D9536F

Tints of Cabaret #D9536F

Color information

#D9536F (or 0xD9536F) is unknown color: approx Cabaret. HEX triplet: D9, 53 and 6F. RGB value is (217,83,111). Sum of RGB (Red+Green+Blue) = 217+83+111=411 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.80% from 411); Green value is 83 (32.81% from 255 or 20.19% from 411); Blue value is 111 (43.75% from 255 or 27.01% from 411); Max value from RGB is 217 - color contains mainly: red. Hex color #D9536F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9536F is #26AC90. Grayscale: #7E7E7E. Windows color (decimal): -2534545 or 7295961. OLE color: 7295961.

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

Color convert

RGB21783111-
CMYK00.620.490.15
HSL347.46º63.81%58.82%-
HSV(B)347.46º61.75%85.1%-
XYZ34.5822.0917.48-
YUV126.26119.39192.72-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 52.80%
GREEN value IS 83 (32.81% from 255) = 20.19%
BLUE value IS 111 (43.75% from 255) = 27.01%
R=52.80%
G=20.19%
B=27.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.49
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2178311100.620.490.15347.4663.8158.82
HexD9536F03E31F15b403b
Octal331123157076611753310073
Binary1101100110100111101111011111011000111111010110111000000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9536F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9536F; }

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

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

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

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

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

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

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

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