Shades of Razzmatazz #DD0861
Tints of Razzmatazz #DD0861
RGB
CMYK
RGB Variations
Color information
#DD0861 (or 0xDD0861) is known color: Razzmatazz. HEX triplet: DD, 08 and 61. RGB value is (221,8,97). Sum of RGB (Red+Green+Blue) = 221+8+97=326 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.79% from 326); Green value is 8 (3.52% from 255 or 2.45% from 326); Blue value is 97 (38.28% from 255 or 29.75% from 326); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0861 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0861 is #22F79E. Grayscale: #515151. Windows color (decimal): -2291615 or 6359261. OLE color: 6359261.
HSL color Cylindrical-coordinate representation of color #DD0861: hue angle of 334.93º 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 #DD0861 is Cyan = 0, Magento = 0.96, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 8 | 97 | - |
| CMYK | 0 | 0.96 | 0.56 | 0.13 |
| HSL | 334.93º | 0.93% | 0.45% | - |
| HSV(B) | 334.93º | 0.96% | 0.87% | - |
| XYZ | 32.06 | 16.41 | 12.79 | - |
| YUV | 81.83 | 136.57 | 227.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 8 | 97 | 0 | 0.96 | 0.56 | 0.13 | 334.93 | 0.93 | 0.45 |
| Hex | DD | 8 | 61 | 0 | 60 | 38 | D | 14F | 5D | 2D |
| Octal | 335 | 10 | 141 | 0 | 140 | 70 | 15 | 517 | 135 | 55 |
| Binary | 11011101 | 1000 | 1100001 | 0 | 1100000 | 111000 | 1101 | 101001111 | 1011101 | 101101 |
Color Harmonies of #DD0861
Complementary color
Monochromatic Colors of #DD0861
Black with #DD0861
Text Example
Text Example
White with #DD0861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0861; }
p { color: rgb(221,8,97); }
H1.HeaderClassName
{
color: #DD0861;
}
.AnyTagClassName
{
color: #DD0861;
}
</style>
background-color css
<style>
a { background-color: #DD0861; }
a { background-color: rgb(221,8,97); }
div.DivClassName
{
background-color: #DD0861;
}
.BgClassName
{
background-color: #DD0861;
}
</style>
border-color css
<style>
span { border-color: #DD0861; }
span { border-color: rgb(221,8,97); }
td.TdClassName
{
border-color: #DD0861;
}
.TagClassName
{
border-color: #DD0861;
}
</style>