Shades of Razzmatazz #D60254
Tints of Razzmatazz #D60254
RGB
CMYK
RGB Variations
Color information
#D60254 (or 0xD60254) is known color: Razzmatazz. HEX triplet: D6, 02 and 54. RGB value is (214,2,84). Sum of RGB (Red+Green+Blue) = 214+2+84=300 (39% of max value = 765). Red value is 214 (83.98% from 255 or 71.33% from 300); Green value is 2 (1.17% from 255 or 0.67% from 300); Blue value is 84 (33.20% from 255 or 28% from 300); Max value from RGB is 214 - color contains mainly: red. Hex color #D60254 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60254 is #29FDAB. Grayscale: #4A4A4A. Windows color (decimal): -2751916 or 5505750. OLE color: 5505750.
HSL color Cylindrical-coordinate representation of color #D60254: hue angle of 336.79º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D60254 is Cyan = 0, Magento = 0.99, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 2 | 84 | - |
| CMYK | 0 | 0.99 | 0.61 | 0.16 |
| HSL | 336.79º | 0.98% | 0.42% | - |
| HSV(B) | 336.79º | 0.99% | 0.84% | - |
| XYZ | 29.35 | 14.98 | 9.73 | - |
| YUV | 74.74 | 133.24 | 227.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 2 | 84 | 0 | 0.99 | 0.61 | 0.16 | 336.79 | 0.98 | 0.42 |
| Hex | D6 | 2 | 54 | 0 | 63 | 3D | 10 | 151 | 62 | 2A |
| Octal | 326 | 2 | 124 | 0 | 143 | 75 | 20 | 521 | 142 | 52 |
| Binary | 11010110 | 10 | 1010100 | 0 | 1100011 | 111101 | 10000 | 101010001 | 1100010 | 101010 |
Color Harmonies of #D60254
Complementary color
Monochromatic Colors of #D60254
Black with #D60254
Text Example
Text Example
White with #D60254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60254; }
p { color: rgb(214,2,84); }
H1.HeaderClassName
{
color: #D60254;
}
.AnyTagClassName
{
color: #D60254;
}
</style>
background-color css
<style>
a { background-color: #D60254; }
a { background-color: rgb(214,2,84); }
div.DivClassName
{
background-color: #D60254;
}
.BgClassName
{
background-color: #D60254;
}
</style>
border-color css
<style>
span { border-color: #D60254; }
span { border-color: rgb(214,2,84); }
td.TdClassName
{
border-color: #D60254;
}
.TagClassName
{
border-color: #D60254;
}
</style>