Shades of Razzmatazz #D70066
Tints of Razzmatazz #D70066
RGB
CMYK
RGB Variations
Color information
#D70066 (or 0xD70066) is known color: Razzmatazz. HEX triplet: D7, 00 and 66. RGB value is (215,0,102). Sum of RGB (Red+Green+Blue) = 215+0+102=317 (41% of max value = 765). Red value is 215 (84.38% from 255 or 67.82% from 317); Green value is 0 (0.39% from 255 or 0% from 317); Blue value is 102 (40.23% from 255 or 32.18% from 317); Max value from RGB is 215 - color contains mainly: red. Hex color #D70066 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70066 is #28FF99. Grayscale: #4B4B4B. Windows color (decimal): -2686874 or 6684887. OLE color: 6684887.
HSL color Cylindrical-coordinate representation of color #D70066: hue angle of 331.53º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D70066 is Cyan = 0, Magento = 1, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 0 | 102 | - |
| CMYK | 0 | 1 | 0.53 | 0.16 |
| HSL | 331.53º | 1% | 0.42% | - |
| HSV(B) | 331.53º | 1% | 0.84% | - |
| XYZ | 30.42 | 15.41 | 13.94 | - |
| YUV | 75.91 | 142.73 | 227.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 0 | 102 | 0 | 1 | 0.53 | 0.16 | 331.53 | 1 | 0.42 |
| Hex | D7 | 0 | 66 | 0 | 64 | 35 | 10 | 14C | 64 | 2A |
| Octal | 327 | 0 | 146 | 0 | 144 | 65 | 20 | 514 | 144 | 52 |
| Binary | 11010111 | 0 | 1100110 | 0 | 1100100 | 110101 | 10000 | 101001100 | 1100100 | 101010 |
Color Harmonies of #D70066
Complementary color
Monochromatic Colors of #D70066
Black with #D70066
Text Example
Text Example
White with #D70066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70066; }
p { color: rgb(215,0,102); }
H1.HeaderClassName
{
color: #D70066;
}
.AnyTagClassName
{
color: #D70066;
}
</style>
background-color css
<style>
a { background-color: #D70066; }
a { background-color: rgb(215,0,102); }
div.DivClassName
{
background-color: #D70066;
}
.BgClassName
{
background-color: #D70066;
}
</style>
border-color css
<style>
span { border-color: #D70066; }
span { border-color: rgb(215,0,102); }
td.TdClassName
{
border-color: #D70066;
}
.TagClassName
{
border-color: #D70066;
}
</style>