#DC4566

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

Shades of Cabaret #DC4566

Tints of Cabaret #DC4566

Color information

#DC4566 (or 0xDC4566) is unknown color: approx Cabaret. HEX triplet: DC, 45 and 66. RGB value is (220,69,102). Sum of RGB (Red+Green+Blue) = 220+69+102=391 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.27% from 391); Green value is 69 (27.34% from 255 or 17.65% from 391); Blue value is 102 (40.23% from 255 or 26.09% from 391); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4566 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4566 is #23BA99. Grayscale: #757575. Windows color (decimal): -2341530 or 6702556. OLE color: 6702556.

HSL color Cylindrical-coordinate representation of color #DC4566: hue angle of 346.89º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DC4566 is Cyan = 0, Magento = 0.69, Yellow = 0.54 and Black (K on CMYK) = 0.14.

Color convert

RGB22069102-
CMYK00.690.540.14
HSL346.89º68.33%56.67%-
HSV(B)346.89º68.64%86.27%-
XYZ34.0420.4314.72-
YUV117.91119.03200.82-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 56.27%
GREEN value IS 69 (27.34% from 255) = 17.65%
BLUE value IS 102 (40.23% from 255) = 26.09%
R=56.27%
G=17.65%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.54
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2206910200.690.540.14346.8968.3356.67
HexDC456604536E15b4439
Octal3341051460105661653310471
Binary11011100100010111001100100010111011011101010110111000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC4566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC4566; }

 p { color: rgb(220,69,102); }

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

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

 a { background-color: rgb(220,69,102); }

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

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

 span { border-color: rgb(220,69,102); }

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