Shades of Razzmatazz #D10166
Tints of Razzmatazz #D10166
RGB
CMYK
RGB Variations
Color information
#D10166 (or 0xD10166) is known color: Razzmatazz. HEX triplet: D1, 01 and 66. RGB value is (209,1,102). Sum of RGB (Red+Green+Blue) = 209+1+102=312 (41% of max value = 765). Red value is 209 (82.03% from 255 or 66.99% from 312); Green value is 1 (0.78% from 255 or 0.32% from 312); Blue value is 102 (40.23% from 255 or 32.69% from 312); Max value from RGB is 209 - color contains mainly: red. Hex color #D10166 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D10166 is #2EFE99. Grayscale: #4A4A4A. Windows color (decimal): -3079834 or 6685137. OLE color: 6685137.
HSL color Cylindrical-coordinate representation of color #D10166: hue angle of 330.87º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D10166 is Cyan = 0, Magento = 1.00, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 1 | 102 | - |
| CMYK | 0 | 1.00 | 0.51 | 0.18 |
| HSL | 330.87º | 0.99% | 0.41% | - |
| HSV(B) | 330.87º | 1% | 0.82% | - |
| XYZ | 28.7 | 14.54 | 13.86 | - |
| YUV | 74.71 | 143.41 | 223.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 1 | 102 | 0 | 1.00 | 0.51 | 0.18 | 330.87 | 0.99 | 0.41 |
| Hex | D1 | 1 | 66 | 0 | 64 | 33 | 12 | 14B | 63 | 29 |
| Octal | 321 | 1 | 146 | 0 | 144 | 63 | 22 | 513 | 143 | 51 |
| Binary | 11010001 | 1 | 1100110 | 0 | 1100100 | 110011 | 10010 | 101001011 | 1100011 | 101001 |
Color Harmonies of #D10166
Complementary color
Monochromatic Colors of #D10166
Black with #D10166
Text Example
Text Example
White with #D10166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10166; }
p { color: rgb(209,1,102); }
H1.HeaderClassName
{
color: #D10166;
}
.AnyTagClassName
{
color: #D10166;
}
</style>
background-color css
<style>
a { background-color: #D10166; }
a { background-color: rgb(209,1,102); }
div.DivClassName
{
background-color: #D10166;
}
.BgClassName
{
background-color: #D10166;
}
</style>
border-color css
<style>
span { border-color: #D10166; }
span { border-color: rgb(209,1,102); }
td.TdClassName
{
border-color: #D10166;
}
.TagClassName
{
border-color: #D10166;
}
</style>