Shades of Razzmatazz #D40257
Tints of Razzmatazz #D40257
RGB
CMYK
RGB Variations
Color information
#D40257 (or 0xD40257) is known color: Razzmatazz. HEX triplet: D4, 02 and 57. RGB value is (212,2,87). Sum of RGB (Red+Green+Blue) = 212+2+87=301 (39% of max value = 765). Red value is 212 (83.20% from 255 or 70.43% from 301); Green value is 2 (1.17% from 255 or 0.66% from 301); Blue value is 87 (34.38% from 255 or 28.90% from 301); Max value from RGB is 212 - color contains mainly: red. Hex color #D40257 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D40257 is #2BFDA8. Grayscale: #4A4A4A. Windows color (decimal): -2882985 or 5702356. OLE color: 5702356.
HSL color Cylindrical-coordinate representation of color #D40257: hue angle of 335.71º 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 #D40257 is Cyan = 0, Magento = 0.99, Yellow = 0.59 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 2 | 87 | - |
| CMYK | 0 | 0.99 | 0.59 | 0.17 |
| HSL | 335.71º | 0.98% | 0.42% | - |
| HSV(B) | 335.71º | 0.99% | 0.83% | - |
| XYZ | 28.89 | 14.73 | 10.34 | - |
| YUV | 74.48 | 135.07 | 226.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 2 | 87 | 0 | 0.99 | 0.59 | 0.17 | 335.71 | 0.98 | 0.42 |
| Hex | D4 | 2 | 57 | 0 | 63 | 3B | 11 | 150 | 62 | 2A |
| Octal | 324 | 2 | 127 | 0 | 143 | 73 | 21 | 520 | 142 | 52 |
| Binary | 11010100 | 10 | 1010111 | 0 | 1100011 | 111011 | 10001 | 101010000 | 1100010 | 101010 |
Color Harmonies of #D40257
Complementary color
Monochromatic Colors of #D40257
Black with #D40257
Text Example
Text Example
White with #D40257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40257; }
p { color: rgb(212,2,87); }
H1.HeaderClassName
{
color: #D40257;
}
.AnyTagClassName
{
color: #D40257;
}
</style>
background-color css
<style>
a { background-color: #D40257; }
a { background-color: rgb(212,2,87); }
div.DivClassName
{
background-color: #D40257;
}
.BgClassName
{
background-color: #D40257;
}
</style>
border-color css
<style>
span { border-color: #D40257; }
span { border-color: rgb(212,2,87); }
td.TdClassName
{
border-color: #D40257;
}
.TagClassName
{
border-color: #D40257;
}
</style>