Shades of Razzmatazz #D00853
Tints of Razzmatazz #D00853
RGB
CMYK
RGB Variations
Color information
#D00853 (or 0xD00853) is known color: Razzmatazz. HEX triplet: D0, 08 and 53. RGB value is (208,8,83). Sum of RGB (Red+Green+Blue) = 208+8+83=299 (39% of max value = 765). Red value is 208 (81.64% from 255 or 69.57% from 299); Green value is 8 (3.52% from 255 or 2.68% from 299); Blue value is 83 (32.81% from 255 or 27.76% from 299); Max value from RGB is 208 - color contains mainly: red. Hex color #D00853 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00853 is #2FF7AC. Grayscale: #4C4C4C. Windows color (decimal): -3143597 or 5441744. OLE color: 5441744.
HSL color Cylindrical-coordinate representation of color #D00853: hue angle of 337.5º 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 #D00853 is Cyan = 0, Magento = 0.96, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 8 | 83 | - |
| CMYK | 0 | 0.96 | 0.60 | 0.18 |
| HSL | 337.5º | 0.93% | 0.42% | - |
| HSV(B) | 337.5º | 0.96% | 0.82% | - |
| XYZ | 27.66 | 14.21 | 9.47 | - |
| YUV | 76.35 | 131.76 | 221.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 8 | 83 | 0 | 0.96 | 0.60 | 0.18 | 337.5 | 0.93 | 0.42 |
| Hex | D0 | 8 | 53 | 0 | 60 | 3C | 12 | 152 | 5D | 2A |
| Octal | 320 | 10 | 123 | 0 | 140 | 74 | 22 | 522 | 135 | 52 |
| Binary | 11010000 | 1000 | 1010011 | 0 | 1100000 | 111100 | 10010 | 101010010 | 1011101 | 101010 |
Color Harmonies of #D00853
Complementary color
Monochromatic Colors of #D00853
Black with #D00853
Text Example
Text Example
White with #D00853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00853; }
p { color: rgb(208,8,83); }
H1.HeaderClassName
{
color: #D00853;
}
.AnyTagClassName
{
color: #D00853;
}
</style>
background-color css
<style>
a { background-color: #D00853; }
a { background-color: rgb(208,8,83); }
div.DivClassName
{
background-color: #D00853;
}
.BgClassName
{
background-color: #D00853;
}
</style>
border-color css
<style>
span { border-color: #D00853; }
span { border-color: rgb(208,8,83); }
td.TdClassName
{
border-color: #D00853;
}
.TagClassName
{
border-color: #D00853;
}
</style>