Shades of Razzmatazz #D10063
Tints of Razzmatazz #D10063
RGB
CMYK
RGB Variations
Color information
#D10063 (or 0xD10063) is known color: Razzmatazz. HEX triplet: D1, 00 and 63. RGB value is (209,0,99). Sum of RGB (Red+Green+Blue) = 209+0+99=308 (40% of max value = 765). Red value is 209 (82.03% from 255 or 67.86% from 308); Green value is 0 (0.39% from 255 or 0% from 308); Blue value is 99 (39.06% from 255 or 32.14% from 308); Max value from RGB is 209 - color contains mainly: red. Hex color #D10063 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D10063 is #2EFF9C. Grayscale: #494949. Windows color (decimal): -3080093 or 6488273. OLE color: 6488273.
HSL color Cylindrical-coordinate representation of color #D10063: hue angle of 331.58º 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 #D10063 is Cyan = 0, Magento = 1, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 0 | 99 | - |
| CMYK | 0 | 1 | 0.53 | 0.18 |
| HSL | 331.58º | 1% | 0.41% | - |
| HSV(B) | 331.58º | 1% | 0.82% | - |
| XYZ | 28.55 | 14.46 | 13.09 | - |
| YUV | 73.78 | 142.24 | 224.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 0 | 99 | 0 | 1 | 0.53 | 0.18 | 331.58 | 1 | 0.41 |
| Hex | D1 | 0 | 63 | 0 | 64 | 35 | 12 | 14C | 64 | 29 |
| Octal | 321 | 0 | 143 | 0 | 144 | 65 | 22 | 514 | 144 | 51 |
| Binary | 11010001 | 0 | 1100011 | 0 | 1100100 | 110101 | 10010 | 101001100 | 1100100 | 101001 |
Color Harmonies of #D10063
Complementary color
Monochromatic Colors of #D10063
Black with #D10063
Text Example
Text Example
White with #D10063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10063; }
p { color: rgb(209,0,99); }
H1.HeaderClassName
{
color: #D10063;
}
.AnyTagClassName
{
color: #D10063;
}
</style>
background-color css
<style>
a { background-color: #D10063; }
a { background-color: rgb(209,0,99); }
div.DivClassName
{
background-color: #D10063;
}
.BgClassName
{
background-color: #D10063;
}
</style>
border-color css
<style>
span { border-color: #D10063; }
span { border-color: rgb(209,0,99); }
td.TdClassName
{
border-color: #D10063;
}
.TagClassName
{
border-color: #D10063;
}
</style>