Shades of Razzmatazz #D10855
Tints of Razzmatazz #D10855
RGB
CMYK
RGB Variations
Color information
#D10855 (or 0xD10855) is known color: Razzmatazz. HEX triplet: D1, 08 and 55. RGB value is (209,8,85). Sum of RGB (Red+Green+Blue) = 209+8+85=302 (40% of max value = 765). Red value is 209 (82.03% from 255 or 69.21% from 302); Green value is 8 (3.52% from 255 or 2.65% from 302); Blue value is 85 (33.59% from 255 or 28.15% from 302); Max value from RGB is 209 - color contains mainly: red. Hex color #D10855 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D10855 is #2EF7AA. Grayscale: #4C4C4C. Windows color (decimal): -3078059 or 5572817. OLE color: 5572817.
HSL color Cylindrical-coordinate representation of color #D10855: hue angle of 337.01º 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 #D10855 is Cyan = 0, Magento = 0.96, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 8 | 85 | - |
| CMYK | 0 | 0.96 | 0.59 | 0.18 |
| HSL | 337.01º | 0.93% | 0.43% | - |
| HSV(B) | 337.01º | 0.96% | 0.82% | - |
| XYZ | 28.02 | 14.38 | 9.89 | - |
| YUV | 76.88 | 132.59 | 222.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 8 | 85 | 0 | 0.96 | 0.59 | 0.18 | 337.01 | 0.93 | 0.43 |
| Hex | D1 | 8 | 55 | 0 | 60 | 3B | 12 | 151 | 5D | 2B |
| Octal | 321 | 10 | 125 | 0 | 140 | 73 | 22 | 521 | 135 | 53 |
| Binary | 11010001 | 1000 | 1010101 | 0 | 1100000 | 111011 | 10010 | 101010001 | 1011101 | 101011 |
Color Harmonies of #D10855
Complementary color
Monochromatic Colors of #D10855
Black with #D10855
Text Example
Text Example
White with #D10855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10855; }
p { color: rgb(209,8,85); }
H1.HeaderClassName
{
color: #D10855;
}
.AnyTagClassName
{
color: #D10855;
}
</style>
background-color css
<style>
a { background-color: #D10855; }
a { background-color: rgb(209,8,85); }
div.DivClassName
{
background-color: #D10855;
}
.BgClassName
{
background-color: #D10855;
}
</style>
border-color css
<style>
span { border-color: #D10855; }
span { border-color: rgb(209,8,85); }
td.TdClassName
{
border-color: #D10855;
}
.TagClassName
{
border-color: #D10855;
}
</style>