Shades of Razzmatazz #D60D4E
Tints of Razzmatazz #D60D4E
RGB
CMYK
RGB Variations
Color information
#D60D4E (or 0xD60D4E) is known color: Razzmatazz. HEX triplet: D6, 0D and 4E. RGB value is (214,13,78). Sum of RGB (Red+Green+Blue) = 214+13+78=305 (40% of max value = 765). Red value is 214 (83.98% from 255 or 70.16% from 305); Green value is 13 (5.47% from 255 or 4.26% from 305); Blue value is 78 (30.86% from 255 or 25.57% from 305); Max value from RGB is 214 - color contains mainly: red. Hex color #D60D4E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60D4E is #29F2B1. Grayscale: #505050. Windows color (decimal): -2749106 or 5115350. OLE color: 5115350.
HSL color Cylindrical-coordinate representation of color #D60D4E: hue angle of 340.6º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D60D4E is Cyan = 0, Magento = 0.94, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 13 | 78 | - |
| CMYK | 0 | 0.94 | 0.64 | 0.16 |
| HSL | 340.6º | 0.89% | 0.45% | - |
| HSV(B) | 340.6º | 0.94% | 0.84% | - |
| XYZ | 29.25 | 15.13 | 8.59 | - |
| YUV | 80.51 | 126.59 | 223.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 13 | 78 | 0 | 0.94 | 0.64 | 0.16 | 340.6 | 0.89 | 0.45 |
| Hex | D6 | D | 4E | 0 | 5E | 40 | 10 | 155 | 59 | 2D |
| Octal | 326 | 15 | 116 | 0 | 136 | 100 | 20 | 525 | 131 | 55 |
| Binary | 11010110 | 1101 | 1001110 | 0 | 1011110 | 1000000 | 10000 | 101010101 | 1011001 | 101101 |
Color Harmonies of #D60D4E
Complementary color
Monochromatic Colors of #D60D4E
Black with #D60D4E
Text Example
Text Example
White with #D60D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60D4E; }
p { color: rgb(214,13,78); }
H1.HeaderClassName
{
color: #D60D4E;
}
.AnyTagClassName
{
color: #D60D4E;
}
</style>
background-color css
<style>
a { background-color: #D60D4E; }
a { background-color: rgb(214,13,78); }
div.DivClassName
{
background-color: #D60D4E;
}
.BgClassName
{
background-color: #D60D4E;
}
</style>
border-color css
<style>
span { border-color: #D60D4E; }
span { border-color: rgb(214,13,78); }
td.TdClassName
{
border-color: #D60D4E;
}
.TagClassName
{
border-color: #D60D4E;
}
</style>