Shades of Razzmatazz #D60255
Tints of Razzmatazz #D60255
RGB
CMYK
RGB Variations
Color information
#D60255 (or 0xD60255) is known color: Razzmatazz. HEX triplet: D6, 02 and 55. RGB value is (214,2,85). Sum of RGB (Red+Green+Blue) = 214+2+85=301 (39% of max value = 765). Red value is 214 (83.98% from 255 or 71.10% from 301); Green value is 2 (1.17% from 255 or 0.66% from 301); Blue value is 85 (33.59% from 255 or 28.24% from 301); Max value from RGB is 214 - color contains mainly: red. Hex color #D60255 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60255 is #29FDAA. Grayscale: #4A4A4A. Windows color (decimal): -2751915 or 5571286. OLE color: 5571286.
HSL color Cylindrical-coordinate representation of color #D60255: hue angle of 336.51º 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 #D60255 is Cyan = 0, Magento = 0.99, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 2 | 85 | - |
| CMYK | 0 | 0.99 | 0.60 | 0.16 |
| HSL | 336.51º | 0.98% | 0.42% | - |
| HSV(B) | 336.51º | 0.99% | 0.84% | - |
| XYZ | 29.39 | 15 | 9.94 | - |
| YUV | 74.85 | 133.74 | 227.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 2 | 85 | 0 | 0.99 | 0.60 | 0.16 | 336.51 | 0.98 | 0.42 |
| Hex | D6 | 2 | 55 | 0 | 63 | 3C | 10 | 151 | 62 | 2A |
| Octal | 326 | 2 | 125 | 0 | 143 | 74 | 20 | 521 | 142 | 52 |
| Binary | 11010110 | 10 | 1010101 | 0 | 1100011 | 111100 | 10000 | 101010001 | 1100010 | 101010 |
Color Harmonies of #D60255
Complementary color
Monochromatic Colors of #D60255
Black with #D60255
Text Example
Text Example
White with #D60255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60255; }
p { color: rgb(214,2,85); }
H1.HeaderClassName
{
color: #D60255;
}
.AnyTagClassName
{
color: #D60255;
}
</style>
background-color css
<style>
a { background-color: #D60255; }
a { background-color: rgb(214,2,85); }
div.DivClassName
{
background-color: #D60255;
}
.BgClassName
{
background-color: #D60255;
}
</style>
border-color css
<style>
span { border-color: #D60255; }
span { border-color: rgb(214,2,85); }
td.TdClassName
{
border-color: #D60255;
}
.TagClassName
{
border-color: #D60255;
}
</style>