Shades of Razzmatazz #DD0061
Tints of Razzmatazz #DD0061
RGB
CMYK
RGB Variations
Color information
#DD0061 (or 0xDD0061) is known color: Razzmatazz. HEX triplet: DD, 00 and 61. RGB value is (221,0,97). Sum of RGB (Red+Green+Blue) = 221+0+97=318 (42% of max value = 765). Red value is 221 (86.72% from 255 or 69.50% from 318); Green value is 0 (0.39% from 255 or 0% from 318); Blue value is 97 (38.28% from 255 or 30.50% from 318); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0061 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0061 is #22FF9E. Grayscale: #4C4C4C. Windows color (decimal): -2293663 or 6357213. OLE color: 6357213.
HSL color Cylindrical-coordinate representation of color #DD0061: hue angle of 333.67º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD0061 is Cyan = 0, Magento = 1, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 0 | 97 | - |
| CMYK | 0 | 1 | 0.56 | 0.13 |
| HSL | 333.67º | 1% | 0.43% | - |
| HSV(B) | 333.67º | 1% | 0.87% | - |
| XYZ | 31.98 | 16.24 | 12.76 | - |
| YUV | 77.14 | 139.22 | 230.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 0 | 97 | 0 | 1 | 0.56 | 0.13 | 333.67 | 1 | 0.43 |
| Hex | DD | 0 | 61 | 0 | 64 | 38 | D | 14E | 64 | 2B |
| Octal | 335 | 0 | 141 | 0 | 144 | 70 | 15 | 516 | 144 | 53 |
| Binary | 11011101 | 0 | 1100001 | 0 | 1100100 | 111000 | 1101 | 101001110 | 1100100 | 101011 |
Color Harmonies of #DD0061
Complementary color
Monochromatic Colors of #DD0061
Black with #DD0061
Text Example
Text Example
White with #DD0061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0061; }
p { color: rgb(221,0,97); }
H1.HeaderClassName
{
color: #DD0061;
}
.AnyTagClassName
{
color: #DD0061;
}
</style>
background-color css
<style>
a { background-color: #DD0061; }
a { background-color: rgb(221,0,97); }
div.DivClassName
{
background-color: #DD0061;
}
.BgClassName
{
background-color: #DD0061;
}
</style>
border-color css
<style>
span { border-color: #DD0061; }
span { border-color: rgb(221,0,97); }
td.TdClassName
{
border-color: #DD0061;
}
.TagClassName
{
border-color: #DD0061;
}
</style>