Shades of Razzmatazz #D70064
Tints of Razzmatazz #D70064
RGB
CMYK
RGB Variations
Color information
#D70064 (or 0xD70064) is known color: Razzmatazz. HEX triplet: D7, 00 and 64. RGB value is (215,0,100). Sum of RGB (Red+Green+Blue) = 215+0+100=315 (41% of max value = 765). Red value is 215 (84.38% from 255 or 68.25% from 315); Green value is 0 (0.39% from 255 or 0% from 315); Blue value is 100 (39.45% from 255 or 31.75% from 315); Max value from RGB is 215 - color contains mainly: red. Hex color #D70064 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70064 is #28FF9B. Grayscale: #4B4B4B. Windows color (decimal): -2686876 or 6553815. OLE color: 6553815.
HSL color Cylindrical-coordinate representation of color #D70064: hue angle of 332.09º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D70064 is Cyan = 0, Magento = 1, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 0 | 100 | - |
| CMYK | 0 | 1 | 0.53 | 0.16 |
| HSL | 332.09º | 1% | 0.42% | - |
| HSV(B) | 332.09º | 1% | 0.84% | - |
| XYZ | 30.32 | 15.37 | 13.42 | - |
| YUV | 75.69 | 141.73 | 227.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 0 | 100 | 0 | 1 | 0.53 | 0.16 | 332.09 | 1 | 0.42 |
| Hex | D7 | 0 | 64 | 0 | 64 | 35 | 10 | 14C | 64 | 2A |
| Octal | 327 | 0 | 144 | 0 | 144 | 65 | 20 | 514 | 144 | 52 |
| Binary | 11010111 | 0 | 1100100 | 0 | 1100100 | 110101 | 10000 | 101001100 | 1100100 | 101010 |
Color Harmonies of #D70064
Complementary color
Monochromatic Colors of #D70064
Black with #D70064
Text Example
Text Example
White with #D70064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70064; }
p { color: rgb(215,0,100); }
H1.HeaderClassName
{
color: #D70064;
}
.AnyTagClassName
{
color: #D70064;
}
</style>
background-color css
<style>
a { background-color: #D70064; }
a { background-color: rgb(215,0,100); }
div.DivClassName
{
background-color: #D70064;
}
.BgClassName
{
background-color: #D70064;
}
</style>
border-color css
<style>
span { border-color: #D70064; }
span { border-color: rgb(215,0,100); }
td.TdClassName
{
border-color: #D70064;
}
.TagClassName
{
border-color: #D70064;
}
</style>