Shades of Razzmatazz #D70167
Tints of Razzmatazz #D70167
RGB
CMYK
RGB Variations
Color information
#D70167 (or 0xD70167) is known color: Razzmatazz. HEX triplet: D7, 01 and 67. RGB value is (215,1,103). Sum of RGB (Red+Green+Blue) = 215+1+103=319 (42% of max value = 765). Red value is 215 (84.38% from 255 or 67.40% from 319); Green value is 1 (0.78% from 255 or 0.31% from 319); Blue value is 103 (40.62% from 255 or 32.29% from 319); Max value from RGB is 215 - color contains mainly: red. Hex color #D70167 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70167 is #28FE98. Grayscale: #4C4C4C. Windows color (decimal): -2686617 or 6750679. OLE color: 6750679.
HSL color Cylindrical-coordinate representation of color #D70167: hue angle of 331.4º 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 #D70167 is Cyan = 0, Magento = 1.00, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 1 | 103 | - |
| CMYK | 0 | 1.00 | 0.52 | 0.16 |
| HSL | 331.4º | 0.99% | 0.42% | - |
| HSV(B) | 331.4º | 1% | 0.84% | - |
| XYZ | 30.48 | 15.45 | 14.21 | - |
| YUV | 76.61 | 142.9 | 226.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 1 | 103 | 0 | 1.00 | 0.52 | 0.16 | 331.4 | 0.99 | 0.42 |
| Hex | D7 | 1 | 67 | 0 | 64 | 34 | 10 | 14B | 63 | 2A |
| Octal | 327 | 1 | 147 | 0 | 144 | 64 | 20 | 513 | 143 | 52 |
| Binary | 11010111 | 1 | 1100111 | 0 | 1100100 | 110100 | 10000 | 101001011 | 1100011 | 101010 |
Color Harmonies of #D70167
Complementary color
Monochromatic Colors of #D70167
Black with #D70167
Text Example
Text Example
White with #D70167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70167; }
p { color: rgb(215,1,103); }
H1.HeaderClassName
{
color: #D70167;
}
.AnyTagClassName
{
color: #D70167;
}
</style>
background-color css
<style>
a { background-color: #D70167; }
a { background-color: rgb(215,1,103); }
div.DivClassName
{
background-color: #D70167;
}
.BgClassName
{
background-color: #D70167;
}
</style>
border-color css
<style>
span { border-color: #D70167; }
span { border-color: rgb(215,1,103); }
td.TdClassName
{
border-color: #D70167;
}
.TagClassName
{
border-color: #D70167;
}
</style>