Shades of Razzmatazz #D10064
Tints of Razzmatazz #D10064
RGB
CMYK
RGB Variations
Color information
#D10064 (or 0xD10064) is known color: Razzmatazz. HEX triplet: D1, 00 and 64. RGB value is (209,0,100). Sum of RGB (Red+Green+Blue) = 209+0+100=309 (40% of max value = 765). Red value is 209 (82.03% from 255 or 67.64% from 309); Green value is 0 (0.39% from 255 or 0% from 309); Blue value is 100 (39.45% from 255 or 32.36% from 309); Max value from RGB is 209 - color contains mainly: red. Hex color #D10064 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D10064 is #2EFF9B. Grayscale: #494949. Windows color (decimal): -3080092 or 6553809. OLE color: 6553809.
HSL color Cylindrical-coordinate representation of color #D10064: hue angle of 331.29º 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 #D10064 is Cyan = 0, Magento = 1, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 0 | 100 | - |
| CMYK | 0 | 1 | 0.52 | 0.18 |
| HSL | 331.29º | 1% | 0.41% | - |
| HSV(B) | 331.29º | 1% | 0.82% | - |
| XYZ | 28.59 | 14.48 | 13.34 | - |
| YUV | 73.89 | 142.74 | 224.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 0 | 100 | 0 | 1 | 0.52 | 0.18 | 331.29 | 1 | 0.41 |
| Hex | D1 | 0 | 64 | 0 | 64 | 34 | 12 | 14B | 64 | 29 |
| Octal | 321 | 0 | 144 | 0 | 144 | 64 | 22 | 513 | 144 | 51 |
| Binary | 11010001 | 0 | 1100100 | 0 | 1100100 | 110100 | 10010 | 101001011 | 1100100 | 101001 |
Color Harmonies of #D10064
Complementary color
Monochromatic Colors of #D10064
Black with #D10064
Text Example
Text Example
White with #D10064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10064; }
p { color: rgb(209,0,100); }
H1.HeaderClassName
{
color: #D10064;
}
.AnyTagClassName
{
color: #D10064;
}
</style>
background-color css
<style>
a { background-color: #D10064; }
a { background-color: rgb(209,0,100); }
div.DivClassName
{
background-color: #D10064;
}
.BgClassName
{
background-color: #D10064;
}
</style>
border-color css
<style>
span { border-color: #D10064; }
span { border-color: rgb(209,0,100); }
td.TdClassName
{
border-color: #D10064;
}
.TagClassName
{
border-color: #D10064;
}
</style>