Shades of Razzmatazz #D60055
Tints of Razzmatazz #D60055
RGB
CMYK
RGB Variations
Color information
#D60055 (or 0xD60055) is known color: Razzmatazz. HEX triplet: D6, 00 and 55. RGB value is (214,0,85). Sum of RGB (Red+Green+Blue) = 214+0+85=299 (39% of max value = 765). Red value is 214 (83.98% from 255 or 71.57% from 299); Green value is 0 (0.39% from 255 or 0% from 299); Blue value is 85 (33.59% from 255 or 28.43% from 299); Max value from RGB is 214 - color contains mainly: red. Hex color #D60055 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60055 is #29FFAA. Grayscale: #494949. Windows color (decimal): -2752427 or 5570774. OLE color: 5570774.
HSL color Cylindrical-coordinate representation of color #D60055: hue angle of 336.17º 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 #D60055 is Cyan = 0, Magento = 1, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 0 | 85 | - |
| CMYK | 0 | 1 | 0.60 | 0.16 |
| HSL | 336.17º | 1% | 0.42% | - |
| HSV(B) | 336.17º | 1% | 0.84% | - |
| XYZ | 29.37 | 14.95 | 9.93 | - |
| YUV | 73.68 | 134.4 | 228.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 0 | 85 | 0 | 1 | 0.60 | 0.16 | 336.17 | 1 | 0.42 |
| Hex | D6 | 0 | 55 | 0 | 64 | 3C | 10 | 150 | 64 | 2A |
| Octal | 326 | 0 | 125 | 0 | 144 | 74 | 20 | 520 | 144 | 52 |
| Binary | 11010110 | 0 | 1010101 | 0 | 1100100 | 111100 | 10000 | 101010000 | 1100100 | 101010 |
Color Harmonies of #D60055
Complementary color
Monochromatic Colors of #D60055
Black with #D60055
Text Example
Text Example
White with #D60055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60055; }
p { color: rgb(214,0,85); }
H1.HeaderClassName
{
color: #D60055;
}
.AnyTagClassName
{
color: #D60055;
}
</style>
background-color css
<style>
a { background-color: #D60055; }
a { background-color: rgb(214,0,85); }
div.DivClassName
{
background-color: #D60055;
}
.BgClassName
{
background-color: #D60055;
}
</style>
border-color css
<style>
span { border-color: #D60055; }
span { border-color: rgb(214,0,85); }
td.TdClassName
{
border-color: #D60055;
}
.TagClassName
{
border-color: #D60055;
}
</style>