Shades of Razzmatazz #D40264
Tints of Razzmatazz #D40264
RGB
CMYK
RGB Variations
Color information
#D40264 (or 0xD40264) is known color: Razzmatazz. HEX triplet: D4, 02 and 64. RGB value is (212,2,100). Sum of RGB (Red+Green+Blue) = 212+2+100=314 (41% of max value = 765). Red value is 212 (83.20% from 255 or 67.52% from 314); Green value is 2 (1.17% from 255 or 0.64% from 314); Blue value is 100 (39.45% from 255 or 31.85% from 314); Max value from RGB is 212 - color contains mainly: red. Hex color #D40264 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D40264 is #2BFD9B. Grayscale: #4B4B4B. Windows color (decimal): -2882972 or 6554324. OLE color: 6554324.
HSL color Cylindrical-coordinate representation of color #D40264: hue angle of 332º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D40264 is Cyan = 0, Magento = 0.99, Yellow = 0.53 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 2 | 100 | - |
| CMYK | 0 | 0.99 | 0.53 | 0.17 |
| HSL | 332º | 0.98% | 0.42% | - |
| HSV(B) | 332º | 0.99% | 0.83% | - |
| XYZ | 29.47 | 14.96 | 13.39 | - |
| YUV | 75.96 | 141.57 | 225.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 2 | 100 | 0 | 0.99 | 0.53 | 0.17 | 332 | 0.98 | 0.42 |
| Hex | D4 | 2 | 64 | 0 | 63 | 35 | 11 | 14C | 62 | 2A |
| Octal | 324 | 2 | 144 | 0 | 143 | 65 | 21 | 514 | 142 | 52 |
| Binary | 11010100 | 10 | 1100100 | 0 | 1100011 | 110101 | 10001 | 101001100 | 1100010 | 101010 |
Color Harmonies of #D40264
Complementary color
Monochromatic Colors of #D40264
Black with #D40264
Text Example
Text Example
White with #D40264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40264; }
p { color: rgb(212,2,100); }
H1.HeaderClassName
{
color: #D40264;
}
.AnyTagClassName
{
color: #D40264;
}
</style>
background-color css
<style>
a { background-color: #D40264; }
a { background-color: rgb(212,2,100); }
div.DivClassName
{
background-color: #D40264;
}
.BgClassName
{
background-color: #D40264;
}
</style>
border-color css
<style>
span { border-color: #D40264; }
span { border-color: rgb(212,2,100); }
td.TdClassName
{
border-color: #D40264;
}
.TagClassName
{
border-color: #D40264;
}
</style>