Shades of Razzmatazz #DD0366
Tints of Razzmatazz #DD0366
RGB
CMYK
RGB Variations
Color information
#DD0366 (or 0xDD0366) is known color: Razzmatazz. HEX triplet: DD, 03 and 66. RGB value is (221,3,102). Sum of RGB (Red+Green+Blue) = 221+3+102=326 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.79% from 326); Green value is 3 (1.56% from 255 or 0.92% from 326); Blue value is 102 (40.23% from 255 or 31.29% from 326); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0366 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0366 is #22FC99. Grayscale: #4F4F4F. Windows color (decimal): -2292890 or 6685661. OLE color: 6685661.
HSL color Cylindrical-coordinate representation of color #DD0366: hue angle of 332.75º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DD0366 is Cyan = 0, Magento = 0.99, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 3 | 102 | - |
| CMYK | 0 | 0.99 | 0.54 | 0.13 |
| HSL | 332.75º | 0.97% | 0.44% | - |
| HSV(B) | 332.75º | 0.99% | 0.87% | - |
| XYZ | 32.25 | 16.4 | 14.04 | - |
| YUV | 79.47 | 140.72 | 228.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 3 | 102 | 0 | 0.99 | 0.54 | 0.13 | 332.75 | 0.97 | 0.44 |
| Hex | DD | 3 | 66 | 0 | 63 | 36 | D | 14D | 61 | 2C |
| Octal | 335 | 3 | 146 | 0 | 143 | 66 | 15 | 515 | 141 | 54 |
| Binary | 11011101 | 11 | 1100110 | 0 | 1100011 | 110110 | 1101 | 101001101 | 1100001 | 101100 |
Color Harmonies of #DD0366
Complementary color
Monochromatic Colors of #DD0366
Black with #DD0366
Text Example
Text Example
White with #DD0366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0366; }
p { color: rgb(221,3,102); }
H1.HeaderClassName
{
color: #DD0366;
}
.AnyTagClassName
{
color: #DD0366;
}
</style>
background-color css
<style>
a { background-color: #DD0366; }
a { background-color: rgb(221,3,102); }
div.DivClassName
{
background-color: #DD0366;
}
.BgClassName
{
background-color: #DD0366;
}
</style>
border-color css
<style>
span { border-color: #DD0366; }
span { border-color: rgb(221,3,102); }
td.TdClassName
{
border-color: #DD0366;
}
.TagClassName
{
border-color: #DD0366;
}
</style>