#DC5D6A

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

Shades of Cabaret #DC5D6A

Tints of Cabaret #DC5D6A

Color information

#DC5D6A (or 0xDC5D6A) is unknown color: approx Cabaret. HEX triplet: DC, 5D and 6A. RGB value is (220,93,106). Sum of RGB (Red+Green+Blue) = 220+93+106=419 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.51% from 419); Green value is 93 (36.72% from 255 or 22.20% from 419); Blue value is 106 (41.80% from 255 or 25.30% from 419); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5D6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5D6A is #23A295. Grayscale: #848484. Windows color (decimal): -2335382 or 6970844. OLE color: 6970844.

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

Color convert

RGB22093106-
CMYK00.580.520.14
HSL353.86º64.47%61.37%-
HSV(B)353.86º57.73%86.27%-
XYZ36.0324.0816.39-
YUV132.45113.08190.44-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 52.51%
GREEN value IS 93 (36.72% from 255) = 22.20%
BLUE value IS 106 (41.80% from 255) = 25.30%
R=52.51%
G=22.20%
B=25.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.52
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2209310600.580.520.14353.8664.4761.37
HexDC5D6A03A34E162403d
Octal334135152072641654210075
Binary1101110010111011101010011101011010011101011000101000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC5D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC5D6A; }

 p { color: rgb(220,93,106); }

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

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

 a { background-color: rgb(220,93,106); }

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

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

 span { border-color: rgb(220,93,106); }

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