#D6516B

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

Shades of Cabaret #D6516B

Tints of Cabaret #D6516B

Color information

#D6516B (or 0xD6516B) is unknown color: approx Cabaret. HEX triplet: D6, 51 and 6B. RGB value is (214,81,107). Sum of RGB (Red+Green+Blue) = 214+81+107=402 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.23% from 402); Green value is 81 (32.03% from 255 or 20.15% from 402); Blue value is 107 (42.19% from 255 or 26.62% from 402); Max value from RGB is 214 - color contains mainly: red. Hex color #D6516B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6516B is #29AE94. Grayscale: #7B7B7B. Windows color (decimal): -2731669 or 7033302. OLE color: 7033302.

HSL color Cylindrical-coordinate representation of color #D6516B: hue angle of 348.27º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D6516B is Cyan = 0, Magento = 0.62, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB21481107-
CMYK00.620.500.16
HSL348.27º61.86%57.84%-
HSV(B)348.27º62.15%83.92%-
XYZ33.3321.2416.25-
YUV123.73118.56192.39-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 53.23%
GREEN value IS 81 (32.03% from 255) = 20.15%
BLUE value IS 107 (42.19% from 255) = 26.62%
R=53.23%
G=20.15%
B=26.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.50
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2148110700.620.500.16348.2761.8657.84
HexD6516B03E321015c3e3a
Octal32612115307662205347672
Binary1101011010100011101011011111011001010000101011100111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6516B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6516B; }

 p { color: rgb(214,81,107); }

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

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

 a { background-color: rgb(214,81,107); }

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

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

 span { border-color: rgb(214,81,107); }

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