Shades of Cabaret #DC5269
Tints of Cabaret #DC5269
RGB
CMYK
RGB Variations
Color information
#DC5269 (or 0xDC5269) is known color: Cabaret. HEX triplet: DC, 52 and 69. RGB value is (220,82,105). Sum of RGB (Red+Green+Blue) = 220+82+105=407 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.05% from 407); Green value is 82 (32.42% from 255 or 20.15% from 407); Blue value is 105 (41.41% from 255 or 25.80% from 407); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5269 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5269 is #23AD96. Grayscale: #7D7D7D. Windows color (decimal): -2338199 or 6902492. OLE color: 6902492.
HSL color Cylindrical-coordinate representation of color #DC5269: hue angle of 350º 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 #DC5269 is Cyan = 0, Magento = 0.63, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 82 | 105 | - |
| CMYK | 0 | 0.63 | 0.52 | 0.14 |
| HSL | 350º | 0.66% | 0.59% | - |
| HSV(B) | 350º | 0.63% | 0.86% | - |
| XYZ | 35.08 | 22.27 | 15.81 | - |
| YUV | 125.88 | 116.22 | 195.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 82 | 105 | 0 | 0.63 | 0.52 | 0.14 | 350 | 0.66 | 0.59 |
| Hex | DC | 52 | 69 | 0 | 3F | 34 | E | 15E | 42 | 3B |
| Octal | 334 | 122 | 151 | 0 | 77 | 64 | 16 | 536 | 102 | 73 |
| Binary | 11011100 | 1010010 | 1101001 | 0 | 111111 | 110100 | 1110 | 101011110 | 1000010 | 111011 |
Color Harmonies of #DC5269
Complementary color
Monochromatic Colors of #DC5269
Black with #DC5269
Text Example
Text Example
White with #DC5269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5269; }
p { color: rgb(220,82,105); }
H1.HeaderClassName
{
color: #DC5269;
}
.AnyTagClassName
{
color: #DC5269;
}
</style>
background-color css
<style>
a { background-color: #DC5269; }
a { background-color: rgb(220,82,105); }
div.DivClassName
{
background-color: #DC5269;
}
.BgClassName
{
background-color: #DC5269;
}
</style>
border-color css
<style>
span { border-color: #DC5269; }
span { border-color: rgb(220,82,105); }
td.TdClassName
{
border-color: #DC5269;
}
.TagClassName
{
border-color: #DC5269;
}
</style>