Shades of Razzmatazz #D60553
Tints of Razzmatazz #D60553
RGB
CMYK
RGB Variations
Color information
#D60553 (or 0xD60553) is known color: Razzmatazz. HEX triplet: D6, 05 and 53. RGB value is (214,5,83). Sum of RGB (Red+Green+Blue) = 214+5+83=302 (40% of max value = 765). Red value is 214 (83.98% from 255 or 70.86% from 302); Green value is 5 (2.34% from 255 or 1.66% from 302); Blue value is 83 (32.81% from 255 or 27.48% from 302); Max value from RGB is 214 - color contains mainly: red. Hex color #D60553 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60553 is #29FAAC. Grayscale: #4C4C4C. Windows color (decimal): -2751149 or 5440982. OLE color: 5440982.
HSL color Cylindrical-coordinate representation of color #D60553: hue angle of 337.61º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D60553 is Cyan = 0, Magento = 0.98, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 5 | 83 | - |
| CMYK | 0 | 0.98 | 0.61 | 0.16 |
| HSL | 337.61º | 0.95% | 0.43% | - |
| HSV(B) | 337.61º | 0.98% | 0.84% | - |
| XYZ | 29.35 | 15.03 | 9.54 | - |
| YUV | 76.38 | 131.74 | 226.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 5 | 83 | 0 | 0.98 | 0.61 | 0.16 | 337.61 | 0.95 | 0.43 |
| Hex | D6 | 5 | 53 | 0 | 62 | 3D | 10 | 152 | 5F | 2B |
| Octal | 326 | 5 | 123 | 0 | 142 | 75 | 20 | 522 | 137 | 53 |
| Binary | 11010110 | 101 | 1010011 | 0 | 1100010 | 111101 | 10000 | 101010010 | 1011111 | 101011 |
Color Harmonies of #D60553
Complementary color
Monochromatic Colors of #D60553
Black with #D60553
Text Example
Text Example
White with #D60553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60553; }
p { color: rgb(214,5,83); }
H1.HeaderClassName
{
color: #D60553;
}
.AnyTagClassName
{
color: #D60553;
}
</style>
background-color css
<style>
a { background-color: #D60553; }
a { background-color: rgb(214,5,83); }
div.DivClassName
{
background-color: #D60553;
}
.BgClassName
{
background-color: #D60553;
}
</style>
border-color css
<style>
span { border-color: #D60553; }
span { border-color: rgb(214,5,83); }
td.TdClassName
{
border-color: #D60553;
}
.TagClassName
{
border-color: #D60553;
}
</style>