Shades of Razzmatazz #D10150
Tints of Razzmatazz #D10150
RGB
CMYK
RGB Variations
Color information
#D10150 (or 0xD10150) is known color: Razzmatazz. HEX triplet: D1, 01 and 50. RGB value is (209,1,80). Sum of RGB (Red+Green+Blue) = 209+1+80=290 (38% of max value = 765). Red value is 209 (82.03% from 255 or 72.07% from 290); Green value is 1 (0.78% from 255 or 0.34% from 290); Blue value is 80 (31.64% from 255 or 27.59% from 290); Max value from RGB is 209 - color contains mainly: red. Hex color #D10150 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D10150 is #2EFEAF. Grayscale: #484848. Windows color (decimal): -3079856 or 5243345. OLE color: 5243345.
HSL color Cylindrical-coordinate representation of color #D10150: hue angle of 337.21º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D10150 is Cyan = 0, Magento = 1.00, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 1 | 80 | - |
| CMYK | 0 | 1.00 | 0.62 | 0.18 |
| HSL | 337.21º | 0.99% | 0.41% | - |
| HSV(B) | 337.21º | 1% | 0.82% | - |
| XYZ | 27.75 | 14.16 | 8.86 | - |
| YUV | 72.2 | 132.41 | 225.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 1 | 80 | 0 | 1.00 | 0.62 | 0.18 | 337.21 | 0.99 | 0.41 |
| Hex | D1 | 1 | 50 | 0 | 64 | 3E | 12 | 151 | 63 | 29 |
| Octal | 321 | 1 | 120 | 0 | 144 | 76 | 22 | 521 | 143 | 51 |
| Binary | 11010001 | 1 | 1010000 | 0 | 1100100 | 111110 | 10010 | 101010001 | 1100011 | 101001 |
Color Harmonies of #D10150
Complementary color
Monochromatic Colors of #D10150
Black with #D10150
Text Example
Text Example
White with #D10150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10150; }
p { color: rgb(209,1,80); }
H1.HeaderClassName
{
color: #D10150;
}
.AnyTagClassName
{
color: #D10150;
}
</style>
background-color css
<style>
a { background-color: #D10150; }
a { background-color: rgb(209,1,80); }
div.DivClassName
{
background-color: #D10150;
}
.BgClassName
{
background-color: #D10150;
}
</style>
border-color css
<style>
span { border-color: #D10150; }
span { border-color: rgb(209,1,80); }
td.TdClassName
{
border-color: #D10150;
}
.TagClassName
{
border-color: #D10150;
}
</style>