Shades of Razzmatazz #D40552
Tints of Razzmatazz #D40552
RGB
CMYK
RGB Variations
Color information
#D40552 (or 0xD40552) is known color: Razzmatazz. HEX triplet: D4, 05 and 52. RGB value is (212,5,82). Sum of RGB (Red+Green+Blue) = 212+5+82=299 (39% of max value = 765). Red value is 212 (83.20% from 255 or 70.90% from 299); Green value is 5 (2.34% from 255 or 1.67% from 299); Blue value is 82 (32.42% from 255 or 27.42% from 299); Max value from RGB is 212 - color contains mainly: red. Hex color #D40552 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D40552 is #2BFAAD. Grayscale: #4B4B4B. Windows color (decimal): -2882222 or 5375444. OLE color: 5375444.
HSL color Cylindrical-coordinate representation of color #D40552: hue angle of 337.68º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D40552 is Cyan = 0, Magento = 0.98, Yellow = 0.61 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 5 | 82 | - |
| CMYK | 0 | 0.98 | 0.61 | 0.17 |
| HSL | 337.68º | 0.95% | 0.43% | - |
| HSV(B) | 337.68º | 0.98% | 0.83% | - |
| XYZ | 28.73 | 14.71 | 9.31 | - |
| YUV | 75.67 | 131.58 | 225.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 5 | 82 | 0 | 0.98 | 0.61 | 0.17 | 337.68 | 0.95 | 0.43 |
| Hex | D4 | 5 | 52 | 0 | 62 | 3D | 11 | 152 | 5F | 2B |
| Octal | 324 | 5 | 122 | 0 | 142 | 75 | 21 | 522 | 137 | 53 |
| Binary | 11010100 | 101 | 1010010 | 0 | 1100010 | 111101 | 10001 | 101010010 | 1011111 | 101011 |
Color Harmonies of #D40552
Complementary color
Monochromatic Colors of #D40552
Black with #D40552
Text Example
Text Example
White with #D40552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40552; }
p { color: rgb(212,5,82); }
H1.HeaderClassName
{
color: #D40552;
}
.AnyTagClassName
{
color: #D40552;
}
</style>
background-color css
<style>
a { background-color: #D40552; }
a { background-color: rgb(212,5,82); }
div.DivClassName
{
background-color: #D40552;
}
.BgClassName
{
background-color: #D40552;
}
</style>
border-color css
<style>
span { border-color: #D40552; }
span { border-color: rgb(212,5,82); }
td.TdClassName
{
border-color: #D40552;
}
.TagClassName
{
border-color: #D40552;
}
</style>