#D2536F

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

Shades of Cabaret #D2536F

Tints of Cabaret #D2536F

Color information

#D2536F (or 0xD2536F) is unknown color: approx Cabaret. HEX triplet: D2, 53 and 6F. RGB value is (210,83,111). Sum of RGB (Red+Green+Blue) = 210+83+111=404 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.98% from 404); Green value is 83 (32.81% from 255 or 20.54% from 404); Blue value is 111 (43.75% from 255 or 27.48% from 404); Max value from RGB is 210 - color contains mainly: red. Hex color #D2536F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2536F is #2DAC90. Grayscale: #7C7C7C. Windows color (decimal): -2993297 or 7295954. OLE color: 7295954.

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

Color convert

RGB21083111-
CMYK00.600.470.18
HSL346.77º58.53%57.45%-
HSV(B)346.77º60.48%82.35%-
XYZ32.5421.0417.38-
YUV124.16120.58189.22-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 51.98%
GREEN value IS 83 (32.81% from 255) = 20.54%
BLUE value IS 111 (43.75% from 255) = 27.48%
R=51.98%
G=20.54%
B=27.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.47
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2108311100.600.470.18346.7758.5357.45
HexD2536F03C2F1215b3b39
Octal32212315707457225337371
Binary1101001010100111101111011110010111110010101011011111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2536F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2536F; }

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

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

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

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

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

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

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

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