Shades of Razzmatazz #D70853
Tints of Razzmatazz #D70853
RGB
CMYK
RGB Variations
Color information
#D70853 (or 0xD70853) is known color: Razzmatazz. HEX triplet: D7, 08 and 53. RGB value is (215,8,83). Sum of RGB (Red+Green+Blue) = 215+8+83=306 (40% of max value = 765). Red value is 215 (84.38% from 255 or 70.26% from 306); Green value is 8 (3.52% from 255 or 2.61% from 306); Blue value is 83 (32.81% from 255 or 27.12% from 306); Max value from RGB is 215 - color contains mainly: red. Hex color #D70853 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70853 is #28F7AC. Grayscale: #4E4E4E. Windows color (decimal): -2684845 or 5441751. OLE color: 5441751.
HSL color Cylindrical-coordinate representation of color #D70853: hue angle of 338.26º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D70853 is Cyan = 0, Magento = 0.96, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 8 | 83 | - |
| CMYK | 0 | 0.96 | 0.61 | 0.16 |
| HSL | 338.26º | 0.93% | 0.44% | - |
| HSV(B) | 338.26º | 0.96% | 0.84% | - |
| XYZ | 29.67 | 15.25 | 9.56 | - |
| YUV | 78.44 | 130.58 | 225.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 8 | 83 | 0 | 0.96 | 0.61 | 0.16 | 338.26 | 0.93 | 0.44 |
| Hex | D7 | 8 | 53 | 0 | 60 | 3D | 10 | 152 | 5D | 2C |
| Octal | 327 | 10 | 123 | 0 | 140 | 75 | 20 | 522 | 135 | 54 |
| Binary | 11010111 | 1000 | 1010011 | 0 | 1100000 | 111101 | 10000 | 101010010 | 1011101 | 101100 |
Color Harmonies of #D70853
Complementary color
Monochromatic Colors of #D70853
Black with #D70853
Text Example
Text Example
White with #D70853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70853; }
p { color: rgb(215,8,83); }
H1.HeaderClassName
{
color: #D70853;
}
.AnyTagClassName
{
color: #D70853;
}
</style>
background-color css
<style>
a { background-color: #D70853; }
a { background-color: rgb(215,8,83); }
div.DivClassName
{
background-color: #D70853;
}
.BgClassName
{
background-color: #D70853;
}
</style>
border-color css
<style>
span { border-color: #D70853; }
span { border-color: rgb(215,8,83); }
td.TdClassName
{
border-color: #D70853;
}
.TagClassName
{
border-color: #D70853;
}
</style>