Shades of Cabaret #DD4F6B
Tints of Cabaret #DD4F6B
RGB
CMYK
RGB Variations
Color information
#DD4F6B (or 0xDD4F6B) is known color: Cabaret. HEX triplet: DD, 4F and 6B. RGB value is (221,79,107). Sum of RGB (Red+Green+Blue) = 221+79+107=407 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.30% from 407); Green value is 79 (31.25% from 255 or 19.41% from 407); Blue value is 107 (42.19% from 255 or 26.29% from 407); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4F6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD4F6B is #22B094. Grayscale: #7C7C7C. Windows color (decimal): -2273429 or 7032797. OLE color: 7032797.
HSL color Cylindrical-coordinate representation of color #DD4F6B: hue angle of 348.17º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DD4F6B is Cyan = 0, Magento = 0.64, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 79 | 107 | - |
| CMYK | 0 | 0.64 | 0.52 | 0.13 |
| HSL | 348.17º | 0.68% | 0.59% | - |
| HSV(B) | 348.17º | 0.64% | 0.87% | - |
| XYZ | 35.27 | 22.03 | 16.3 | - |
| YUV | 124.65 | 118.04 | 196.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 79 | 107 | 0 | 0.64 | 0.52 | 0.13 | 348.17 | 0.68 | 0.59 |
| Hex | DD | 4F | 6B | 0 | 40 | 34 | D | 15C | 44 | 3B |
| Octal | 335 | 117 | 153 | 0 | 100 | 64 | 15 | 534 | 104 | 73 |
| Binary | 11011101 | 1001111 | 1101011 | 0 | 1000000 | 110100 | 1101 | 101011100 | 1000100 | 111011 |
Color Harmonies of #DD4F6B
Complementary color
Monochromatic Colors of #DD4F6B
Black with #DD4F6B
Text Example
Text Example
White with #DD4F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4F6B; }
p { color: rgb(221,79,107); }
H1.HeaderClassName
{
color: #DD4F6B;
}
.AnyTagClassName
{
color: #DD4F6B;
}
</style>
background-color css
<style>
a { background-color: #DD4F6B; }
a { background-color: rgb(221,79,107); }
div.DivClassName
{
background-color: #DD4F6B;
}
.BgClassName
{
background-color: #DD4F6B;
}
</style>
border-color css
<style>
span { border-color: #DD4F6B; }
span { border-color: rgb(221,79,107); }
td.TdClassName
{
border-color: #DD4F6B;
}
.TagClassName
{
border-color: #DD4F6B;
}
</style>