#DC5265

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

Shades of Cabaret #DC5265

Tints of Cabaret #DC5265

Color information

#DC5265 (or 0xDC5265) is unknown color: approx Cabaret. HEX triplet: DC, 52 and 65. RGB value is (220,82,101). Sum of RGB (Red+Green+Blue) = 220+82+101=403 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.59% from 403); Green value is 82 (32.42% from 255 or 20.35% from 403); Blue value is 101 (39.84% from 255 or 25.06% from 403); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5265 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5265 is #23AD9A. Grayscale: #7D7D7D. Windows color (decimal): -2338203 or 6640348. OLE color: 6640348.

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

Color convert

RGB22082101-
CMYK00.630.540.14
HSL351.74º66.35%59.22%-
HSV(B)351.74º62.73%86.27%-
XYZ34.8822.1914.76-
YUV125.43114.22195.46-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 54.59%
GREEN value IS 82 (32.42% from 255) = 20.35%
BLUE value IS 101 (39.84% from 255) = 25.06%
R=54.59%
G=20.35%
B=25.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.54
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2208210100.630.540.14351.7466.3559.22
HexDC526503F36E160423b
Octal334122145077661654010273
Binary1101110010100101100101011111111011011101011000001000010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC5265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC5265; }

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

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

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

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

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

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

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

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