Shades of Razzmatazz #D20152
Tints of Razzmatazz #D20152
RGB
CMYK
RGB Variations
Color information
#D20152 (or 0xD20152) is known color: Razzmatazz. HEX triplet: D2, 01 and 52. RGB value is (210,1,82). Sum of RGB (Red+Green+Blue) = 210+1+82=293 (38% of max value = 765). Red value is 210 (82.42% from 255 or 71.67% from 293); Green value is 1 (0.78% from 255 or 0.34% from 293); Blue value is 82 (32.42% from 255 or 27.99% from 293); Max value from RGB is 210 - color contains mainly: red. Hex color #D20152 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D20152 is #2DFEAD. Grayscale: #484848. Windows color (decimal): -3014318 or 5374418. OLE color: 5374418.
HSL color Cylindrical-coordinate representation of color #D20152: hue angle of 336.75º 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 #D20152 is Cyan = 0, Magento = 1.00, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 1 | 82 | - |
| CMYK | 0 | 1.00 | 0.61 | 0.18 |
| HSL | 336.75º | 0.99% | 0.41% | - |
| HSV(B) | 336.75º | 1% | 0.82% | - |
| XYZ | 28.11 | 14.33 | 9.27 | - |
| YUV | 72.73 | 133.24 | 225.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 1 | 82 | 0 | 1.00 | 0.61 | 0.18 | 336.75 | 0.99 | 0.41 |
| Hex | D2 | 1 | 52 | 0 | 64 | 3D | 12 | 151 | 63 | 29 |
| Octal | 322 | 1 | 122 | 0 | 144 | 75 | 22 | 521 | 143 | 51 |
| Binary | 11010010 | 1 | 1010010 | 0 | 1100100 | 111101 | 10010 | 101010001 | 1100011 | 101001 |
Color Harmonies of #D20152
Complementary color
Monochromatic Colors of #D20152
Black with #D20152
Text Example
Text Example
White with #D20152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20152; }
p { color: rgb(210,1,82); }
H1.HeaderClassName
{
color: #D20152;
}
.AnyTagClassName
{
color: #D20152;
}
</style>
background-color css
<style>
a { background-color: #D20152; }
a { background-color: rgb(210,1,82); }
div.DivClassName
{
background-color: #D20152;
}
.BgClassName
{
background-color: #D20152;
}
</style>
border-color css
<style>
span { border-color: #D20152; }
span { border-color: rgb(210,1,82); }
td.TdClassName
{
border-color: #D20152;
}
.TagClassName
{
border-color: #D20152;
}
</style>