Shades of Razzmatazz #D60258
Tints of Razzmatazz #D60258
RGB
CMYK
RGB Variations
Color information
#D60258 (or 0xD60258) is known color: Razzmatazz. HEX triplet: D6, 02 and 58. RGB value is (214,2,88). Sum of RGB (Red+Green+Blue) = 214+2+88=304 (40% of max value = 765). Red value is 214 (83.98% from 255 or 70.39% from 304); Green value is 2 (1.17% from 255 or 0.66% from 304); Blue value is 88 (34.77% from 255 or 28.95% from 304); Max value from RGB is 214 - color contains mainly: red. Hex color #D60258 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60258 is #29FDA7. Grayscale: #4B4B4B. Windows color (decimal): -2751912 or 5767894. OLE color: 5767894.
HSL color Cylindrical-coordinate representation of color #D60258: hue angle of 335.66º 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 #D60258 is Cyan = 0, Magento = 0.99, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 2 | 88 | - |
| CMYK | 0 | 0.99 | 0.59 | 0.16 |
| HSL | 335.66º | 0.98% | 0.42% | - |
| HSV(B) | 335.66º | 0.99% | 0.84% | - |
| XYZ | 29.51 | 15.04 | 10.58 | - |
| YUV | 75.19 | 135.24 | 227.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 2 | 88 | 0 | 0.99 | 0.59 | 0.16 | 335.66 | 0.98 | 0.42 |
| Hex | D6 | 2 | 58 | 0 | 63 | 3B | 10 | 150 | 62 | 2A |
| Octal | 326 | 2 | 130 | 0 | 143 | 73 | 20 | 520 | 142 | 52 |
| Binary | 11010110 | 10 | 1011000 | 0 | 1100011 | 111011 | 10000 | 101010000 | 1100010 | 101010 |
Color Harmonies of #D60258
Complementary color
Monochromatic Colors of #D60258
Black with #D60258
Text Example
Text Example
White with #D60258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60258; }
p { color: rgb(214,2,88); }
H1.HeaderClassName
{
color: #D60258;
}
.AnyTagClassName
{
color: #D60258;
}
</style>
background-color css
<style>
a { background-color: #D60258; }
a { background-color: rgb(214,2,88); }
div.DivClassName
{
background-color: #D60258;
}
.BgClassName
{
background-color: #D60258;
}
</style>
border-color css
<style>
span { border-color: #D60258; }
span { border-color: rgb(214,2,88); }
td.TdClassName
{
border-color: #D60258;
}
.TagClassName
{
border-color: #D60258;
}
</style>