Shades of Razzmatazz #D10062
Tints of Razzmatazz #D10062
RGB
CMYK
RGB Variations
Color information
#D10062 (or 0xD10062) is known color: Razzmatazz. HEX triplet: D1, 00 and 62. RGB value is (209,0,98). Sum of RGB (Red+Green+Blue) = 209+0+98=307 (40% of max value = 765). Red value is 209 (82.03% from 255 or 68.08% from 307); Green value is 0 (0.39% from 255 or 0% from 307); Blue value is 98 (38.67% from 255 or 31.92% from 307); Max value from RGB is 209 - color contains mainly: red. Hex color #D10062 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D10062 is #2EFF9D. Grayscale: #494949. Windows color (decimal): -3080094 or 6422737. OLE color: 6422737.
HSL color Cylindrical-coordinate representation of color #D10062: hue angle of 331.87º 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 #D10062 is Cyan = 0, Magento = 1, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 0 | 98 | - |
| CMYK | 0 | 1 | 0.53 | 0.18 |
| HSL | 331.87º | 1% | 0.41% | - |
| HSV(B) | 331.87º | 1% | 0.82% | - |
| XYZ | 28.5 | 14.44 | 12.84 | - |
| YUV | 73.66 | 141.74 | 224.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 0 | 98 | 0 | 1 | 0.53 | 0.18 | 331.87 | 1 | 0.41 |
| Hex | D1 | 0 | 62 | 0 | 64 | 35 | 12 | 14C | 64 | 29 |
| Octal | 321 | 0 | 142 | 0 | 144 | 65 | 22 | 514 | 144 | 51 |
| Binary | 11010001 | 0 | 1100010 | 0 | 1100100 | 110101 | 10010 | 101001100 | 1100100 | 101001 |
Color Harmonies of #D10062
Complementary color
Monochromatic Colors of #D10062
Black with #D10062
Text Example
Text Example
White with #D10062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10062; }
p { color: rgb(209,0,98); }
H1.HeaderClassName
{
color: #D10062;
}
.AnyTagClassName
{
color: #D10062;
}
</style>
background-color css
<style>
a { background-color: #D10062; }
a { background-color: rgb(209,0,98); }
div.DivClassName
{
background-color: #D10062;
}
.BgClassName
{
background-color: #D10062;
}
</style>
border-color css
<style>
span { border-color: #D10062; }
span { border-color: rgb(209,0,98); }
td.TdClassName
{
border-color: #D10062;
}
.TagClassName
{
border-color: #D10062;
}
</style>