Shades of Razzmatazz #DD0566
Tints of Razzmatazz #DD0566
RGB
CMYK
RGB Variations
Color information
#DD0566 (or 0xDD0566) is known color: Razzmatazz. HEX triplet: DD, 05 and 66. RGB value is (221,5,102). Sum of RGB (Red+Green+Blue) = 221+5+102=328 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.38% from 328); Green value is 5 (2.34% from 255 or 1.52% from 328); Blue value is 102 (40.23% from 255 or 31.10% from 328); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0566 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0566 is #22FA99. Grayscale: #505050. Windows color (decimal): -2292378 or 6686173. OLE color: 6686173.
HSL color Cylindrical-coordinate representation of color #DD0566: hue angle of 333.06º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DD0566 is Cyan = 0, Magento = 0.98, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 5 | 102 | - |
| CMYK | 0 | 0.98 | 0.54 | 0.13 |
| HSL | 333.06º | 0.96% | 0.44% | - |
| HSV(B) | 333.06º | 0.98% | 0.87% | - |
| XYZ | 32.27 | 16.44 | 14.04 | - |
| YUV | 80.64 | 140.06 | 228.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 5 | 102 | 0 | 0.98 | 0.54 | 0.13 | 333.06 | 0.96 | 0.44 |
| Hex | DD | 5 | 66 | 0 | 62 | 36 | D | 14D | 60 | 2C |
| Octal | 335 | 5 | 146 | 0 | 142 | 66 | 15 | 515 | 140 | 54 |
| Binary | 11011101 | 101 | 1100110 | 0 | 1100010 | 110110 | 1101 | 101001101 | 1100000 | 101100 |
Color Harmonies of #DD0566
Complementary color
Monochromatic Colors of #DD0566
Black with #DD0566
Text Example
Text Example
White with #DD0566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0566; }
p { color: rgb(221,5,102); }
H1.HeaderClassName
{
color: #DD0566;
}
.AnyTagClassName
{
color: #DD0566;
}
</style>
background-color css
<style>
a { background-color: #DD0566; }
a { background-color: rgb(221,5,102); }
div.DivClassName
{
background-color: #DD0566;
}
.BgClassName
{
background-color: #DD0566;
}
</style>
border-color css
<style>
span { border-color: #DD0566; }
span { border-color: rgb(221,5,102); }
td.TdClassName
{
border-color: #DD0566;
}
.TagClassName
{
border-color: #DD0566;
}
</style>