Shades of Razzmatazz #D70852
Tints of Razzmatazz #D70852
RGB
CMYK
RGB Variations
Color information
#D70852 (or 0xD70852) is known color: Razzmatazz. HEX triplet: D7, 08 and 52. RGB value is (215,8,82). Sum of RGB (Red+Green+Blue) = 215+8+82=305 (40% of max value = 765). Red value is 215 (84.38% from 255 or 70.49% from 305); Green value is 8 (3.52% from 255 or 2.62% from 305); Blue value is 82 (32.42% from 255 or 26.89% from 305); Max value from RGB is 215 - color contains mainly: red. Hex color #D70852 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70852 is #28F7AD. Grayscale: #4E4E4E. Windows color (decimal): -2684846 or 5376215. OLE color: 5376215.
HSL color Cylindrical-coordinate representation of color #D70852: hue angle of 338.55º 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 #D70852 is Cyan = 0, Magento = 0.96, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 8 | 82 | - |
| CMYK | 0 | 0.96 | 0.62 | 0.16 |
| HSL | 338.55º | 0.93% | 0.44% | - |
| HSV(B) | 338.55º | 0.96% | 0.84% | - |
| XYZ | 29.63 | 15.23 | 9.36 | - |
| YUV | 78.33 | 130.08 | 225.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 8 | 82 | 0 | 0.96 | 0.62 | 0.16 | 338.55 | 0.93 | 0.44 |
| Hex | D7 | 8 | 52 | 0 | 60 | 3E | 10 | 153 | 5D | 2C |
| Octal | 327 | 10 | 122 | 0 | 140 | 76 | 20 | 523 | 135 | 54 |
| Binary | 11010111 | 1000 | 1010010 | 0 | 1100000 | 111110 | 10000 | 101010011 | 1011101 | 101100 |
Color Harmonies of #D70852
Complementary color
Monochromatic Colors of #D70852
Black with #D70852
Text Example
Text Example
White with #D70852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70852; }
p { color: rgb(215,8,82); }
H1.HeaderClassName
{
color: #D70852;
}
.AnyTagClassName
{
color: #D70852;
}
</style>
background-color css
<style>
a { background-color: #D70852; }
a { background-color: rgb(215,8,82); }
div.DivClassName
{
background-color: #D70852;
}
.BgClassName
{
background-color: #D70852;
}
</style>
border-color css
<style>
span { border-color: #D70852; }
span { border-color: rgb(215,8,82); }
td.TdClassName
{
border-color: #D70852;
}
.TagClassName
{
border-color: #D70852;
}
</style>