Shades of Razzmatazz #D00852
Tints of Razzmatazz #D00852
RGB
CMYK
RGB Variations
Color information
#D00852 (or 0xD00852) is known color: Razzmatazz. HEX triplet: D0, 08 and 52. RGB value is (208,8,82). Sum of RGB (Red+Green+Blue) = 208+8+82=298 (39% of max value = 765). Red value is 208 (81.64% from 255 or 69.80% from 298); Green value is 8 (3.52% from 255 or 2.68% from 298); Blue value is 82 (32.42% from 255 or 27.52% from 298); Max value from RGB is 208 - color contains mainly: red. Hex color #D00852 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00852 is #2FF7AD. Grayscale: #4C4C4C. Windows color (decimal): -3143598 or 5376208. OLE color: 5376208.
HSL color Cylindrical-coordinate representation of color #D00852: hue angle of 337.8º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D00852 is Cyan = 0, Magento = 0.96, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 8 | 82 | - |
| CMYK | 0 | 0.96 | 0.61 | 0.18 |
| HSL | 337.8º | 0.93% | 0.42% | - |
| HSV(B) | 337.8º | 0.96% | 0.82% | - |
| XYZ | 27.62 | 14.19 | 9.27 | - |
| YUV | 76.24 | 131.26 | 221.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 8 | 82 | 0 | 0.96 | 0.61 | 0.18 | 337.8 | 0.93 | 0.42 |
| Hex | D0 | 8 | 52 | 0 | 60 | 3D | 12 | 152 | 5D | 2A |
| Octal | 320 | 10 | 122 | 0 | 140 | 75 | 22 | 522 | 135 | 52 |
| Binary | 11010000 | 1000 | 1010010 | 0 | 1100000 | 111101 | 10010 | 101010010 | 1011101 | 101010 |
Color Harmonies of #D00852
Complementary color
Monochromatic Colors of #D00852
Black with #D00852
Text Example
Text Example
White with #D00852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00852; }
p { color: rgb(208,8,82); }
H1.HeaderClassName
{
color: #D00852;
}
.AnyTagClassName
{
color: #D00852;
}
</style>
background-color css
<style>
a { background-color: #D00852; }
a { background-color: rgb(208,8,82); }
div.DivClassName
{
background-color: #D00852;
}
.BgClassName
{
background-color: #D00852;
}
</style>
border-color css
<style>
span { border-color: #D00852; }
span { border-color: rgb(208,8,82); }
td.TdClassName
{
border-color: #D00852;
}
.TagClassName
{
border-color: #D00852;
}
</style>