Shades of Razzmatazz #D60457
Tints of Razzmatazz #D60457
RGB
CMYK
RGB Variations
Color information
#D60457 (or 0xD60457) is known color: Razzmatazz. HEX triplet: D6, 04 and 57. RGB value is (214,4,87). Sum of RGB (Red+Green+Blue) = 214+4+87=305 (40% of max value = 765). Red value is 214 (83.98% from 255 or 70.16% from 305); Green value is 4 (1.95% from 255 or 1.31% from 305); Blue value is 87 (34.38% from 255 or 28.52% from 305); Max value from RGB is 214 - color contains mainly: red. Hex color #D60457 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60457 is #29FBA8. Grayscale: #4C4C4C. Windows color (decimal): -2751401 or 5702870. OLE color: 5702870.
HSL color Cylindrical-coordinate representation of color #D60457: hue angle of 336.29º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D60457 is Cyan = 0, Magento = 0.98, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 4 | 87 | - |
| CMYK | 0 | 0.98 | 0.59 | 0.16 |
| HSL | 336.29º | 0.96% | 0.43% | - |
| HSV(B) | 336.29º | 0.98% | 0.84% | - |
| XYZ | 29.5 | 15.07 | 10.37 | - |
| YUV | 76.25 | 134.07 | 226.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 4 | 87 | 0 | 0.98 | 0.59 | 0.16 | 336.29 | 0.96 | 0.43 |
| Hex | D6 | 4 | 57 | 0 | 62 | 3B | 10 | 150 | 60 | 2B |
| Octal | 326 | 4 | 127 | 0 | 142 | 73 | 20 | 520 | 140 | 53 |
| Binary | 11010110 | 100 | 1010111 | 0 | 1100010 | 111011 | 10000 | 101010000 | 1100000 | 101011 |
Color Harmonies of #D60457
Complementary color
Monochromatic Colors of #D60457
Black with #D60457
Text Example
Text Example
White with #D60457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60457; }
p { color: rgb(214,4,87); }
H1.HeaderClassName
{
color: #D60457;
}
.AnyTagClassName
{
color: #D60457;
}
</style>
background-color css
<style>
a { background-color: #D60457; }
a { background-color: rgb(214,4,87); }
div.DivClassName
{
background-color: #D60457;
}
.BgClassName
{
background-color: #D60457;
}
</style>
border-color css
<style>
span { border-color: #D60457; }
span { border-color: rgb(214,4,87); }
td.TdClassName
{
border-color: #D60457;
}
.TagClassName
{
border-color: #D60457;
}
</style>