Shades of Razzmatazz #D70258
Tints of Razzmatazz #D70258
RGB
CMYK
RGB Variations
Color information
#D70258 (or 0xD70258) is known color: Razzmatazz. HEX triplet: D7, 02 and 58. RGB value is (215,2,88). Sum of RGB (Red+Green+Blue) = 215+2+88=305 (40% of max value = 765). Red value is 215 (84.38% from 255 or 70.49% from 305); Green value is 2 (1.17% from 255 or 0.66% from 305); Blue value is 88 (34.77% from 255 or 28.85% from 305); Max value from RGB is 215 - color contains mainly: red. Hex color #D70258 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70258 is #28FDA7. Grayscale: #4B4B4B. Windows color (decimal): -2686376 or 5767895. OLE color: 5767895.
HSL color Cylindrical-coordinate representation of color #D70258: hue angle of 335.77º 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 #D70258 is Cyan = 0, Magento = 0.99, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 2 | 88 | - |
| CMYK | 0 | 0.99 | 0.59 | 0.16 |
| HSL | 335.77º | 0.98% | 0.43% | - |
| HSV(B) | 335.77º | 0.99% | 0.84% | - |
| XYZ | 29.81 | 15.2 | 10.59 | - |
| YUV | 75.49 | 135.07 | 227.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 2 | 88 | 0 | 0.99 | 0.59 | 0.16 | 335.77 | 0.98 | 0.43 |
| Hex | D7 | 2 | 58 | 0 | 63 | 3B | 10 | 150 | 62 | 2B |
| Octal | 327 | 2 | 130 | 0 | 143 | 73 | 20 | 520 | 142 | 53 |
| Binary | 11010111 | 10 | 1011000 | 0 | 1100011 | 111011 | 10000 | 101010000 | 1100010 | 101011 |
Color Harmonies of #D70258
Complementary color
Monochromatic Colors of #D70258
Black with #D70258
Text Example
Text Example
White with #D70258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70258; }
p { color: rgb(215,2,88); }
H1.HeaderClassName
{
color: #D70258;
}
.AnyTagClassName
{
color: #D70258;
}
</style>
background-color css
<style>
a { background-color: #D70258; }
a { background-color: rgb(215,2,88); }
div.DivClassName
{
background-color: #D70258;
}
.BgClassName
{
background-color: #D70258;
}
</style>
border-color css
<style>
span { border-color: #D70258; }
span { border-color: rgb(215,2,88); }
td.TdClassName
{
border-color: #D70258;
}
.TagClassName
{
border-color: #D70258;
}
</style>