#DC4565

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

Shades of Cabaret #DC4565

Tints of Cabaret #DC4565

Color information

#DC4565 (or 0xDC4565) is unknown color: approx Cabaret. HEX triplet: DC, 45 and 65. RGB value is (220,69,101). Sum of RGB (Red+Green+Blue) = 220+69+101=390 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.41% from 390); Green value is 69 (27.34% from 255 or 17.69% from 390); Blue value is 101 (39.84% from 255 or 25.90% from 390); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4565 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4565 is #23BA9A. Grayscale: #757575. Windows color (decimal): -2341531 or 6637020. OLE color: 6637020.

HSL color Cylindrical-coordinate representation of color #DC4565: hue angle of 347.28º 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 #DC4565 is Cyan = 0, Magento = 0.69, Yellow = 0.54 and Black (K on CMYK) = 0.14.

Color convert

RGB22069101-
CMYK00.690.540.14
HSL347.28º68.33%56.67%-
HSV(B)347.28º68.64%86.27%-
XYZ33.9920.4114.46-
YUV117.8118.53200.9-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 56.41%
GREEN value IS 69 (27.34% from 255) = 17.69%
BLUE value IS 101 (39.84% from 255) = 25.90%
R=56.41%
G=17.69%
B=25.90%

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
Decimal2206910100.690.540.14347.2868.3356.67
HexDC456504536E15b4439
Octal3341051450105661653310471
Binary11011100100010111001010100010111011011101010110111000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC4565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC4565; }

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

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

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

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

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

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

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

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