Shades of Razzmatazz #D10852
Tints of Razzmatazz #D10852
RGB
CMYK
RGB Variations
Color information
#D10852 (or 0xD10852) is known color: Razzmatazz. HEX triplet: D1, 08 and 52. RGB value is (209,8,82). Sum of RGB (Red+Green+Blue) = 209+8+82=299 (39% of max value = 765). Red value is 209 (82.03% from 255 or 69.90% from 299); Green value is 8 (3.52% from 255 or 2.68% from 299); Blue value is 82 (32.42% from 255 or 27.42% from 299); Max value from RGB is 209 - color contains mainly: red. Hex color #D10852 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D10852 is #2EF7AD. Grayscale: #4C4C4C. Windows color (decimal): -3078062 or 5376209. OLE color: 5376209.
HSL color Cylindrical-coordinate representation of color #D10852: hue angle of 337.91º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D10852 is Cyan = 0, Magento = 0.96, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 8 | 82 | - |
| CMYK | 0 | 0.96 | 0.61 | 0.18 |
| HSL | 337.91º | 0.93% | 0.43% | - |
| HSV(B) | 337.91º | 0.96% | 0.82% | - |
| XYZ | 27.9 | 14.34 | 9.28 | - |
| YUV | 76.54 | 131.09 | 222.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 8 | 82 | 0 | 0.96 | 0.61 | 0.18 | 337.91 | 0.93 | 0.43 |
| Hex | D1 | 8 | 52 | 0 | 60 | 3D | 12 | 152 | 5D | 2B |
| Octal | 321 | 10 | 122 | 0 | 140 | 75 | 22 | 522 | 135 | 53 |
| Binary | 11010001 | 1000 | 1010010 | 0 | 1100000 | 111101 | 10010 | 101010010 | 1011101 | 101011 |
Color Harmonies of #D10852
Complementary color
Monochromatic Colors of #D10852
Black with #D10852
Text Example
Text Example
White with #D10852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10852; }
p { color: rgb(209,8,82); }
H1.HeaderClassName
{
color: #D10852;
}
.AnyTagClassName
{
color: #D10852;
}
</style>
background-color css
<style>
a { background-color: #D10852; }
a { background-color: rgb(209,8,82); }
div.DivClassName
{
background-color: #D10852;
}
.BgClassName
{
background-color: #D10852;
}
</style>
border-color css
<style>
span { border-color: #D10852; }
span { border-color: rgb(209,8,82); }
td.TdClassName
{
border-color: #D10852;
}
.TagClassName
{
border-color: #D10852;
}
</style>