Shades of Cabaret #DC5468
Tints of Cabaret #DC5468
RGB
CMYK
RGB Variations
Color information
#DC5468 (or 0xDC5468) is known color: Cabaret. HEX triplet: DC, 54 and 68. RGB value is (220,84,104). Sum of RGB (Red+Green+Blue) = 220+84+104=408 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.92% from 408); Green value is 84 (33.20% from 255 or 20.59% from 408); Blue value is 104 (41.02% from 255 or 25.49% from 408); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5468 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5468 is #23AB97. Grayscale: #7F7F7F. Windows color (decimal): -2337688 or 6837468. OLE color: 6837468.
HSL color Cylindrical-coordinate representation of color #DC5468: hue angle of 351.18º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DC5468 is Cyan = 0, Magento = 0.62, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 84 | 104 | - |
| CMYK | 0 | 0.62 | 0.53 | 0.14 |
| HSL | 351.18º | 0.66% | 0.6% | - |
| HSV(B) | 351.18º | 0.62% | 0.86% | - |
| XYZ | 35.18 | 22.56 | 15.6 | - |
| YUV | 126.94 | 115.06 | 194.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 84 | 104 | 0 | 0.62 | 0.53 | 0.14 | 351.18 | 0.66 | 0.6 |
| Hex | DC | 54 | 68 | 0 | 3E | 35 | E | 15F | 42 | 3C |
| Octal | 334 | 124 | 150 | 0 | 76 | 65 | 16 | 537 | 102 | 74 |
| Binary | 11011100 | 1010100 | 1101000 | 0 | 111110 | 110101 | 1110 | 101011111 | 1000010 | 111100 |
Color Harmonies of #DC5468
Complementary color
Monochromatic Colors of #DC5468
Black with #DC5468
Text Example
Text Example
White with #DC5468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5468; }
p { color: rgb(220,84,104); }
H1.HeaderClassName
{
color: #DC5468;
}
.AnyTagClassName
{
color: #DC5468;
}
</style>
background-color css
<style>
a { background-color: #DC5468; }
a { background-color: rgb(220,84,104); }
div.DivClassName
{
background-color: #DC5468;
}
.BgClassName
{
background-color: #DC5468;
}
</style>
border-color css
<style>
span { border-color: #DC5468; }
span { border-color: rgb(220,84,104); }
td.TdClassName
{
border-color: #DC5468;
}
.TagClassName
{
border-color: #DC5468;
}
</style>