Shades of Razzmatazz #DD006F
Tints of Razzmatazz #DD006F
RGB
CMYK
RGB Variations
Color information
#DD006F (or 0xDD006F) is known color: Razzmatazz. HEX triplet: DD, 00 and 6F. RGB value is (221,0,111). Sum of RGB (Red+Green+Blue) = 221+0+111=332 (43% of max value = 765). Red value is 221 (86.72% from 255 or 66.57% from 332); Green value is 0 (0.39% from 255 or 0% from 332); Blue value is 111 (43.75% from 255 or 33.43% from 332); Max value from RGB is 221 - color contains mainly: red. Hex color #DD006F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD006F is #22FF90. Grayscale: #4E4E4E. Windows color (decimal): -2293649 or 7274717. OLE color: 7274717.
HSL color Cylindrical-coordinate representation of color #DD006F: hue angle of 329.86º 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 #DD006F is Cyan = 0, Magento = 1, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 0 | 111 | - |
| CMYK | 0 | 1 | 0.50 | 0.13 |
| HSL | 329.86º | 1% | 0.43% | - |
| HSV(B) | 329.86º | 1% | 0.87% | - |
| XYZ | 32.69 | 16.52 | 16.5 | - |
| YUV | 78.73 | 146.22 | 229.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 0 | 111 | 0 | 1 | 0.50 | 0.13 | 329.86 | 1 | 0.43 |
| Hex | DD | 0 | 6F | 0 | 64 | 32 | D | 14A | 64 | 2B |
| Octal | 335 | 0 | 157 | 0 | 144 | 62 | 15 | 512 | 144 | 53 |
| Binary | 11011101 | 0 | 1101111 | 0 | 1100100 | 110010 | 1101 | 101001010 | 1100100 | 101011 |
Color Harmonies of #DD006F
Complementary color
Monochromatic Colors of #DD006F
Black with #DD006F
Text Example
Text Example
White with #DD006F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD006F; }
p { color: rgb(221,0,111); }
H1.HeaderClassName
{
color: #DD006F;
}
.AnyTagClassName
{
color: #DD006F;
}
</style>
background-color css
<style>
a { background-color: #DD006F; }
a { background-color: rgb(221,0,111); }
div.DivClassName
{
background-color: #DD006F;
}
.BgClassName
{
background-color: #DD006F;
}
</style>
border-color css
<style>
span { border-color: #DD006F; }
span { border-color: rgb(221,0,111); }
td.TdClassName
{
border-color: #DD006F;
}
.TagClassName
{
border-color: #DD006F;
}
</style>