#D35366

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

Shades of Cabaret #D35366

Tints of Cabaret #D35366

Color information

#D35366 (or 0xD35366) is unknown color: approx Cabaret. HEX triplet: D3, 53 and 66. RGB value is (211,83,102). Sum of RGB (Red+Green+Blue) = 211+83+102=396 (52% of max value = 765). Red value is 211 (82.81% from 255 or 53.28% from 396); Green value is 83 (32.81% from 255 or 20.96% from 396); Blue value is 102 (40.23% from 255 or 25.76% from 396); Max value from RGB is 211 - color contains mainly: red. Hex color #D35366 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D35366 is #2CAC99. Grayscale: #7B7B7B. Windows color (decimal): -2927770 or 6706131. OLE color: 6706131.

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

Color convert

RGB21183102-
CMYK00.610.520.17
HSL351.09º59.26%57.65%-
HSV(B)351.09º60.66%82.75%-
XYZ32.3620.9914.92-
YUV123.44115.91190.46-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 53.28%
GREEN value IS 83 (32.81% from 255) = 20.96%
BLUE value IS 102 (40.23% from 255) = 25.76%
R=53.28%
G=20.96%
B=25.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.52
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2118310200.610.520.17351.0959.2657.65
HexD3536603D341115f3b3a
Octal32312314607564215377372
Binary1101001110100111100110011110111010010001101011111111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D35366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D35366; }

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

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

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

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

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

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

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

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