Shades of Razzmatazz #D60053
Tints of Razzmatazz #D60053
RGB
CMYK
RGB Variations
Color information
#D60053 (or 0xD60053) is known color: Razzmatazz. HEX triplet: D6, 00 and 53. RGB value is (214,0,83). Sum of RGB (Red+Green+Blue) = 214+0+83=297 (39% of max value = 765). Red value is 214 (83.98% from 255 or 72.05% from 297); Green value is 0 (0.39% from 255 or 0% from 297); Blue value is 83 (32.81% from 255 or 27.95% from 297); Max value from RGB is 214 - color contains mainly: red. Hex color #D60053 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60053 is #29FFAC. Grayscale: #494949. Windows color (decimal): -2752429 or 5439702. OLE color: 5439702.
HSL color Cylindrical-coordinate representation of color #D60053: hue angle of 336.73º 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 #D60053 is Cyan = 0, Magento = 1, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 0 | 83 | - |
| CMYK | 0 | 1 | 0.61 | 0.16 |
| HSL | 336.73º | 1% | 0.42% | - |
| HSV(B) | 336.73º | 1% | 0.84% | - |
| XYZ | 29.29 | 14.92 | 9.52 | - |
| YUV | 73.45 | 133.4 | 228.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 0 | 83 | 0 | 1 | 0.61 | 0.16 | 336.73 | 1 | 0.42 |
| Hex | D6 | 0 | 53 | 0 | 64 | 3D | 10 | 151 | 64 | 2A |
| Octal | 326 | 0 | 123 | 0 | 144 | 75 | 20 | 521 | 144 | 52 |
| Binary | 11010110 | 0 | 1010011 | 0 | 1100100 | 111101 | 10000 | 101010001 | 1100100 | 101010 |
Color Harmonies of #D60053
Complementary color
Monochromatic Colors of #D60053
Black with #D60053
Text Example
Text Example
White with #D60053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60053; }
p { color: rgb(214,0,83); }
H1.HeaderClassName
{
color: #D60053;
}
.AnyTagClassName
{
color: #D60053;
}
</style>
background-color css
<style>
a { background-color: #D60053; }
a { background-color: rgb(214,0,83); }
div.DivClassName
{
background-color: #D60053;
}
.BgClassName
{
background-color: #D60053;
}
</style>
border-color css
<style>
span { border-color: #D60053; }
span { border-color: rgb(214,0,83); }
td.TdClassName
{
border-color: #D60053;
}
.TagClassName
{
border-color: #D60053;
}
</style>