Shades of Razzmatazz #DD016C
Tints of Razzmatazz #DD016C
RGB
CMYK
RGB Variations
Color information
#DD016C (or 0xDD016C) is known color: Razzmatazz. HEX triplet: DD, 01 and 6C. RGB value is (221,1,108). Sum of RGB (Red+Green+Blue) = 221+1+108=330 (43% of max value = 765). Red value is 221 (86.72% from 255 or 66.97% from 330); Green value is 1 (0.78% from 255 or 0.30% from 330); Blue value is 108 (42.58% from 255 or 32.73% from 330); Max value from RGB is 221 - color contains mainly: red. Hex color #DD016C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD016C is #22FE93. Grayscale: #4E4E4E. Windows color (decimal): -2293396 or 7078365. OLE color: 7078365.
HSL color Cylindrical-coordinate representation of color #DD016C: hue angle of 330.82º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD016C is Cyan = 0, Magento = 1.00, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 1 | 108 | - |
| CMYK | 0 | 1.00 | 0.51 | 0.13 |
| HSL | 330.82º | 0.99% | 0.44% | - |
| HSV(B) | 330.82º | 1% | 0.87% | - |
| XYZ | 32.54 | 16.48 | 15.65 | - |
| YUV | 78.98 | 144.39 | 229.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 1 | 108 | 0 | 1.00 | 0.51 | 0.13 | 330.82 | 0.99 | 0.44 |
| Hex | DD | 1 | 6C | 0 | 64 | 33 | D | 14B | 63 | 2C |
| Octal | 335 | 1 | 154 | 0 | 144 | 63 | 15 | 513 | 143 | 54 |
| Binary | 11011101 | 1 | 1101100 | 0 | 1100100 | 110011 | 1101 | 101001011 | 1100011 | 101100 |
Color Harmonies of #DD016C
Complementary color
Monochromatic Colors of #DD016C
Black with #DD016C
Text Example
Text Example
White with #DD016C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD016C; }
p { color: rgb(221,1,108); }
H1.HeaderClassName
{
color: #DD016C;
}
.AnyTagClassName
{
color: #DD016C;
}
</style>
background-color css
<style>
a { background-color: #DD016C; }
a { background-color: rgb(221,1,108); }
div.DivClassName
{
background-color: #DD016C;
}
.BgClassName
{
background-color: #DD016C;
}
</style>
border-color css
<style>
span { border-color: #DD016C; }
span { border-color: rgb(221,1,108); }
td.TdClassName
{
border-color: #DD016C;
}
.TagClassName
{
border-color: #DD016C;
}
</style>