Shades of Razzmatazz #D60563
Tints of Razzmatazz #D60563
RGB
CMYK
RGB Variations
Color information
#D60563 (or 0xD60563) is known color: Razzmatazz. HEX triplet: D6, 05 and 63. RGB value is (214,5,99). Sum of RGB (Red+Green+Blue) = 214+5+99=318 (42% of max value = 765). Red value is 214 (83.98% from 255 or 67.30% from 318); Green value is 5 (2.34% from 255 or 1.57% from 318); Blue value is 99 (39.06% from 255 or 31.13% from 318); Max value from RGB is 214 - color contains mainly: red. Hex color #D60563 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60563 is #29FA9C. Grayscale: #4E4E4E. Windows color (decimal): -2751133 or 6489558. OLE color: 6489558.
HSL color Cylindrical-coordinate representation of color #D60563: hue angle of 333.01º 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 #D60563 is Cyan = 0, Magento = 0.98, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 5 | 99 | - |
| CMYK | 0 | 0.98 | 0.54 | 0.16 |
| HSL | 333.01º | 0.95% | 0.43% | - |
| HSV(B) | 333.01º | 0.98% | 0.84% | - |
| XYZ | 30.04 | 15.31 | 13.18 | - |
| YUV | 78.21 | 139.74 | 224.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 5 | 99 | 0 | 0.98 | 0.54 | 0.16 | 333.01 | 0.95 | 0.43 |
| Hex | D6 | 5 | 63 | 0 | 62 | 36 | 10 | 14D | 5F | 2B |
| Octal | 326 | 5 | 143 | 0 | 142 | 66 | 20 | 515 | 137 | 53 |
| Binary | 11010110 | 101 | 1100011 | 0 | 1100010 | 110110 | 10000 | 101001101 | 1011111 | 101011 |
Color Harmonies of #D60563
Complementary color
Monochromatic Colors of #D60563
Black with #D60563
Text Example
Text Example
White with #D60563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60563; }
p { color: rgb(214,5,99); }
H1.HeaderClassName
{
color: #D60563;
}
.AnyTagClassName
{
color: #D60563;
}
</style>
background-color css
<style>
a { background-color: #D60563; }
a { background-color: rgb(214,5,99); }
div.DivClassName
{
background-color: #D60563;
}
.BgClassName
{
background-color: #D60563;
}
</style>
border-color css
<style>
span { border-color: #D60563; }
span { border-color: rgb(214,5,99); }
td.TdClassName
{
border-color: #D60563;
}
.TagClassName
{
border-color: #D60563;
}
</style>