Shades of Razzmatazz #D70155
Tints of Razzmatazz #D70155
RGB
CMYK
RGB Variations
Color information
#D70155 (or 0xD70155) is known color: Razzmatazz. HEX triplet: D7, 01 and 55. RGB value is (215,1,85). Sum of RGB (Red+Green+Blue) = 215+1+85=301 (39% of max value = 765). Red value is 215 (84.38% from 255 or 71.43% from 301); Green value is 1 (0.78% from 255 or 0.33% from 301); Blue value is 85 (33.59% from 255 or 28.24% from 301); Max value from RGB is 215 - color contains mainly: red. Hex color #D70155 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70155 is #28FEAA. Grayscale: #4A4A4A. Windows color (decimal): -2686635 or 5571031. OLE color: 5571031.
HSL color Cylindrical-coordinate representation of color #D70155: hue angle of 336.45º 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 #D70155 is Cyan = 0, Magento = 1.00, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 1 | 85 | - |
| CMYK | 0 | 1.00 | 0.60 | 0.16 |
| HSL | 336.45º | 0.99% | 0.42% | - |
| HSV(B) | 336.45º | 1% | 0.84% | - |
| XYZ | 29.67 | 15.12 | 9.95 | - |
| YUV | 74.56 | 133.9 | 228.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 1 | 85 | 0 | 1.00 | 0.60 | 0.16 | 336.45 | 0.99 | 0.42 |
| Hex | D7 | 1 | 55 | 0 | 64 | 3C | 10 | 150 | 63 | 2A |
| Octal | 327 | 1 | 125 | 0 | 144 | 74 | 20 | 520 | 143 | 52 |
| Binary | 11010111 | 1 | 1010101 | 0 | 1100100 | 111100 | 10000 | 101010000 | 1100011 | 101010 |
Color Harmonies of #D70155
Complementary color
Monochromatic Colors of #D70155
Black with #D70155
Text Example
Text Example
White with #D70155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70155; }
p { color: rgb(215,1,85); }
H1.HeaderClassName
{
color: #D70155;
}
.AnyTagClassName
{
color: #D70155;
}
</style>
background-color css
<style>
a { background-color: #D70155; }
a { background-color: rgb(215,1,85); }
div.DivClassName
{
background-color: #D70155;
}
.BgClassName
{
background-color: #D70155;
}
</style>
border-color css
<style>
span { border-color: #D70155; }
span { border-color: rgb(215,1,85); }
td.TdClassName
{
border-color: #D70155;
}
.TagClassName
{
border-color: #D70155;
}
</style>