Shades of Razzmatazz #D60253
Tints of Razzmatazz #D60253
RGB
CMYK
RGB Variations
Color information
#D60253 (or 0xD60253) is known color: Razzmatazz. HEX triplet: D6, 02 and 53. RGB value is (214,2,83). Sum of RGB (Red+Green+Blue) = 214+2+83=299 (39% of max value = 765). Red value is 214 (83.98% from 255 or 71.57% from 299); Green value is 2 (1.17% from 255 or 0.67% from 299); Blue value is 83 (32.81% from 255 or 27.76% from 299); Max value from RGB is 214 - color contains mainly: red. Hex color #D60253 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60253 is #29FDAC. Grayscale: #4A4A4A. Windows color (decimal): -2751917 or 5440214. OLE color: 5440214.
HSL color Cylindrical-coordinate representation of color #D60253: hue angle of 337.08º 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 #D60253 is Cyan = 0, Magento = 0.99, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 2 | 83 | - |
| CMYK | 0 | 0.99 | 0.61 | 0.16 |
| HSL | 337.08º | 0.98% | 0.42% | - |
| HSV(B) | 337.08º | 0.99% | 0.84% | - |
| XYZ | 29.31 | 14.96 | 9.53 | - |
| YUV | 74.62 | 132.74 | 227.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 2 | 83 | 0 | 0.99 | 0.61 | 0.16 | 337.08 | 0.98 | 0.42 |
| Hex | D6 | 2 | 53 | 0 | 63 | 3D | 10 | 151 | 62 | 2A |
| Octal | 326 | 2 | 123 | 0 | 143 | 75 | 20 | 521 | 142 | 52 |
| Binary | 11010110 | 10 | 1010011 | 0 | 1100011 | 111101 | 10000 | 101010001 | 1100010 | 101010 |
Color Harmonies of #D60253
Complementary color
Monochromatic Colors of #D60253
Black with #D60253
Text Example
Text Example
White with #D60253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60253; }
p { color: rgb(214,2,83); }
H1.HeaderClassName
{
color: #D60253;
}
.AnyTagClassName
{
color: #D60253;
}
</style>
background-color css
<style>
a { background-color: #D60253; }
a { background-color: rgb(214,2,83); }
div.DivClassName
{
background-color: #D60253;
}
.BgClassName
{
background-color: #D60253;
}
</style>
border-color css
<style>
span { border-color: #D60253; }
span { border-color: rgb(214,2,83); }
td.TdClassName
{
border-color: #D60253;
}
.TagClassName
{
border-color: #D60253;
}
</style>