#D3536A

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

Shades of Cabaret #D3536A

Tints of Cabaret #D3536A

Color information

#D3536A (or 0xD3536A) is unknown color: approx Cabaret. HEX triplet: D3, 53 and 6A. RGB value is (211,83,106). Sum of RGB (Red+Green+Blue) = 211+83+106=400 (52% of max value = 765). Red value is 211 (82.81% from 255 or 52.75% from 400); Green value is 83 (32.81% from 255 or 20.75% from 400); Blue value is 106 (41.80% from 255 or 26.5% from 400); Max value from RGB is 211 - color contains mainly: red. Hex color #D3536A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D3536A is #2CAC95. Grayscale: #7B7B7B. Windows color (decimal): -2927766 or 6968275. OLE color: 6968275.

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

Color convert

RGB21183106-
CMYK00.610.500.17
HSL349.22º59.26%57.65%-
HSV(B)349.22º60.66%82.75%-
XYZ32.5621.0815.99-
YUV123.89117.91190.13-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 52.75%
GREEN value IS 83 (32.81% from 255) = 20.75%
BLUE value IS 106 (41.80% from 255) = 26.5%
R=52.75%
G=20.75%
B=26.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.50
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2118310600.610.500.17349.2259.2657.65
HexD3536A03D321115d3b3a
Octal32312315207562215357372
Binary1101001110100111101010011110111001010001101011101111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3536A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3536A; }

 p { color: rgb(211,83,106); }

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

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

 a { background-color: rgb(211,83,106); }

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

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

 span { border-color: rgb(211,83,106); }

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