Shades of Razzmatazz #D60D4F
Tints of Razzmatazz #D60D4F
RGB
CMYK
RGB Variations
Color information
#D60D4F (or 0xD60D4F) is known color: Razzmatazz. HEX triplet: D6, 0D and 4F. RGB value is (214,13,79). Sum of RGB (Red+Green+Blue) = 214+13+79=306 (40% of max value = 765). Red value is 214 (83.98% from 255 or 69.93% from 306); Green value is 13 (5.47% from 255 or 4.25% from 306); Blue value is 79 (31.25% from 255 or 25.82% from 306); Max value from RGB is 214 - color contains mainly: red. Hex color #D60D4F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60D4F is #29F2B0. Grayscale: #505050. Windows color (decimal): -2749105 or 5180886. OLE color: 5180886.
HSL color Cylindrical-coordinate representation of color #D60D4F: hue angle of 340.3º 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 #D60D4F is Cyan = 0, Magento = 0.94, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 13 | 79 | - |
| CMYK | 0 | 0.94 | 0.63 | 0.16 |
| HSL | 340.3º | 0.89% | 0.45% | - |
| HSV(B) | 340.3º | 0.94% | 0.84% | - |
| XYZ | 29.29 | 15.15 | 8.78 | - |
| YUV | 80.62 | 127.09 | 223.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 13 | 79 | 0 | 0.94 | 0.63 | 0.16 | 340.3 | 0.89 | 0.45 |
| Hex | D6 | D | 4F | 0 | 5E | 3F | 10 | 154 | 59 | 2D |
| Octal | 326 | 15 | 117 | 0 | 136 | 77 | 20 | 524 | 131 | 55 |
| Binary | 11010110 | 1101 | 1001111 | 0 | 1011110 | 111111 | 10000 | 101010100 | 1011001 | 101101 |
Color Harmonies of #D60D4F
Complementary color
Monochromatic Colors of #D60D4F
Black with #D60D4F
Text Example
Text Example
White with #D60D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60D4F; }
p { color: rgb(214,13,79); }
H1.HeaderClassName
{
color: #D60D4F;
}
.AnyTagClassName
{
color: #D60D4F;
}
</style>
background-color css
<style>
a { background-color: #D60D4F; }
a { background-color: rgb(214,13,79); }
div.DivClassName
{
background-color: #D60D4F;
}
.BgClassName
{
background-color: #D60D4F;
}
</style>
border-color css
<style>
span { border-color: #D60D4F; }
span { border-color: rgb(214,13,79); }
td.TdClassName
{
border-color: #D60D4F;
}
.TagClassName
{
border-color: #D60D4F;
}
</style>