#DC576D

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

Shades of Cabaret #DC576D

Tints of Cabaret #DC576D

Color information

#DC576D (or 0xDC576D) is unknown color: approx Cabaret. HEX triplet: DC, 57 and 6D. RGB value is (220,87,109). Sum of RGB (Red+Green+Blue) = 220+87+109=416 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.88% from 416); Green value is 87 (34.38% from 255 or 20.91% from 416); Blue value is 109 (42.97% from 255 or 26.20% from 416); Max value from RGB is 220 - color contains mainly: red. Hex color #DC576D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC576D is #23A892. Grayscale: #818181. Windows color (decimal): -2336915 or 7165916. OLE color: 7165916.

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

Color convert

RGB22087109-
CMYK00.600.500.14
HSL350.08º65.52%60.2%-
HSV(B)350.08º60.45%86.27%-
XYZ35.6823.1417.05-
YUV129.27116.56192.71-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 52.88%
GREEN value IS 87 (34.38% from 255) = 20.91%
BLUE value IS 109 (42.97% from 255) = 26.20%
R=52.88%
G=20.91%
B=26.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.50
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2208710900.600.500.14350.0865.5260.2
HexDC576D03C32E15e423c
Octal334127155074621653610274
Binary1101110010101111101101011110011001011101010111101000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC576D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC576D; }

 p { color: rgb(220,87,109); }

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

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

 a { background-color: rgb(220,87,109); }

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

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

 span { border-color: rgb(220,87,109); }

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