#D3486F

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

Shades of Cabaret #D3486F

Tints of Cabaret #D3486F

Color information

#D3486F (or 0xD3486F) is unknown color: approx Cabaret. HEX triplet: D3, 48 and 6F. RGB value is (211,72,111). Sum of RGB (Red+Green+Blue) = 211+72+111=394 (52% of max value = 765). Red value is 211 (82.81% from 255 or 53.55% from 394); Green value is 72 (28.52% from 255 or 18.27% from 394); Blue value is 111 (43.75% from 255 or 28.17% from 394); Max value from RGB is 211 - color contains mainly: red. Hex color #D3486F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3486F is #2CB790. Grayscale: #757575. Windows color (decimal): -2930577 or 7293139. OLE color: 7293139.

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

Color convert

RGB21172111-
CMYK00.660.470.17
HSL343.17º61.23%55.49%-
HSV(B)343.17º65.88%82.75%-
XYZ32.0519.6317.14-
YUV118.01124.05194.33-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 53.55%
GREEN value IS 72 (28.52% from 255) = 18.27%
BLUE value IS 111 (43.75% from 255) = 28.17%
R=53.55%
G=18.27%
B=28.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.47
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2117211100.660.470.17343.1761.2355.49
HexD3486F0422F111573d37
Octal323110157010257215277567
Binary11010011100100011011110100001010111110001101010111111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3486F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3486F; }

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

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

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

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

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

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

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

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