Shades of Razzmatazz #DD0762
Tints of Razzmatazz #DD0762
RGB
CMYK
RGB Variations
Color information
#DD0762 (or 0xDD0762) is known color: Razzmatazz. HEX triplet: DD, 07 and 62. RGB value is (221,7,98). Sum of RGB (Red+Green+Blue) = 221+7+98=326 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.79% from 326); Green value is 7 (3.12% from 255 or 2.15% from 326); Blue value is 98 (38.67% from 255 or 30.06% from 326); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0762 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0762 is #22F89D. Grayscale: #515151. Windows color (decimal): -2291870 or 6424541. OLE color: 6424541.
HSL color Cylindrical-coordinate representation of color #DD0762: hue angle of 334.49º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DD0762 is Cyan = 0, Magento = 0.97, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 7 | 98 | - |
| CMYK | 0 | 0.97 | 0.56 | 0.13 |
| HSL | 334.49º | 0.94% | 0.45% | - |
| HSV(B) | 334.49º | 0.97% | 0.87% | - |
| XYZ | 32.1 | 16.41 | 13.03 | - |
| YUV | 81.36 | 137.4 | 227.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 7 | 98 | 0 | 0.97 | 0.56 | 0.13 | 334.49 | 0.94 | 0.45 |
| Hex | DD | 7 | 62 | 0 | 61 | 38 | D | 14E | 5E | 2D |
| Octal | 335 | 7 | 142 | 0 | 141 | 70 | 15 | 516 | 136 | 55 |
| Binary | 11011101 | 111 | 1100010 | 0 | 1100001 | 111000 | 1101 | 101001110 | 1011110 | 101101 |
Color Harmonies of #DD0762
Complementary color
Monochromatic Colors of #DD0762
Black with #DD0762
Text Example
Text Example
White with #DD0762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0762; }
p { color: rgb(221,7,98); }
H1.HeaderClassName
{
color: #DD0762;
}
.AnyTagClassName
{
color: #DD0762;
}
</style>
background-color css
<style>
a { background-color: #DD0762; }
a { background-color: rgb(221,7,98); }
div.DivClassName
{
background-color: #DD0762;
}
.BgClassName
{
background-color: #DD0762;
}
</style>
border-color css
<style>
span { border-color: #DD0762; }
span { border-color: rgb(221,7,98); }
td.TdClassName
{
border-color: #DD0762;
}
.TagClassName
{
border-color: #DD0762;
}
</style>