Shades of Razzmatazz #D40952
Tints of Razzmatazz #D40952
RGB
CMYK
RGB Variations
Color information
#D40952 (or 0xD40952) is known color: Razzmatazz. HEX triplet: D4, 09 and 52. RGB value is (212,9,82). Sum of RGB (Red+Green+Blue) = 212+9+82=303 (40% of max value = 765). Red value is 212 (83.20% from 255 or 69.97% from 303); Green value is 9 (3.91% from 255 or 2.97% from 303); Blue value is 82 (32.42% from 255 or 27.06% from 303); Max value from RGB is 212 - color contains mainly: red. Hex color #D40952 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D40952 is #2BF6AD. Grayscale: #4D4D4D. Windows color (decimal): -2881198 or 5376468. OLE color: 5376468.
HSL color Cylindrical-coordinate representation of color #D40952: hue angle of 338.42º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D40952 is Cyan = 0, Magento = 0.96, Yellow = 0.61 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 9 | 82 | - |
| CMYK | 0 | 0.96 | 0.61 | 0.17 |
| HSL | 338.42º | 0.92% | 0.43% | - |
| HSV(B) | 338.42º | 0.96% | 0.83% | - |
| XYZ | 28.77 | 14.8 | 9.32 | - |
| YUV | 78.02 | 130.25 | 223.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 9 | 82 | 0 | 0.96 | 0.61 | 0.17 | 338.42 | 0.92 | 0.43 |
| Hex | D4 | 9 | 52 | 0 | 60 | 3D | 11 | 152 | 5C | 2B |
| Octal | 324 | 11 | 122 | 0 | 140 | 75 | 21 | 522 | 134 | 53 |
| Binary | 11010100 | 1001 | 1010010 | 0 | 1100000 | 111101 | 10001 | 101010010 | 1011100 | 101011 |
Color Harmonies of #D40952
Complementary color
Monochromatic Colors of #D40952
Black with #D40952
Text Example
Text Example
White with #D40952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40952; }
p { color: rgb(212,9,82); }
H1.HeaderClassName
{
color: #D40952;
}
.AnyTagClassName
{
color: #D40952;
}
</style>
background-color css
<style>
a { background-color: #D40952; }
a { background-color: rgb(212,9,82); }
div.DivClassName
{
background-color: #D40952;
}
.BgClassName
{
background-color: #D40952;
}
</style>
border-color css
<style>
span { border-color: #D40952; }
span { border-color: rgb(212,9,82); }
td.TdClassName
{
border-color: #D40952;
}
.TagClassName
{
border-color: #D40952;
}
</style>