Shades of Cabaret #DD4762
Tints of Cabaret #DD4762
RGB
CMYK
RGB Variations
Color information
#DD4762 (or 0xDD4762) is known color: Cabaret. HEX triplet: DD, 47 and 62. RGB value is (221,71,98). Sum of RGB (Red+Green+Blue) = 221+71+98=390 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.67% from 390); Green value is 71 (28.12% from 255 or 18.21% from 390); Blue value is 98 (38.67% from 255 or 25.13% from 390); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4762 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4762 is #22B89D. Grayscale: #767676. Windows color (decimal): -2275486 or 6440925. OLE color: 6440925.
HSL color Cylindrical-coordinate representation of color #DD4762: hue angle of 349.2º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DD4762 is Cyan = 0, Magento = 0.68, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 71 | 98 | - |
| CMYK | 0 | 0.68 | 0.56 | 0.13 |
| HSL | 349.2º | 0.69% | 0.57% | - |
| HSV(B) | 349.2º | 0.68% | 0.87% | - |
| XYZ | 34.28 | 20.76 | 13.76 | - |
| YUV | 118.93 | 116.2 | 200.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 71 | 98 | 0 | 0.68 | 0.56 | 0.13 | 349.2 | 0.69 | 0.57 |
| Hex | DD | 47 | 62 | 0 | 44 | 38 | D | 15D | 45 | 39 |
| Octal | 335 | 107 | 142 | 0 | 104 | 70 | 15 | 535 | 105 | 71 |
| Binary | 11011101 | 1000111 | 1100010 | 0 | 1000100 | 111000 | 1101 | 101011101 | 1000101 | 111001 |
Color Harmonies of #DD4762
Complementary color
Monochromatic Colors of #DD4762
Black with #DD4762
Text Example
Text Example
White with #DD4762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4762; }
p { color: rgb(221,71,98); }
H1.HeaderClassName
{
color: #DD4762;
}
.AnyTagClassName
{
color: #DD4762;
}
</style>
background-color css
<style>
a { background-color: #DD4762; }
a { background-color: rgb(221,71,98); }
div.DivClassName
{
background-color: #DD4762;
}
.BgClassName
{
background-color: #DD4762;
}
</style>
border-color css
<style>
span { border-color: #DD4762; }
span { border-color: rgb(221,71,98); }
td.TdClassName
{
border-color: #DD4762;
}
.TagClassName
{
border-color: #DD4762;
}
</style>