Shades of Razzmatazz #D80D4F
Tints of Razzmatazz #D80D4F
RGB
CMYK
RGB Variations
Color information
#D80D4F (or 0xD80D4F) is known color: Razzmatazz. HEX triplet: D8, 0D and 4F. RGB value is (216,13,79). Sum of RGB (Red+Green+Blue) = 216+13+79=308 (40% of max value = 765). Red value is 216 (84.77% from 255 or 70.13% from 308); Green value is 13 (5.47% from 255 or 4.22% from 308); Blue value is 79 (31.25% from 255 or 25.65% from 308); Max value from RGB is 216 - color contains mainly: red. Hex color #D80D4F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80D4F is #27F2B0. Grayscale: #515151. Windows color (decimal): -2618033 or 5180888. OLE color: 5180888.
HSL color Cylindrical-coordinate representation of color #D80D4F: hue angle of 340.49º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D80D4F is Cyan = 0, Magento = 0.94, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 13 | 79 | - |
| CMYK | 0 | 0.94 | 0.63 | 0.15 |
| HSL | 340.49º | 0.89% | 0.45% | - |
| HSV(B) | 340.49º | 0.94% | 0.85% | - |
| XYZ | 29.87 | 15.45 | 8.8 | - |
| YUV | 81.22 | 126.75 | 224.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 13 | 79 | 0 | 0.94 | 0.63 | 0.15 | 340.49 | 0.89 | 0.45 |
| Hex | D8 | D | 4F | 0 | 5E | 3F | F | 154 | 59 | 2D |
| Octal | 330 | 15 | 117 | 0 | 136 | 77 | 17 | 524 | 131 | 55 |
| Binary | 11011000 | 1101 | 1001111 | 0 | 1011110 | 111111 | 1111 | 101010100 | 1011001 | 101101 |
Color Harmonies of #D80D4F
Complementary color
Monochromatic Colors of #D80D4F
Black with #D80D4F
Text Example
Text Example
White with #D80D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80D4F; }
p { color: rgb(216,13,79); }
H1.HeaderClassName
{
color: #D80D4F;
}
.AnyTagClassName
{
color: #D80D4F;
}
</style>
background-color css
<style>
a { background-color: #D80D4F; }
a { background-color: rgb(216,13,79); }
div.DivClassName
{
background-color: #D80D4F;
}
.BgClassName
{
background-color: #D80D4F;
}
</style>
border-color css
<style>
span { border-color: #D80D4F; }
span { border-color: rgb(216,13,79); }
td.TdClassName
{
border-color: #D80D4F;
}
.TagClassName
{
border-color: #D80D4F;
}
</style>