Shades of Razzmatazz #D20066
Tints of Razzmatazz #D20066
RGB
CMYK
RGB Variations
Color information
#D20066 (or 0xD20066) is known color: Razzmatazz. HEX triplet: D2, 00 and 66. RGB value is (210,0,102). Sum of RGB (Red+Green+Blue) = 210+0+102=312 (41% of max value = 765). Red value is 210 (82.42% from 255 or 67.31% from 312); Green value is 0 (0.39% from 255 or 0% from 312); Blue value is 102 (40.23% from 255 or 32.69% from 312); Max value from RGB is 210 - color contains mainly: red. Hex color #D20066 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D20066 is #2DFF99. Grayscale: #4A4A4A. Windows color (decimal): -3014554 or 6684882. OLE color: 6684882.
HSL color Cylindrical-coordinate representation of color #D20066: hue angle of 330.86º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D20066 is Cyan = 0, Magento = 1, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 0 | 102 | - |
| CMYK | 0 | 1 | 0.51 | 0.18 |
| HSL | 330.86º | 1% | 0.41% | - |
| HSV(B) | 330.86º | 1% | 0.82% | - |
| XYZ | 28.98 | 14.66 | 13.87 | - |
| YUV | 74.42 | 143.57 | 224.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 0 | 102 | 0 | 1 | 0.51 | 0.18 | 330.86 | 1 | 0.41 |
| Hex | D2 | 0 | 66 | 0 | 64 | 33 | 12 | 14B | 64 | 29 |
| Octal | 322 | 0 | 146 | 0 | 144 | 63 | 22 | 513 | 144 | 51 |
| Binary | 11010010 | 0 | 1100110 | 0 | 1100100 | 110011 | 10010 | 101001011 | 1100100 | 101001 |
Color Harmonies of #D20066
Complementary color
Monochromatic Colors of #D20066
Black with #D20066
Text Example
Text Example
White with #D20066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20066; }
p { color: rgb(210,0,102); }
H1.HeaderClassName
{
color: #D20066;
}
.AnyTagClassName
{
color: #D20066;
}
</style>
background-color css
<style>
a { background-color: #D20066; }
a { background-color: rgb(210,0,102); }
div.DivClassName
{
background-color: #D20066;
}
.BgClassName
{
background-color: #D20066;
}
</style>
border-color css
<style>
span { border-color: #D20066; }
span { border-color: rgb(210,0,102); }
td.TdClassName
{
border-color: #D20066;
}
.TagClassName
{
border-color: #D20066;
}
</style>