Shades of Razzmatazz #D70166
Tints of Razzmatazz #D70166
RGB
CMYK
RGB Variations
Color information
#D70166 (or 0xD70166) is known color: Razzmatazz. HEX triplet: D7, 01 and 66. RGB value is (215,1,102). Sum of RGB (Red+Green+Blue) = 215+1+102=318 (42% of max value = 765). Red value is 215 (84.38% from 255 or 67.61% from 318); Green value is 1 (0.78% from 255 or 0.31% from 318); Blue value is 102 (40.23% from 255 or 32.08% from 318); Max value from RGB is 215 - color contains mainly: red. Hex color #D70166 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70166 is #28FE99. Grayscale: #4C4C4C. Windows color (decimal): -2686618 or 6685143. OLE color: 6685143.
HSL color Cylindrical-coordinate representation of color #D70166: hue angle of 331.68º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D70166 is Cyan = 0, Magento = 1.00, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 1 | 102 | - |
| CMYK | 0 | 1.00 | 0.53 | 0.16 |
| HSL | 331.68º | 0.99% | 0.42% | - |
| HSV(B) | 331.68º | 1% | 0.84% | - |
| XYZ | 30.43 | 15.43 | 13.94 | - |
| YUV | 76.5 | 142.4 | 226.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 1 | 102 | 0 | 1.00 | 0.53 | 0.16 | 331.68 | 0.99 | 0.42 |
| Hex | D7 | 1 | 66 | 0 | 64 | 35 | 10 | 14C | 63 | 2A |
| Octal | 327 | 1 | 146 | 0 | 144 | 65 | 20 | 514 | 143 | 52 |
| Binary | 11010111 | 1 | 1100110 | 0 | 1100100 | 110101 | 10000 | 101001100 | 1100011 | 101010 |
Color Harmonies of #D70166
Complementary color
Monochromatic Colors of #D70166
Black with #D70166
Text Example
Text Example
White with #D70166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70166; }
p { color: rgb(215,1,102); }
H1.HeaderClassName
{
color: #D70166;
}
.AnyTagClassName
{
color: #D70166;
}
</style>
background-color css
<style>
a { background-color: #D70166; }
a { background-color: rgb(215,1,102); }
div.DivClassName
{
background-color: #D70166;
}
.BgClassName
{
background-color: #D70166;
}
</style>
border-color css
<style>
span { border-color: #D70166; }
span { border-color: rgb(215,1,102); }
td.TdClassName
{
border-color: #D70166;
}
.TagClassName
{
border-color: #D70166;
}
</style>