Shades of Razzmatazz #D70B54
Tints of Razzmatazz #D70B54
RGB
CMYK
RGB Variations
Color information
#D70B54 (or 0xD70B54) is known color: Razzmatazz. HEX triplet: D7, 0B and 54. RGB value is (215,11,84). Sum of RGB (Red+Green+Blue) = 215+11+84=310 (41% of max value = 765). Red value is 215 (84.38% from 255 or 69.35% from 310); Green value is 11 (4.69% from 255 or 3.55% from 310); Blue value is 84 (33.20% from 255 or 27.10% from 310); Max value from RGB is 215 - color contains mainly: red. Hex color #D70B54 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70B54 is #28F4AB. Grayscale: #505050. Windows color (decimal): -2684076 or 5508055. OLE color: 5508055.
HSL color Cylindrical-coordinate representation of color #D70B54: hue angle of 338.53º 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 #D70B54 is Cyan = 0, Magento = 0.95, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 11 | 84 | - |
| CMYK | 0 | 0.95 | 0.61 | 0.16 |
| HSL | 338.53º | 0.9% | 0.44% | - |
| HSV(B) | 338.53º | 0.95% | 0.84% | - |
| XYZ | 29.74 | 15.33 | 9.78 | - |
| YUV | 80.32 | 130.09 | 224.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 11 | 84 | 0 | 0.95 | 0.61 | 0.16 | 338.53 | 0.9 | 0.44 |
| Hex | D7 | B | 54 | 0 | 5F | 3D | 10 | 153 | 5A | 2C |
| Octal | 327 | 13 | 124 | 0 | 137 | 75 | 20 | 523 | 132 | 54 |
| Binary | 11010111 | 1011 | 1010100 | 0 | 1011111 | 111101 | 10000 | 101010011 | 1011010 | 101100 |
Color Harmonies of #D70B54
Complementary color
Monochromatic Colors of #D70B54
Black with #D70B54
Text Example
Text Example
White with #D70B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70B54; }
p { color: rgb(215,11,84); }
H1.HeaderClassName
{
color: #D70B54;
}
.AnyTagClassName
{
color: #D70B54;
}
</style>
background-color css
<style>
a { background-color: #D70B54; }
a { background-color: rgb(215,11,84); }
div.DivClassName
{
background-color: #D70B54;
}
.BgClassName
{
background-color: #D70B54;
}
</style>
border-color css
<style>
span { border-color: #D70B54; }
span { border-color: rgb(215,11,84); }
td.TdClassName
{
border-color: #D70B54;
}
.TagClassName
{
border-color: #D70B54;
}
</style>