#D3506A

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

Shades of Cabaret #D3506A

Tints of Cabaret #D3506A

Color information

#D3506A (or 0xD3506A) is unknown color: approx Cabaret. HEX triplet: D3, 50 and 6A. RGB value is (211,80,106). Sum of RGB (Red+Green+Blue) = 211+80+106=397 (52% of max value = 765). Red value is 211 (82.81% from 255 or 53.15% from 397); Green value is 80 (31.64% from 255 or 20.15% from 397); Blue value is 106 (41.80% from 255 or 26.70% from 397); Max value from RGB is 211 - color contains mainly: red. Hex color #D3506A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D3506A is #2CAF95. Grayscale: #7A7A7A. Windows color (decimal): -2928534 or 6967507. OLE color: 6967507.

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

Color convert

RGB21180106-
CMYK00.620.500.17
HSL348.09º59.82%57.06%-
HSV(B)348.09º62.09%82.75%-
XYZ32.3320.6315.91-
YUV122.13118.9191.39-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 53.15%
GREEN value IS 80 (31.64% from 255) = 20.15%
BLUE value IS 106 (41.80% from 255) = 26.70%
R=53.15%
G=20.15%
B=26.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.50
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2118010600.620.500.17348.0959.8257.06
HexD3506A03E321115c3c39
Octal32312015207662215347471
Binary1101001110100001101010011111011001010001101011100111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3506A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3506A; }

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

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

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

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

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

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

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

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