Shades of Razzmatazz #D40252
Tints of Razzmatazz #D40252
RGB
CMYK
RGB Variations
Color information
#D40252 (or 0xD40252) is known color: Razzmatazz. HEX triplet: D4, 02 and 52. RGB value is (212,2,82). Sum of RGB (Red+Green+Blue) = 212+2+82=296 (39% of max value = 765). Red value is 212 (83.20% from 255 or 71.62% from 296); Green value is 2 (1.17% from 255 or 0.68% from 296); Blue value is 82 (32.42% from 255 or 27.70% from 296); Max value from RGB is 212 - color contains mainly: red. Hex color #D40252 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D40252 is #2BFDAD. Grayscale: #494949. Windows color (decimal): -2882990 or 5374676. OLE color: 5374676.
HSL color Cylindrical-coordinate representation of color #D40252: hue angle of 337.14º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D40252 is Cyan = 0, Magento = 0.99, Yellow = 0.61 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 2 | 82 | - |
| CMYK | 0 | 0.99 | 0.61 | 0.17 |
| HSL | 337.14º | 0.98% | 0.42% | - |
| HSV(B) | 337.14º | 0.99% | 0.83% | - |
| XYZ | 28.7 | 14.65 | 9.3 | - |
| YUV | 73.91 | 132.57 | 226.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 2 | 82 | 0 | 0.99 | 0.61 | 0.17 | 337.14 | 0.98 | 0.42 |
| Hex | D4 | 2 | 52 | 0 | 63 | 3D | 11 | 151 | 62 | 2A |
| Octal | 324 | 2 | 122 | 0 | 143 | 75 | 21 | 521 | 142 | 52 |
| Binary | 11010100 | 10 | 1010010 | 0 | 1100011 | 111101 | 10001 | 101010001 | 1100010 | 101010 |
Color Harmonies of #D40252
Complementary color
Monochromatic Colors of #D40252
Black with #D40252
Text Example
Text Example
White with #D40252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40252; }
p { color: rgb(212,2,82); }
H1.HeaderClassName
{
color: #D40252;
}
.AnyTagClassName
{
color: #D40252;
}
</style>
background-color css
<style>
a { background-color: #D40252; }
a { background-color: rgb(212,2,82); }
div.DivClassName
{
background-color: #D40252;
}
.BgClassName
{
background-color: #D40252;
}
</style>
border-color css
<style>
span { border-color: #D40252; }
span { border-color: rgb(212,2,82); }
td.TdClassName
{
border-color: #D40252;
}
.TagClassName
{
border-color: #D40252;
}
</style>