Shades of Razzmatazz #D20167
Tints of Razzmatazz #D20167
RGB
CMYK
RGB Variations
Color information
#D20167 (or 0xD20167) is known color: Razzmatazz. HEX triplet: D2, 01 and 67. RGB value is (210,1,103). Sum of RGB (Red+Green+Blue) = 210+1+103=314 (41% of max value = 765). Red value is 210 (82.42% from 255 or 66.88% from 314); Green value is 1 (0.78% from 255 or 0.32% from 314); Blue value is 103 (40.62% from 255 or 32.80% from 314); Max value from RGB is 210 - color contains mainly: red. Hex color #D20167 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D20167 is #2DFE98. Grayscale: #4A4A4A. Windows color (decimal): -3014297 or 6750674. OLE color: 6750674.
HSL color Cylindrical-coordinate representation of color #D20167: hue angle of 330.72º 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 #D20167 is Cyan = 0, Magento = 1.00, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 1 | 103 | - |
| CMYK | 0 | 1.00 | 0.51 | 0.18 |
| HSL | 330.72º | 0.99% | 0.41% | - |
| HSV(B) | 330.72º | 1% | 0.82% | - |
| XYZ | 29.04 | 14.7 | 14.14 | - |
| YUV | 75.12 | 143.74 | 224.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 1 | 103 | 0 | 1.00 | 0.51 | 0.18 | 330.72 | 0.99 | 0.41 |
| Hex | D2 | 1 | 67 | 0 | 64 | 33 | 12 | 14B | 63 | 29 |
| Octal | 322 | 1 | 147 | 0 | 144 | 63 | 22 | 513 | 143 | 51 |
| Binary | 11010010 | 1 | 1100111 | 0 | 1100100 | 110011 | 10010 | 101001011 | 1100011 | 101001 |
Color Harmonies of #D20167
Complementary color
Monochromatic Colors of #D20167
Black with #D20167
Text Example
Text Example
White with #D20167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20167; }
p { color: rgb(210,1,103); }
H1.HeaderClassName
{
color: #D20167;
}
.AnyTagClassName
{
color: #D20167;
}
</style>
background-color css
<style>
a { background-color: #D20167; }
a { background-color: rgb(210,1,103); }
div.DivClassName
{
background-color: #D20167;
}
.BgClassName
{
background-color: #D20167;
}
</style>
border-color css
<style>
span { border-color: #D20167; }
span { border-color: rgb(210,1,103); }
td.TdClassName
{
border-color: #D20167;
}
.TagClassName
{
border-color: #D20167;
}
</style>