Shades of Razzmatazz #D70154
Tints of Razzmatazz #D70154
RGB
CMYK
RGB Variations
Color information
#D70154 (or 0xD70154) is known color: Razzmatazz. HEX triplet: D7, 01 and 54. RGB value is (215,1,84). Sum of RGB (Red+Green+Blue) = 215+1+84=300 (39% of max value = 765). Red value is 215 (84.38% from 255 or 71.67% from 300); Green value is 1 (0.78% from 255 or 0.33% from 300); Blue value is 84 (33.20% from 255 or 28% from 300); Max value from RGB is 215 - color contains mainly: red. Hex color #D70154 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70154 is #28FEAB. Grayscale: #4A4A4A. Windows color (decimal): -2686636 or 5505495. OLE color: 5505495.
HSL color Cylindrical-coordinate representation of color #D70154: hue angle of 336.73º 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 #D70154 is Cyan = 0, Magento = 1.00, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 1 | 84 | - |
| CMYK | 0 | 1.00 | 0.61 | 0.16 |
| HSL | 336.73º | 0.99% | 0.42% | - |
| HSV(B) | 336.73º | 1% | 0.84% | - |
| XYZ | 29.64 | 15.11 | 9.74 | - |
| YUV | 74.45 | 133.4 | 228.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 1 | 84 | 0 | 1.00 | 0.61 | 0.16 | 336.73 | 0.99 | 0.42 |
| Hex | D7 | 1 | 54 | 0 | 64 | 3D | 10 | 151 | 63 | 2A |
| Octal | 327 | 1 | 124 | 0 | 144 | 75 | 20 | 521 | 143 | 52 |
| Binary | 11010111 | 1 | 1010100 | 0 | 1100100 | 111101 | 10000 | 101010001 | 1100011 | 101010 |
Color Harmonies of #D70154
Complementary color
Monochromatic Colors of #D70154
Black with #D70154
Text Example
Text Example
White with #D70154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70154; }
p { color: rgb(215,1,84); }
H1.HeaderClassName
{
color: #D70154;
}
.AnyTagClassName
{
color: #D70154;
}
</style>
background-color css
<style>
a { background-color: #D70154; }
a { background-color: rgb(215,1,84); }
div.DivClassName
{
background-color: #D70154;
}
.BgClassName
{
background-color: #D70154;
}
</style>
border-color css
<style>
span { border-color: #D70154; }
span { border-color: rgb(215,1,84); }
td.TdClassName
{
border-color: #D70154;
}
.TagClassName
{
border-color: #D70154;
}
</style>