Shades of Cabaret #DC4D69
Tints of Cabaret #DC4D69
RGB
CMYK
RGB Variations
Color information
#DC4D69 (or 0xDC4D69) is known color: Cabaret. HEX triplet: DC, 4D and 69. RGB value is (220,77,105). Sum of RGB (Red+Green+Blue) = 220+77+105=402 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.73% from 402); Green value is 77 (30.47% from 255 or 19.15% from 402); Blue value is 105 (41.41% from 255 or 26.12% from 402); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4D69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC4D69 is #23B296. Grayscale: #7A7A7A. Windows color (decimal): -2339479 or 6901212. OLE color: 6901212.
HSL color Cylindrical-coordinate representation of color #DC4D69: hue angle of 348.25º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DC4D69 is Cyan = 0, Magento = 0.65, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 77 | 105 | - |
| CMYK | 0 | 0.65 | 0.52 | 0.14 |
| HSL | 348.25º | 0.67% | 0.58% | - |
| HSV(B) | 348.25º | 0.65% | 0.86% | - |
| XYZ | 34.72 | 21.54 | 15.69 | - |
| YUV | 122.95 | 117.88 | 197.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 77 | 105 | 0 | 0.65 | 0.52 | 0.14 | 348.25 | 0.67 | 0.58 |
| Hex | DC | 4D | 69 | 0 | 41 | 34 | E | 15C | 43 | 3A |
| Octal | 334 | 115 | 151 | 0 | 101 | 64 | 16 | 534 | 103 | 72 |
| Binary | 11011100 | 1001101 | 1101001 | 0 | 1000001 | 110100 | 1110 | 101011100 | 1000011 | 111010 |
Color Harmonies of #DC4D69
Complementary color
Monochromatic Colors of #DC4D69
Black with #DC4D69
Text Example
Text Example
White with #DC4D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4D69; }
p { color: rgb(220,77,105); }
H1.HeaderClassName
{
color: #DC4D69;
}
.AnyTagClassName
{
color: #DC4D69;
}
</style>
background-color css
<style>
a { background-color: #DC4D69; }
a { background-color: rgb(220,77,105); }
div.DivClassName
{
background-color: #DC4D69;
}
.BgClassName
{
background-color: #DC4D69;
}
</style>
border-color css
<style>
span { border-color: #DC4D69; }
span { border-color: rgb(220,77,105); }
td.TdClassName
{
border-color: #DC4D69;
}
.TagClassName
{
border-color: #DC4D69;
}
</style>