#DB5466

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

Shades of Cabaret #DB5466

Tints of Cabaret #DB5466

Color information

#DB5466 (or 0xDB5466) is unknown color: approx Cabaret. HEX triplet: DB, 54 and 66. RGB value is (219,84,102). Sum of RGB (Red+Green+Blue) = 219+84+102=405 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.07% from 405); Green value is 84 (33.20% from 255 or 20.74% from 405); Blue value is 102 (40.23% from 255 or 25.19% from 405); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5466 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5466 is #24AB99. Grayscale: #7E7E7E. Windows color (decimal): -2403226 or 6706395. OLE color: 6706395.

HSL color Cylindrical-coordinate representation of color #DB5466: hue angle of 352º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DB5466 is Cyan = 0, Magento = 0.62, Yellow = 0.53 and Black (K on CMYK) = 0.14.

Color convert

RGB21984102-
CMYK00.620.530.14
HSL352º65.22%59.41%-
HSV(B)352º61.64%85.88%-
XYZ34.7822.3615.05-
YUV126.42114.23194.04-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 54.07%
GREEN value IS 84 (33.20% from 255) = 20.74%
BLUE value IS 102 (40.23% from 255) = 25.19%
R=54.07%
G=20.74%
B=25.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.53
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2198410200.620.530.1435265.2259.41
HexDB546603E35E160413b
Octal333124146076651654010173
Binary1101101110101001100110011111011010111101011000001000001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB5466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB5466; }

 p { color: rgb(219,84,102); }

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

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

 a { background-color: rgb(219,84,102); }

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

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

 span { border-color: rgb(219,84,102); }

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