Shades of Razzmatazz #D70259
Tints of Razzmatazz #D70259
RGB
CMYK
RGB Variations
Color information
#D70259 (or 0xD70259) is known color: Razzmatazz. HEX triplet: D7, 02 and 59. RGB value is (215,2,89). Sum of RGB (Red+Green+Blue) = 215+2+89=306 (40% of max value = 765). Red value is 215 (84.38% from 255 or 70.26% from 306); Green value is 2 (1.17% from 255 or 0.65% from 306); Blue value is 89 (35.16% from 255 or 29.08% from 306); Max value from RGB is 215 - color contains mainly: red. Hex color #D70259 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70259 is #28FDA6. Grayscale: #4B4B4B. Windows color (decimal): -2686375 or 5833431. OLE color: 5833431.
HSL color Cylindrical-coordinate representation of color #D70259: hue angle of 335.49º 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 #D70259 is Cyan = 0, Magento = 0.99, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 2 | 89 | - |
| CMYK | 0 | 0.99 | 0.59 | 0.16 |
| HSL | 335.49º | 0.98% | 0.43% | - |
| HSV(B) | 335.49º | 0.99% | 0.84% | - |
| XYZ | 29.85 | 15.21 | 10.81 | - |
| YUV | 75.61 | 135.57 | 227.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 2 | 89 | 0 | 0.99 | 0.59 | 0.16 | 335.49 | 0.98 | 0.43 |
| Hex | D7 | 2 | 59 | 0 | 63 | 3B | 10 | 14F | 62 | 2B |
| Octal | 327 | 2 | 131 | 0 | 143 | 73 | 20 | 517 | 142 | 53 |
| Binary | 11010111 | 10 | 1011001 | 0 | 1100011 | 111011 | 10000 | 101001111 | 1100010 | 101011 |
Color Harmonies of #D70259
Complementary color
Monochromatic Colors of #D70259
Black with #D70259
Text Example
Text Example
White with #D70259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70259; }
p { color: rgb(215,2,89); }
H1.HeaderClassName
{
color: #D70259;
}
.AnyTagClassName
{
color: #D70259;
}
</style>
background-color css
<style>
a { background-color: #D70259; }
a { background-color: rgb(215,2,89); }
div.DivClassName
{
background-color: #D70259;
}
.BgClassName
{
background-color: #D70259;
}
</style>
border-color css
<style>
span { border-color: #D70259; }
span { border-color: rgb(215,2,89); }
td.TdClassName
{
border-color: #D70259;
}
.TagClassName
{
border-color: #D70259;
}
</style>