Shades of Razzmatazz #D70B4E
Tints of Razzmatazz #D70B4E
RGB
CMYK
RGB Variations
Color information
#D70B4E (or 0xD70B4E) is known color: Razzmatazz. HEX triplet: D7, 0B and 4E. RGB value is (215,11,78). Sum of RGB (Red+Green+Blue) = 215+11+78=304 (40% of max value = 765). Red value is 215 (84.38% from 255 or 70.72% from 304); Green value is 11 (4.69% from 255 or 3.62% from 304); Blue value is 78 (30.86% from 255 or 25.66% from 304); Max value from RGB is 215 - color contains mainly: red. Hex color #D70B4E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70B4E is #28F4B1. Grayscale: #4F4F4F. Windows color (decimal): -2684082 or 5114839. OLE color: 5114839.
HSL color Cylindrical-coordinate representation of color #D70B4E: hue angle of 340.29º degrees, saturation: 0.9, 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 #D70B4E is Cyan = 0, Magento = 0.95, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 11 | 78 | - |
| CMYK | 0 | 0.95 | 0.64 | 0.16 |
| HSL | 340.29º | 0.9% | 0.44% | - |
| HSV(B) | 340.29º | 0.95% | 0.84% | - |
| XYZ | 29.52 | 15.24 | 8.59 | - |
| YUV | 79.63 | 127.09 | 224.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 11 | 78 | 0 | 0.95 | 0.64 | 0.16 | 340.29 | 0.9 | 0.44 |
| Hex | D7 | B | 4E | 0 | 5F | 40 | 10 | 154 | 5A | 2C |
| Octal | 327 | 13 | 116 | 0 | 137 | 100 | 20 | 524 | 132 | 54 |
| Binary | 11010111 | 1011 | 1001110 | 0 | 1011111 | 1000000 | 10000 | 101010100 | 1011010 | 101100 |
Color Harmonies of #D70B4E
Complementary color
Monochromatic Colors of #D70B4E
Black with #D70B4E
Text Example
Text Example
White with #D70B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70B4E; }
p { color: rgb(215,11,78); }
H1.HeaderClassName
{
color: #D70B4E;
}
.AnyTagClassName
{
color: #D70B4E;
}
</style>
background-color css
<style>
a { background-color: #D70B4E; }
a { background-color: rgb(215,11,78); }
div.DivClassName
{
background-color: #D70B4E;
}
.BgClassName
{
background-color: #D70B4E;
}
</style>
border-color css
<style>
span { border-color: #D70B4E; }
span { border-color: rgb(215,11,78); }
td.TdClassName
{
border-color: #D70B4E;
}
.TagClassName
{
border-color: #D70B4E;
}
</style>