Shades of Razzmatazz #D40153
Tints of Razzmatazz #D40153
RGB
CMYK
RGB Variations
Color information
#D40153 (or 0xD40153) is known color: Razzmatazz. HEX triplet: D4, 01 and 53. RGB value is (212,1,83). Sum of RGB (Red+Green+Blue) = 212+1+83=296 (39% of max value = 765). Red value is 212 (83.20% from 255 or 71.62% from 296); Green value is 1 (0.78% from 255 or 0.34% from 296); Blue value is 83 (32.81% from 255 or 28.04% from 296); Max value from RGB is 212 - color contains mainly: red. Hex color #D40153 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D40153 is #2BFEAC. Grayscale: #494949. Windows color (decimal): -2883245 or 5439956. OLE color: 5439956.
HSL color Cylindrical-coordinate representation of color #D40153: hue angle of 336.68º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D40153 is Cyan = 0, Magento = 1.00, Yellow = 0.61 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 1 | 83 | - |
| CMYK | 0 | 1.00 | 0.61 | 0.17 |
| HSL | 336.68º | 0.99% | 0.42% | - |
| HSV(B) | 336.68º | 1% | 0.83% | - |
| XYZ | 28.72 | 14.64 | 9.5 | - |
| YUV | 73.44 | 133.4 | 226.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 1 | 83 | 0 | 1.00 | 0.61 | 0.17 | 336.68 | 0.99 | 0.42 |
| Hex | D4 | 1 | 53 | 0 | 64 | 3D | 11 | 151 | 63 | 2A |
| Octal | 324 | 1 | 123 | 0 | 144 | 75 | 21 | 521 | 143 | 52 |
| Binary | 11010100 | 1 | 1010011 | 0 | 1100100 | 111101 | 10001 | 101010001 | 1100011 | 101010 |
Color Harmonies of #D40153
Complementary color
Monochromatic Colors of #D40153
Black with #D40153
Text Example
Text Example
White with #D40153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40153; }
p { color: rgb(212,1,83); }
H1.HeaderClassName
{
color: #D40153;
}
.AnyTagClassName
{
color: #D40153;
}
</style>
background-color css
<style>
a { background-color: #D40153; }
a { background-color: rgb(212,1,83); }
div.DivClassName
{
background-color: #D40153;
}
.BgClassName
{
background-color: #D40153;
}
</style>
border-color css
<style>
span { border-color: #D40153; }
span { border-color: rgb(212,1,83); }
td.TdClassName
{
border-color: #D40153;
}
.TagClassName
{
border-color: #D40153;
}
</style>