Shades of Razzmatazz #D60064
Tints of Razzmatazz #D60064
RGB
CMYK
RGB Variations
Color information
#D60064 (or 0xD60064) is known color: Razzmatazz. HEX triplet: D6, 00 and 64. RGB value is (214,0,100). Sum of RGB (Red+Green+Blue) = 214+0+100=314 (41% of max value = 765). Red value is 214 (83.98% from 255 or 68.15% from 314); Green value is 0 (0.39% from 255 or 0% from 314); Blue value is 100 (39.45% from 255 or 31.85% from 314); Max value from RGB is 214 - color contains mainly: red. Hex color #D60064 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60064 is #29FF9B. Grayscale: #4B4B4B. Windows color (decimal): -2752412 or 6553814. OLE color: 6553814.
HSL color Cylindrical-coordinate representation of color #D60064: hue angle of 331.96º 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 #D60064 is Cyan = 0, Magento = 1, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 0 | 100 | - |
| CMYK | 0 | 1 | 0.53 | 0.16 |
| HSL | 331.96º | 1% | 0.42% | - |
| HSV(B) | 331.96º | 1% | 0.84% | - |
| XYZ | 30.03 | 15.22 | 13.41 | - |
| YUV | 75.39 | 141.9 | 226.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 0 | 100 | 0 | 1 | 0.53 | 0.16 | 331.96 | 1 | 0.42 |
| Hex | D6 | 0 | 64 | 0 | 64 | 35 | 10 | 14C | 64 | 2A |
| Octal | 326 | 0 | 144 | 0 | 144 | 65 | 20 | 514 | 144 | 52 |
| Binary | 11010110 | 0 | 1100100 | 0 | 1100100 | 110101 | 10000 | 101001100 | 1100100 | 101010 |
Color Harmonies of #D60064
Complementary color
Monochromatic Colors of #D60064
Black with #D60064
Text Example
Text Example
White with #D60064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60064; }
p { color: rgb(214,0,100); }
H1.HeaderClassName
{
color: #D60064;
}
.AnyTagClassName
{
color: #D60064;
}
</style>
background-color css
<style>
a { background-color: #D60064; }
a { background-color: rgb(214,0,100); }
div.DivClassName
{
background-color: #D60064;
}
.BgClassName
{
background-color: #D60064;
}
</style>
border-color css
<style>
span { border-color: #D60064; }
span { border-color: rgb(214,0,100); }
td.TdClassName
{
border-color: #D60064;
}
.TagClassName
{
border-color: #D60064;
}
</style>