#D3486E

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

Shades of Cabaret #D3486E

Tints of Cabaret #D3486E

Color information

#D3486E (or 0xD3486E) is unknown color: approx Cabaret. HEX triplet: D3, 48 and 6E. RGB value is (211,72,110). Sum of RGB (Red+Green+Blue) = 211+72+110=393 (52% of max value = 765). Red value is 211 (82.81% from 255 or 53.69% from 393); Green value is 72 (28.52% from 255 or 18.32% from 393); Blue value is 110 (43.36% from 255 or 27.99% from 393); Max value from RGB is 211 - color contains mainly: red. Hex color #D3486E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3486E is #2CB791. Grayscale: #757575. Windows color (decimal): -2930578 or 7227603. OLE color: 7227603.

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

Color convert

RGB21172110-
CMYK00.660.480.17
HSL343.6º61.23%55.49%-
HSV(B)343.6º65.88%82.75%-
XYZ3219.6116.85-
YUV117.89123.55194.41-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 53.69%
GREEN value IS 72 (28.52% from 255) = 18.32%
BLUE value IS 110 (43.36% from 255) = 27.99%
R=53.69%
G=18.32%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.48
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2117211000.660.480.17343.661.2355.49
HexD3486E04230111583d37
Octal323110156010260215307567
Binary11010011100100011011100100001011000010001101011000111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3486E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3486E; }

 p { color: rgb(211,72,110); }

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

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

 a { background-color: rgb(211,72,110); }

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

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

 span { border-color: rgb(211,72,110); }

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