#DC5B6E

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

Shades of Cabaret #DC5B6E

Tints of Cabaret #DC5B6E

Color information

#DC5B6E (or 0xDC5B6E) is unknown color: approx Cabaret. HEX triplet: DC, 5B and 6E. RGB value is (220,91,110). Sum of RGB (Red+Green+Blue) = 220+91+110=421 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.26% from 421); Green value is 91 (35.94% from 255 or 21.62% from 421); Blue value is 110 (43.36% from 255 or 26.13% from 421); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5B6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5B6E is #23A491. Grayscale: #838383. Windows color (decimal): -2335890 or 7232476. OLE color: 7232476.

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

Color convert

RGB22091110-
CMYK00.590.500.14
HSL351.16º64.82%60.98%-
HSV(B)351.16º58.64%86.27%-
XYZ36.0723.8217.45-
YUV131.74115.74190.96-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 52.26%
GREEN value IS 91 (35.94% from 255) = 21.62%
BLUE value IS 110 (43.36% from 255) = 26.13%
R=52.26%
G=21.62%
B=26.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.50
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2209111000.590.500.14351.1664.8260.98
HexDC5B6E03B32E15f413d
Octal334133156073621653710175
Binary1101110010110111101110011101111001011101010111111000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC5B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC5B6E; }

 p { color: rgb(220,91,110); }

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

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

 a { background-color: rgb(220,91,110); }

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

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

 span { border-color: rgb(220,91,110); }

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