Shades of Razzmatazz #DD0168
Tints of Razzmatazz #DD0168
RGB
CMYK
RGB Variations
Color information
#DD0168 (or 0xDD0168) is known color: Razzmatazz. HEX triplet: DD, 01 and 68. RGB value is (221,1,104). Sum of RGB (Red+Green+Blue) = 221+1+104=326 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.79% from 326); Green value is 1 (0.78% from 255 or 0.31% from 326); Blue value is 104 (41.02% from 255 or 31.90% from 326); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0168 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0168 is #22FE97. Grayscale: #4E4E4E. Windows color (decimal): -2293400 or 6816221. OLE color: 6816221.
HSL color Cylindrical-coordinate representation of color #DD0168: hue angle of 331.91º 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 #DD0168 is Cyan = 0, Magento = 1.00, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 1 | 104 | - |
| CMYK | 0 | 1.00 | 0.53 | 0.13 |
| HSL | 331.91º | 0.99% | 0.44% | - |
| HSV(B) | 331.91º | 1% | 0.87% | - |
| XYZ | 32.33 | 16.39 | 14.56 | - |
| YUV | 78.52 | 142.39 | 229.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 1 | 104 | 0 | 1.00 | 0.53 | 0.13 | 331.91 | 0.99 | 0.44 |
| Hex | DD | 1 | 68 | 0 | 64 | 35 | D | 14C | 63 | 2C |
| Octal | 335 | 1 | 150 | 0 | 144 | 65 | 15 | 514 | 143 | 54 |
| Binary | 11011101 | 1 | 1101000 | 0 | 1100100 | 110101 | 1101 | 101001100 | 1100011 | 101100 |
Color Harmonies of #DD0168
Complementary color
Monochromatic Colors of #DD0168
Black with #DD0168
Text Example
Text Example
White with #DD0168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0168; }
p { color: rgb(221,1,104); }
H1.HeaderClassName
{
color: #DD0168;
}
.AnyTagClassName
{
color: #DD0168;
}
</style>
background-color css
<style>
a { background-color: #DD0168; }
a { background-color: rgb(221,1,104); }
div.DivClassName
{
background-color: #DD0168;
}
.BgClassName
{
background-color: #DD0168;
}
</style>
border-color css
<style>
span { border-color: #DD0168; }
span { border-color: rgb(221,1,104); }
td.TdClassName
{
border-color: #DD0168;
}
.TagClassName
{
border-color: #DD0168;
}
</style>