Shades of Razzmatazz #D70A55
Tints of Razzmatazz #D70A55
RGB
CMYK
RGB Variations
Color information
#D70A55 (or 0xD70A55) is known color: Razzmatazz. HEX triplet: D7, 0A and 55. RGB value is (215,10,85). Sum of RGB (Red+Green+Blue) = 215+10+85=310 (41% of max value = 765). Red value is 215 (84.38% from 255 or 69.35% from 310); Green value is 10 (4.30% from 255 or 3.23% from 310); Blue value is 85 (33.59% from 255 or 27.42% from 310); Max value from RGB is 215 - color contains mainly: red. Hex color #D70A55 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70A55 is #28F5AA. Grayscale: #4F4F4F. Windows color (decimal): -2684331 or 5573335. OLE color: 5573335.
HSL color Cylindrical-coordinate representation of color #D70A55: hue angle of 338.05º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D70A55 is Cyan = 0, Magento = 0.95, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 10 | 85 | - |
| CMYK | 0 | 0.95 | 0.60 | 0.16 |
| HSL | 338.05º | 0.91% | 0.44% | - |
| HSV(B) | 338.05º | 0.95% | 0.84% | - |
| XYZ | 29.77 | 15.32 | 9.98 | - |
| YUV | 79.85 | 130.92 | 224.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 10 | 85 | 0 | 0.95 | 0.60 | 0.16 | 338.05 | 0.91 | 0.44 |
| Hex | D7 | A | 55 | 0 | 5F | 3C | 10 | 152 | 5B | 2C |
| Octal | 327 | 12 | 125 | 0 | 137 | 74 | 20 | 522 | 133 | 54 |
| Binary | 11010111 | 1010 | 1010101 | 0 | 1011111 | 111100 | 10000 | 101010010 | 1011011 | 101100 |
Color Harmonies of #D70A55
Complementary color
Monochromatic Colors of #D70A55
Black with #D70A55
Text Example
Text Example
White with #D70A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70A55; }
p { color: rgb(215,10,85); }
H1.HeaderClassName
{
color: #D70A55;
}
.AnyTagClassName
{
color: #D70A55;
}
</style>
background-color css
<style>
a { background-color: #D70A55; }
a { background-color: rgb(215,10,85); }
div.DivClassName
{
background-color: #D70A55;
}
.BgClassName
{
background-color: #D70A55;
}
</style>
border-color css
<style>
span { border-color: #D70A55; }
span { border-color: rgb(215,10,85); }
td.TdClassName
{
border-color: #D70A55;
}
.TagClassName
{
border-color: #D70A55;
}
</style>