#DB566B

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

Shades of Cabaret #DB566B

Tints of Cabaret #DB566B

Color information

#DB566B (or 0xDB566B) is unknown color: approx Cabaret. HEX triplet: DB, 56 and 6B. RGB value is (219,86,107). Sum of RGB (Red+Green+Blue) = 219+86+107=412 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.16% from 412); Green value is 86 (33.98% from 255 or 20.87% from 412); Blue value is 107 (42.19% from 255 or 25.97% from 412); Max value from RGB is 219 - color contains mainly: red. Hex color #DB566B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB566B is #24A994. Grayscale: #808080. Windows color (decimal): -2402709 or 7034587. OLE color: 7034587.

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

Color convert

RGB21986107-
CMYK00.610.510.14
HSL350.53º64.88%59.8%-
HSV(B)350.53º60.73%85.88%-
XYZ35.222.7816.45-
YUV128.16116.06192.79-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 53.16%
GREEN value IS 86 (33.98% from 255) = 20.87%
BLUE value IS 107 (42.19% from 255) = 25.97%
R=53.16%
G=20.87%
B=25.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.51
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2198610700.610.510.14350.5364.8859.8
HexDB566B03D33E15f413c
Octal333126153075631653710174
Binary1101101110101101101011011110111001111101010111111000001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB566B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB566B; }

 p { color: rgb(219,86,107); }

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

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

 a { background-color: rgb(219,86,107); }

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

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

 span { border-color: rgb(219,86,107); }

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