Shades of Razzmatazz #D70262
Tints of Razzmatazz #D70262
RGB
CMYK
RGB Variations
Color information
#D70262 (or 0xD70262) is known color: Razzmatazz. HEX triplet: D7, 02 and 62. RGB value is (215,2,98). Sum of RGB (Red+Green+Blue) = 215+2+98=315 (41% of max value = 765). Red value is 215 (84.38% from 255 or 68.25% from 315); Green value is 2 (1.17% from 255 or 0.63% from 315); Blue value is 98 (38.67% from 255 or 31.11% from 315); Max value from RGB is 215 - color contains mainly: red. Hex color #D70262 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70262 is #28FD9D. Grayscale: #4C4C4C. Windows color (decimal): -2686366 or 6423255. OLE color: 6423255.
HSL color Cylindrical-coordinate representation of color #D70262: hue angle of 332.96º 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 #D70262 is Cyan = 0, Magento = 0.99, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 2 | 98 | - |
| CMYK | 0 | 0.99 | 0.54 | 0.16 |
| HSL | 332.96º | 0.98% | 0.43% | - |
| HSV(B) | 332.96º | 0.99% | 0.84% | - |
| XYZ | 30.25 | 15.37 | 12.93 | - |
| YUV | 76.63 | 140.07 | 226.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 2 | 98 | 0 | 0.99 | 0.54 | 0.16 | 332.96 | 0.98 | 0.43 |
| Hex | D7 | 2 | 62 | 0 | 63 | 36 | 10 | 14D | 62 | 2B |
| Octal | 327 | 2 | 142 | 0 | 143 | 66 | 20 | 515 | 142 | 53 |
| Binary | 11010111 | 10 | 1100010 | 0 | 1100011 | 110110 | 10000 | 101001101 | 1100010 | 101011 |
Color Harmonies of #D70262
Complementary color
Monochromatic Colors of #D70262
Black with #D70262
Text Example
Text Example
White with #D70262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70262; }
p { color: rgb(215,2,98); }
H1.HeaderClassName
{
color: #D70262;
}
.AnyTagClassName
{
color: #D70262;
}
</style>
background-color css
<style>
a { background-color: #D70262; }
a { background-color: rgb(215,2,98); }
div.DivClassName
{
background-color: #D70262;
}
.BgClassName
{
background-color: #D70262;
}
</style>
border-color css
<style>
span { border-color: #D70262; }
span { border-color: rgb(215,2,98); }
td.TdClassName
{
border-color: #D70262;
}
.TagClassName
{
border-color: #D70262;
}
</style>