Shades of Razzmatazz #D40A52
Tints of Razzmatazz #D40A52
RGB
CMYK
RGB Variations
Color information
#D40A52 (or 0xD40A52) is known color: Razzmatazz. HEX triplet: D4, 0A and 52. RGB value is (212,10,82). Sum of RGB (Red+Green+Blue) = 212+10+82=304 (40% of max value = 765). Red value is 212 (83.20% from 255 or 69.74% from 304); Green value is 10 (4.30% from 255 or 3.29% from 304); Blue value is 82 (32.42% from 255 or 26.97% from 304); Max value from RGB is 212 - color contains mainly: red. Hex color #D40A52 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D40A52 is #2BF5AD. Grayscale: #4E4E4E. Windows color (decimal): -2880942 or 5376724. OLE color: 5376724.
HSL color Cylindrical-coordinate representation of color #D40A52: hue angle of 338.61º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D40A52 is Cyan = 0, Magento = 0.95, Yellow = 0.61 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 10 | 82 | - |
| CMYK | 0 | 0.95 | 0.61 | 0.17 |
| HSL | 338.61º | 0.91% | 0.44% | - |
| HSV(B) | 338.61º | 0.95% | 0.83% | - |
| XYZ | 28.78 | 14.82 | 9.33 | - |
| YUV | 78.61 | 129.92 | 223.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 10 | 82 | 0 | 0.95 | 0.61 | 0.17 | 338.61 | 0.91 | 0.44 |
| Hex | D4 | A | 52 | 0 | 5F | 3D | 11 | 153 | 5B | 2C |
| Octal | 324 | 12 | 122 | 0 | 137 | 75 | 21 | 523 | 133 | 54 |
| Binary | 11010100 | 1010 | 1010010 | 0 | 1011111 | 111101 | 10001 | 101010011 | 1011011 | 101100 |
Color Harmonies of #D40A52
Complementary color
Monochromatic Colors of #D40A52
Black with #D40A52
Text Example
Text Example
White with #D40A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40A52; }
p { color: rgb(212,10,82); }
H1.HeaderClassName
{
color: #D40A52;
}
.AnyTagClassName
{
color: #D40A52;
}
</style>
background-color css
<style>
a { background-color: #D40A52; }
a { background-color: rgb(212,10,82); }
div.DivClassName
{
background-color: #D40A52;
}
.BgClassName
{
background-color: #D40A52;
}
</style>
border-color css
<style>
span { border-color: #D40A52; }
span { border-color: rgb(212,10,82); }
td.TdClassName
{
border-color: #D40A52;
}
.TagClassName
{
border-color: #D40A52;
}
</style>