Shades of Cabaret #DD4867
Tints of Cabaret #DD4867
RGB
CMYK
RGB Variations
Color information
#DD4867 (or 0xDD4867) is known color: Cabaret. HEX triplet: DD, 48 and 67. RGB value is (221,72,103). Sum of RGB (Red+Green+Blue) = 221+72+103=396 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.81% from 396); Green value is 72 (28.52% from 255 or 18.18% from 396); Blue value is 103 (40.62% from 255 or 26.01% from 396); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4867 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4867 is #22B798. Grayscale: #787878. Windows color (decimal): -2275225 or 6768861. OLE color: 6768861.
HSL color Cylindrical-coordinate representation of color #DD4867: hue angle of 347.52º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DD4867 is Cyan = 0, Magento = 0.67, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 72 | 103 | - |
| CMYK | 0 | 0.67 | 0.53 | 0.13 |
| HSL | 347.52º | 0.69% | 0.57% | - |
| HSV(B) | 347.52º | 0.67% | 0.87% | - |
| XYZ | 34.58 | 20.99 | 15.06 | - |
| YUV | 120.09 | 118.36 | 199.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 72 | 103 | 0 | 0.67 | 0.53 | 0.13 | 347.52 | 0.69 | 0.57 |
| Hex | DD | 48 | 67 | 0 | 43 | 35 | D | 15C | 45 | 39 |
| Octal | 335 | 110 | 147 | 0 | 103 | 65 | 15 | 534 | 105 | 71 |
| Binary | 11011101 | 1001000 | 1100111 | 0 | 1000011 | 110101 | 1101 | 101011100 | 1000101 | 111001 |
Color Harmonies of #DD4867
Complementary color
Monochromatic Colors of #DD4867
Black with #DD4867
Text Example
Text Example
White with #DD4867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4867; }
p { color: rgb(221,72,103); }
H1.HeaderClassName
{
color: #DD4867;
}
.AnyTagClassName
{
color: #DD4867;
}
</style>
background-color css
<style>
a { background-color: #DD4867; }
a { background-color: rgb(221,72,103); }
div.DivClassName
{
background-color: #DD4867;
}
.BgClassName
{
background-color: #DD4867;
}
</style>
border-color css
<style>
span { border-color: #DD4867; }
span { border-color: rgb(221,72,103); }
td.TdClassName
{
border-color: #DD4867;
}
.TagClassName
{
border-color: #DD4867;
}
</style>