Shades of Razzmatazz #DD0863
Tints of Razzmatazz #DD0863
RGB
CMYK
RGB Variations
Color information
#DD0863 (or 0xDD0863) is known color: Razzmatazz. HEX triplet: DD, 08 and 63. RGB value is (221,8,99). Sum of RGB (Red+Green+Blue) = 221+8+99=328 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.38% from 328); Green value is 8 (3.52% from 255 or 2.44% from 328); Blue value is 99 (39.06% from 255 or 30.18% from 328); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0863 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0863 is #22F79C. Grayscale: #515151. Windows color (decimal): -2291613 or 6490333. OLE color: 6490333.
HSL color Cylindrical-coordinate representation of color #DD0863: hue angle of 334.37º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DD0863 is Cyan = 0, Magento = 0.96, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 8 | 99 | - |
| CMYK | 0 | 0.96 | 0.55 | 0.13 |
| HSL | 334.37º | 0.93% | 0.45% | - |
| HSV(B) | 334.37º | 0.96% | 0.87% | - |
| XYZ | 32.16 | 16.45 | 13.28 | - |
| YUV | 82.06 | 137.57 | 227.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 8 | 99 | 0 | 0.96 | 0.55 | 0.13 | 334.37 | 0.93 | 0.45 |
| Hex | DD | 8 | 63 | 0 | 60 | 37 | D | 14E | 5D | 2D |
| Octal | 335 | 10 | 143 | 0 | 140 | 67 | 15 | 516 | 135 | 55 |
| Binary | 11011101 | 1000 | 1100011 | 0 | 1100000 | 110111 | 1101 | 101001110 | 1011101 | 101101 |
Color Harmonies of #DD0863
Complementary color
Monochromatic Colors of #DD0863
Black with #DD0863
Text Example
Text Example
White with #DD0863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0863; }
p { color: rgb(221,8,99); }
H1.HeaderClassName
{
color: #DD0863;
}
.AnyTagClassName
{
color: #DD0863;
}
</style>
background-color css
<style>
a { background-color: #DD0863; }
a { background-color: rgb(221,8,99); }
div.DivClassName
{
background-color: #DD0863;
}
.BgClassName
{
background-color: #DD0863;
}
</style>
border-color css
<style>
span { border-color: #DD0863; }
span { border-color: rgb(221,8,99); }
td.TdClassName
{
border-color: #DD0863;
}
.TagClassName
{
border-color: #DD0863;
}
</style>