Shades of Razzmatazz #DD0565
Tints of Razzmatazz #DD0565
RGB
CMYK
RGB Variations
Color information
#DD0565 (or 0xDD0565) is known color: Razzmatazz. HEX triplet: DD, 05 and 65. RGB value is (221,5,101). Sum of RGB (Red+Green+Blue) = 221+5+101=327 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.58% from 327); Green value is 5 (2.34% from 255 or 1.53% from 327); Blue value is 101 (39.84% from 255 or 30.89% from 327); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0565 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0565 is #22FA9A. Grayscale: #505050. Windows color (decimal): -2292379 or 6620637. OLE color: 6620637.
HSL color Cylindrical-coordinate representation of color #DD0565: hue angle of 333.33º 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 #DD0565 is Cyan = 0, Magento = 0.98, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 5 | 101 | - |
| CMYK | 0 | 0.98 | 0.54 | 0.13 |
| HSL | 333.33º | 0.96% | 0.44% | - |
| HSV(B) | 333.33º | 0.98% | 0.87% | - |
| XYZ | 32.22 | 16.42 | 13.78 | - |
| YUV | 80.53 | 139.56 | 228.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 5 | 101 | 0 | 0.98 | 0.54 | 0.13 | 333.33 | 0.96 | 0.44 |
| Hex | DD | 5 | 65 | 0 | 62 | 36 | D | 14D | 60 | 2C |
| Octal | 335 | 5 | 145 | 0 | 142 | 66 | 15 | 515 | 140 | 54 |
| Binary | 11011101 | 101 | 1100101 | 0 | 1100010 | 110110 | 1101 | 101001101 | 1100000 | 101100 |
Color Harmonies of #DD0565
Complementary color
Monochromatic Colors of #DD0565
Black with #DD0565
Text Example
Text Example
White with #DD0565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0565; }
p { color: rgb(221,5,101); }
H1.HeaderClassName
{
color: #DD0565;
}
.AnyTagClassName
{
color: #DD0565;
}
</style>
background-color css
<style>
a { background-color: #DD0565; }
a { background-color: rgb(221,5,101); }
div.DivClassName
{
background-color: #DD0565;
}
.BgClassName
{
background-color: #DD0565;
}
</style>
border-color css
<style>
span { border-color: #DD0565; }
span { border-color: rgb(221,5,101); }
td.TdClassName
{
border-color: #DD0565;
}
.TagClassName
{
border-color: #DD0565;
}
</style>