Shades of Razzmatazz #D40953
Tints of Razzmatazz #D40953
RGB
CMYK
RGB Variations
Color information
#D40953 (or 0xD40953) is known color: Razzmatazz. HEX triplet: D4, 09 and 53. RGB value is (212,9,83). Sum of RGB (Red+Green+Blue) = 212+9+83=304 (40% of max value = 765). Red value is 212 (83.20% from 255 or 69.74% from 304); Green value is 9 (3.91% from 255 or 2.96% from 304); Blue value is 83 (32.81% from 255 or 27.30% from 304); Max value from RGB is 212 - color contains mainly: red. Hex color #D40953 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D40953 is #2BF6AC. Grayscale: #4E4E4E. Windows color (decimal): -2881197 or 5442004. OLE color: 5442004.
HSL color Cylindrical-coordinate representation of color #D40953: hue angle of 338.13º 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 #D40953 is Cyan = 0, Magento = 0.96, Yellow = 0.61 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 9 | 83 | - |
| CMYK | 0 | 0.96 | 0.61 | 0.17 |
| HSL | 338.13º | 0.92% | 0.43% | - |
| HSV(B) | 338.13º | 0.96% | 0.83% | - |
| XYZ | 28.81 | 14.82 | 9.53 | - |
| YUV | 78.13 | 130.75 | 223.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 9 | 83 | 0 | 0.96 | 0.61 | 0.17 | 338.13 | 0.92 | 0.43 |
| Hex | D4 | 9 | 53 | 0 | 60 | 3D | 11 | 152 | 5C | 2B |
| Octal | 324 | 11 | 123 | 0 | 140 | 75 | 21 | 522 | 134 | 53 |
| Binary | 11010100 | 1001 | 1010011 | 0 | 1100000 | 111101 | 10001 | 101010010 | 1011100 | 101011 |
Color Harmonies of #D40953
Complementary color
Monochromatic Colors of #D40953
Black with #D40953
Text Example
Text Example
White with #D40953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40953; }
p { color: rgb(212,9,83); }
H1.HeaderClassName
{
color: #D40953;
}
.AnyTagClassName
{
color: #D40953;
}
</style>
background-color css
<style>
a { background-color: #D40953; }
a { background-color: rgb(212,9,83); }
div.DivClassName
{
background-color: #D40953;
}
.BgClassName
{
background-color: #D40953;
}
</style>
border-color css
<style>
span { border-color: #D40953; }
span { border-color: rgb(212,9,83); }
td.TdClassName
{
border-color: #D40953;
}
.TagClassName
{
border-color: #D40953;
}
</style>