Shades of Razzmatazz #D20154
Tints of Razzmatazz #D20154
RGB
CMYK
RGB Variations
Color information
#D20154 (or 0xD20154) is known color: Razzmatazz. HEX triplet: D2, 01 and 54. RGB value is (210,1,84). Sum of RGB (Red+Green+Blue) = 210+1+84=295 (39% of max value = 765). Red value is 210 (82.42% from 255 or 71.19% from 295); Green value is 1 (0.78% from 255 or 0.34% from 295); Blue value is 84 (33.20% from 255 or 28.47% from 295); Max value from RGB is 210 - color contains mainly: red. Hex color #D20154 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D20154 is #2DFEAB. Grayscale: #484848. Windows color (decimal): -3014316 or 5505490. OLE color: 5505490.
HSL color Cylindrical-coordinate representation of color #D20154: hue angle of 336.17º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D20154 is Cyan = 0, Magento = 1.00, Yellow = 0.6 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 1 | 84 | - |
| CMYK | 0 | 1.00 | 0.6 | 0.18 |
| HSL | 336.17º | 0.99% | 0.41% | - |
| HSV(B) | 336.17º | 1% | 0.82% | - |
| XYZ | 28.19 | 14.36 | 9.67 | - |
| YUV | 72.95 | 134.24 | 225.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 1 | 84 | 0 | 1.00 | 0.6 | 0.18 | 336.17 | 0.99 | 0.41 |
| Hex | D2 | 1 | 54 | 0 | 64 | 3C | 12 | 150 | 63 | 29 |
| Octal | 322 | 1 | 124 | 0 | 144 | 74 | 22 | 520 | 143 | 51 |
| Binary | 11010010 | 1 | 1010100 | 0 | 1100100 | 111100 | 10010 | 101010000 | 1100011 | 101001 |
Color Harmonies of #D20154
Complementary color
Monochromatic Colors of #D20154
Black with #D20154
Text Example
Text Example
White with #D20154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20154; }
p { color: rgb(210,1,84); }
H1.HeaderClassName
{
color: #D20154;
}
.AnyTagClassName
{
color: #D20154;
}
</style>
background-color css
<style>
a { background-color: #D20154; }
a { background-color: rgb(210,1,84); }
div.DivClassName
{
background-color: #D20154;
}
.BgClassName
{
background-color: #D20154;
}
</style>
border-color css
<style>
span { border-color: #D20154; }
span { border-color: rgb(210,1,84); }
td.TdClassName
{
border-color: #D20154;
}
.TagClassName
{
border-color: #D20154;
}
</style>