Shades of Razzmatazz #D70254
Tints of Razzmatazz #D70254
RGB
CMYK
RGB Variations
Color information
#D70254 (or 0xD70254) is known color: Razzmatazz. HEX triplet: D7, 02 and 54. RGB value is (215,2,84). Sum of RGB (Red+Green+Blue) = 215+2+84=301 (39% of max value = 765). Red value is 215 (84.38% from 255 or 71.43% from 301); Green value is 2 (1.17% from 255 or 0.66% from 301); Blue value is 84 (33.20% from 255 or 27.91% from 301); Max value from RGB is 215 - color contains mainly: red. Hex color #D70254 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70254 is #28FDAB. Grayscale: #4A4A4A. Windows color (decimal): -2686380 or 5505751. OLE color: 5505751.
HSL color Cylindrical-coordinate representation of color #D70254: hue angle of 336.9º 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 #D70254 is Cyan = 0, Magento = 0.99, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 2 | 84 | - |
| CMYK | 0 | 0.99 | 0.61 | 0.16 |
| HSL | 336.9º | 0.98% | 0.43% | - |
| HSV(B) | 336.9º | 0.99% | 0.84% | - |
| XYZ | 29.65 | 15.13 | 9.75 | - |
| YUV | 75.04 | 133.07 | 227.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 2 | 84 | 0 | 0.99 | 0.61 | 0.16 | 336.9 | 0.98 | 0.43 |
| Hex | D7 | 2 | 54 | 0 | 63 | 3D | 10 | 151 | 62 | 2B |
| Octal | 327 | 2 | 124 | 0 | 143 | 75 | 20 | 521 | 142 | 53 |
| Binary | 11010111 | 10 | 1010100 | 0 | 1100011 | 111101 | 10000 | 101010001 | 1100010 | 101011 |
Color Harmonies of #D70254
Complementary color
Monochromatic Colors of #D70254
Black with #D70254
Text Example
Text Example
White with #D70254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70254; }
p { color: rgb(215,2,84); }
H1.HeaderClassName
{
color: #D70254;
}
.AnyTagClassName
{
color: #D70254;
}
</style>
background-color css
<style>
a { background-color: #D70254; }
a { background-color: rgb(215,2,84); }
div.DivClassName
{
background-color: #D70254;
}
.BgClassName
{
background-color: #D70254;
}
</style>
border-color css
<style>
span { border-color: #D70254; }
span { border-color: rgb(215,2,84); }
td.TdClassName
{
border-color: #D70254;
}
.TagClassName
{
border-color: #D70254;
}
</style>