Shades of Razzmatazz #D70152
Tints of Razzmatazz #D70152
RGB
CMYK
RGB Variations
Color information
#D70152 (or 0xD70152) is known color: Razzmatazz. HEX triplet: D7, 01 and 52. RGB value is (215,1,82). Sum of RGB (Red+Green+Blue) = 215+1+82=298 (39% of max value = 765). Red value is 215 (84.38% from 255 or 72.15% from 298); Green value is 1 (0.78% from 255 or 0.34% from 298); Blue value is 82 (32.42% from 255 or 27.52% from 298); Max value from RGB is 215 - color contains mainly: red. Hex color #D70152 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70152 is #28FEAD. Grayscale: #4A4A4A. Windows color (decimal): -2686638 or 5374423. OLE color: 5374423.
HSL color Cylindrical-coordinate representation of color #D70152: hue angle of 337.29º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D70152 is Cyan = 0, Magento = 1.00, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 1 | 82 | - |
| CMYK | 0 | 1.00 | 0.62 | 0.16 |
| HSL | 337.29º | 0.99% | 0.42% | - |
| HSV(B) | 337.29º | 1% | 0.84% | - |
| XYZ | 29.56 | 15.08 | 9.34 | - |
| YUV | 74.22 | 132.4 | 228.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 1 | 82 | 0 | 1.00 | 0.62 | 0.16 | 337.29 | 0.99 | 0.42 |
| Hex | D7 | 1 | 52 | 0 | 64 | 3E | 10 | 151 | 63 | 2A |
| Octal | 327 | 1 | 122 | 0 | 144 | 76 | 20 | 521 | 143 | 52 |
| Binary | 11010111 | 1 | 1010010 | 0 | 1100100 | 111110 | 10000 | 101010001 | 1100011 | 101010 |
Color Harmonies of #D70152
Complementary color
Monochromatic Colors of #D70152
Black with #D70152
Text Example
Text Example
White with #D70152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70152; }
p { color: rgb(215,1,82); }
H1.HeaderClassName
{
color: #D70152;
}
.AnyTagClassName
{
color: #D70152;
}
</style>
background-color css
<style>
a { background-color: #D70152; }
a { background-color: rgb(215,1,82); }
div.DivClassName
{
background-color: #D70152;
}
.BgClassName
{
background-color: #D70152;
}
</style>
border-color css
<style>
span { border-color: #D70152; }
span { border-color: rgb(215,1,82); }
td.TdClassName
{
border-color: #D70152;
}
.TagClassName
{
border-color: #D70152;
}
</style>