Shades of Razzmatazz #D10055
Tints of Razzmatazz #D10055
RGB
CMYK
RGB Variations
Color information
#D10055 (or 0xD10055) is known color: Razzmatazz. HEX triplet: D1, 00 and 55. RGB value is (209,0,85). Sum of RGB (Red+Green+Blue) = 209+0+85=294 (38% of max value = 765). Red value is 209 (82.03% from 255 or 71.09% from 294); Green value is 0 (0.39% from 255 or 0% from 294); Blue value is 85 (33.59% from 255 or 28.91% from 294); Max value from RGB is 209 - color contains mainly: red. Hex color #D10055 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D10055 is #2EFFAA. Grayscale: #484848. Windows color (decimal): -3080107 or 5570769. OLE color: 5570769.
HSL color Cylindrical-coordinate representation of color #D10055: hue angle of 335.6º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D10055 is Cyan = 0, Magento = 1, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 0 | 85 | - |
| CMYK | 0 | 1 | 0.59 | 0.18 |
| HSL | 335.6º | 1% | 0.41% | - |
| HSV(B) | 335.6º | 1% | 0.82% | - |
| XYZ | 27.93 | 14.21 | 9.87 | - |
| YUV | 72.18 | 135.24 | 225.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 0 | 85 | 0 | 1 | 0.59 | 0.18 | 335.6 | 1 | 0.41 |
| Hex | D1 | 0 | 55 | 0 | 64 | 3B | 12 | 150 | 64 | 29 |
| Octal | 321 | 0 | 125 | 0 | 144 | 73 | 22 | 520 | 144 | 51 |
| Binary | 11010001 | 0 | 1010101 | 0 | 1100100 | 111011 | 10010 | 101010000 | 1100100 | 101001 |
Color Harmonies of #D10055
Complementary color
Monochromatic Colors of #D10055
Black with #D10055
Text Example
Text Example
White with #D10055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10055; }
p { color: rgb(209,0,85); }
H1.HeaderClassName
{
color: #D10055;
}
.AnyTagClassName
{
color: #D10055;
}
</style>
background-color css
<style>
a { background-color: #D10055; }
a { background-color: rgb(209,0,85); }
div.DivClassName
{
background-color: #D10055;
}
.BgClassName
{
background-color: #D10055;
}
</style>
border-color css
<style>
span { border-color: #D10055; }
span { border-color: rgb(209,0,85); }
td.TdClassName
{
border-color: #D10055;
}
.TagClassName
{
border-color: #D10055;
}
</style>