Shades of Razzmatazz #D70255
Tints of Razzmatazz #D70255
RGB
CMYK
RGB Variations
Color information
#D70255 (or 0xD70255) is known color: Razzmatazz. HEX triplet: D7, 02 and 55. RGB value is (215,2,85). Sum of RGB (Red+Green+Blue) = 215+2+85=302 (40% of max value = 765). Red value is 215 (84.38% from 255 or 71.19% from 302); Green value is 2 (1.17% from 255 or 0.66% from 302); Blue value is 85 (33.59% from 255 or 28.15% from 302); Max value from RGB is 215 - color contains mainly: red. Hex color #D70255 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70255 is #28FDAA. Grayscale: #4B4B4B. Windows color (decimal): -2686379 or 5571287. OLE color: 5571287.
HSL color Cylindrical-coordinate representation of color #D70255: hue angle of 336.62º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D70255 is Cyan = 0, Magento = 0.99, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 2 | 85 | - |
| CMYK | 0 | 0.99 | 0.60 | 0.16 |
| HSL | 336.62º | 0.98% | 0.43% | - |
| HSV(B) | 336.62º | 0.99% | 0.84% | - |
| XYZ | 29.69 | 15.15 | 9.95 | - |
| YUV | 75.15 | 133.57 | 227.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 2 | 85 | 0 | 0.99 | 0.60 | 0.16 | 336.62 | 0.98 | 0.43 |
| Hex | D7 | 2 | 55 | 0 | 63 | 3C | 10 | 151 | 62 | 2B |
| Octal | 327 | 2 | 125 | 0 | 143 | 74 | 20 | 521 | 142 | 53 |
| Binary | 11010111 | 10 | 1010101 | 0 | 1100011 | 111100 | 10000 | 101010001 | 1100010 | 101011 |
Color Harmonies of #D70255
Complementary color
Monochromatic Colors of #D70255
Black with #D70255
Text Example
Text Example
White with #D70255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70255; }
p { color: rgb(215,2,85); }
H1.HeaderClassName
{
color: #D70255;
}
.AnyTagClassName
{
color: #D70255;
}
</style>
background-color css
<style>
a { background-color: #D70255; }
a { background-color: rgb(215,2,85); }
div.DivClassName
{
background-color: #D70255;
}
.BgClassName
{
background-color: #D70255;
}
</style>
border-color css
<style>
span { border-color: #D70255; }
span { border-color: rgb(215,2,85); }
td.TdClassName
{
border-color: #D70255;
}
.TagClassName
{
border-color: #D70255;
}
</style>