Shades of Razzmatazz #D60051
Tints of Razzmatazz #D60051
RGB
CMYK
RGB Variations
Color information
#D60051 (or 0xD60051) is known color: Razzmatazz. HEX triplet: D6, 00 and 51. RGB value is (214,0,81). Sum of RGB (Red+Green+Blue) = 214+0+81=295 (39% of max value = 765). Red value is 214 (83.98% from 255 or 72.54% from 295); Green value is 0 (0.39% from 255 or 0% from 295); Blue value is 81 (32.03% from 255 or 27.46% from 295); Max value from RGB is 214 - color contains mainly: red. Hex color #D60051 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60051 is #29FFAE. Grayscale: #494949. Windows color (decimal): -2752431 or 5308630. OLE color: 5308630.
HSL color Cylindrical-coordinate representation of color #D60051: hue angle of 337.29º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D60051 is Cyan = 0, Magento = 1, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 0 | 81 | - |
| CMYK | 0 | 1 | 0.62 | 0.16 |
| HSL | 337.29º | 1% | 0.42% | - |
| HSV(B) | 337.29º | 1% | 0.84% | - |
| XYZ | 29.22 | 14.89 | 9.12 | - |
| YUV | 73.22 | 132.4 | 228.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 0 | 81 | 0 | 1 | 0.62 | 0.16 | 337.29 | 1 | 0.42 |
| Hex | D6 | 0 | 51 | 0 | 64 | 3E | 10 | 151 | 64 | 2A |
| Octal | 326 | 0 | 121 | 0 | 144 | 76 | 20 | 521 | 144 | 52 |
| Binary | 11010110 | 0 | 1010001 | 0 | 1100100 | 111110 | 10000 | 101010001 | 1100100 | 101010 |
Color Harmonies of #D60051
Complementary color
Monochromatic Colors of #D60051
Black with #D60051
Text Example
Text Example
White with #D60051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60051; }
p { color: rgb(214,0,81); }
H1.HeaderClassName
{
color: #D60051;
}
.AnyTagClassName
{
color: #D60051;
}
</style>
background-color css
<style>
a { background-color: #D60051; }
a { background-color: rgb(214,0,81); }
div.DivClassName
{
background-color: #D60051;
}
.BgClassName
{
background-color: #D60051;
}
</style>
border-color css
<style>
span { border-color: #D60051; }
span { border-color: rgb(214,0,81); }
td.TdClassName
{
border-color: #D60051;
}
.TagClassName
{
border-color: #D60051;
}
</style>