Shades of Razzmatazz #DD016F
Tints of Razzmatazz #DD016F
RGB
CMYK
RGB Variations
Color information
#DD016F (or 0xDD016F) is known color: Razzmatazz. HEX triplet: DD, 01 and 6F. RGB value is (221,1,111). Sum of RGB (Red+Green+Blue) = 221+1+111=333 (44% of max value = 765). Red value is 221 (86.72% from 255 or 66.37% from 333); Green value is 1 (0.78% from 255 or 0.30% from 333); Blue value is 111 (43.75% from 255 or 33.33% from 333); Max value from RGB is 221 - color contains mainly: red. Hex color #DD016F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD016F is #22FE90. Grayscale: #4F4F4F. Windows color (decimal): -2293393 or 7274973. OLE color: 7274973.
HSL color Cylindrical-coordinate representation of color #DD016F: hue angle of 330º 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 #DD016F is Cyan = 0, Magento = 1.00, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 1 | 111 | - |
| CMYK | 0 | 1.00 | 0.50 | 0.13 |
| HSL | 330º | 0.99% | 0.44% | - |
| HSV(B) | 330º | 1% | 0.87% | - |
| XYZ | 32.7 | 16.54 | 16.51 | - |
| YUV | 79.32 | 145.89 | 229.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 1 | 111 | 0 | 1.00 | 0.50 | 0.13 | 330 | 0.99 | 0.44 |
| Hex | DD | 1 | 6F | 0 | 64 | 32 | D | 14A | 63 | 2C |
| Octal | 335 | 1 | 157 | 0 | 144 | 62 | 15 | 512 | 143 | 54 |
| Binary | 11011101 | 1 | 1101111 | 0 | 1100100 | 110010 | 1101 | 101001010 | 1100011 | 101100 |
Color Harmonies of #DD016F
Complementary color
Monochromatic Colors of #DD016F
Black with #DD016F
Text Example
Text Example
White with #DD016F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD016F; }
p { color: rgb(221,1,111); }
H1.HeaderClassName
{
color: #DD016F;
}
.AnyTagClassName
{
color: #DD016F;
}
</style>
background-color css
<style>
a { background-color: #DD016F; }
a { background-color: rgb(221,1,111); }
div.DivClassName
{
background-color: #DD016F;
}
.BgClassName
{
background-color: #DD016F;
}
</style>
border-color css
<style>
span { border-color: #DD016F; }
span { border-color: rgb(221,1,111); }
td.TdClassName
{
border-color: #DD016F;
}
.TagClassName
{
border-color: #DD016F;
}
</style>