Shades of Razzmatazz #DD0166
Tints of Razzmatazz #DD0166
RGB
CMYK
RGB Variations
Color information
#DD0166 (or 0xDD0166) is known color: Razzmatazz. HEX triplet: DD, 01 and 66. RGB value is (221,1,102). Sum of RGB (Red+Green+Blue) = 221+1+102=324 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.21% from 324); Green value is 1 (0.78% from 255 or 0.31% from 324); Blue value is 102 (40.23% from 255 or 31.48% from 324); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0166 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0166 is #22FE99. Grayscale: #4E4E4E. Windows color (decimal): -2293402 or 6685149. OLE color: 6685149.
HSL color Cylindrical-coordinate representation of color #DD0166: hue angle of 332.45º 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 #DD0166 is Cyan = 0, Magento = 1.00, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 1 | 102 | - |
| CMYK | 0 | 1.00 | 0.54 | 0.13 |
| HSL | 332.45º | 0.99% | 0.44% | - |
| HSV(B) | 332.45º | 1% | 0.87% | - |
| XYZ | 32.23 | 16.35 | 14.03 | - |
| YUV | 78.29 | 141.39 | 229.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 1 | 102 | 0 | 1.00 | 0.54 | 0.13 | 332.45 | 0.99 | 0.44 |
| Hex | DD | 1 | 66 | 0 | 64 | 36 | D | 14C | 63 | 2C |
| Octal | 335 | 1 | 146 | 0 | 144 | 66 | 15 | 514 | 143 | 54 |
| Binary | 11011101 | 1 | 1100110 | 0 | 1100100 | 110110 | 1101 | 101001100 | 1100011 | 101100 |
Color Harmonies of #DD0166
Complementary color
Monochromatic Colors of #DD0166
Black with #DD0166
Text Example
Text Example
White with #DD0166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0166; }
p { color: rgb(221,1,102); }
H1.HeaderClassName
{
color: #DD0166;
}
.AnyTagClassName
{
color: #DD0166;
}
</style>
background-color css
<style>
a { background-color: #DD0166; }
a { background-color: rgb(221,1,102); }
div.DivClassName
{
background-color: #DD0166;
}
.BgClassName
{
background-color: #DD0166;
}
</style>
border-color css
<style>
span { border-color: #DD0166; }
span { border-color: rgb(221,1,102); }
td.TdClassName
{
border-color: #DD0166;
}
.TagClassName
{
border-color: #DD0166;
}
</style>