Shades of Razzmatazz #D40152
Tints of Razzmatazz #D40152
RGB
CMYK
RGB Variations
Color information
#D40152 (or 0xD40152) is known color: Razzmatazz. HEX triplet: D4, 01 and 52. RGB value is (212,1,82). Sum of RGB (Red+Green+Blue) = 212+1+82=295 (39% of max value = 765). Red value is 212 (83.20% from 255 or 71.86% from 295); Green value is 1 (0.78% from 255 or 0.34% from 295); Blue value is 82 (32.42% from 255 or 27.80% from 295); Max value from RGB is 212 - color contains mainly: red. Hex color #D40152 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D40152 is #2BFEAD. Grayscale: #494949. Windows color (decimal): -2883246 or 5374420. OLE color: 5374420.
HSL color Cylindrical-coordinate representation of color #D40152: hue angle of 336.97º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D40152 is Cyan = 0, Magento = 1.00, Yellow = 0.61 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 1 | 82 | - |
| CMYK | 0 | 1.00 | 0.61 | 0.17 |
| HSL | 336.97º | 0.99% | 0.42% | - |
| HSV(B) | 336.97º | 1% | 0.83% | - |
| XYZ | 28.69 | 14.63 | 9.29 | - |
| YUV | 73.32 | 132.9 | 226.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 1 | 82 | 0 | 1.00 | 0.61 | 0.17 | 336.97 | 0.99 | 0.42 |
| Hex | D4 | 1 | 52 | 0 | 64 | 3D | 11 | 151 | 63 | 2A |
| Octal | 324 | 1 | 122 | 0 | 144 | 75 | 21 | 521 | 143 | 52 |
| Binary | 11010100 | 1 | 1010010 | 0 | 1100100 | 111101 | 10001 | 101010001 | 1100011 | 101010 |
Color Harmonies of #D40152
Complementary color
Monochromatic Colors of #D40152
Black with #D40152
Text Example
Text Example
White with #D40152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40152; }
p { color: rgb(212,1,82); }
H1.HeaderClassName
{
color: #D40152;
}
.AnyTagClassName
{
color: #D40152;
}
</style>
background-color css
<style>
a { background-color: #D40152; }
a { background-color: rgb(212,1,82); }
div.DivClassName
{
background-color: #D40152;
}
.BgClassName
{
background-color: #D40152;
}
</style>
border-color css
<style>
span { border-color: #D40152; }
span { border-color: rgb(212,1,82); }
td.TdClassName
{
border-color: #D40152;
}
.TagClassName
{
border-color: #D40152;
}
</style>