Shades of Razzmatazz #D60066
Tints of Razzmatazz #D60066
RGB
CMYK
RGB Variations
Color information
#D60066 (or 0xD60066) is known color: Razzmatazz. HEX triplet: D6, 00 and 66. RGB value is (214,0,102). Sum of RGB (Red+Green+Blue) = 214+0+102=316 (41% of max value = 765). Red value is 214 (83.98% from 255 or 67.72% from 316); Green value is 0 (0.39% from 255 or 0% from 316); Blue value is 102 (40.23% from 255 or 32.28% from 316); Max value from RGB is 214 - color contains mainly: red. Hex color #D60066 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60066 is #29FF99. Grayscale: #4B4B4B. Windows color (decimal): -2752410 or 6684886. OLE color: 6684886.
HSL color Cylindrical-coordinate representation of color #D60066: hue angle of 331.4º 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 #D60066 is Cyan = 0, Magento = 1, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 0 | 102 | - |
| CMYK | 0 | 1 | 0.52 | 0.16 |
| HSL | 331.4º | 1% | 0.42% | - |
| HSV(B) | 331.4º | 1% | 0.84% | - |
| XYZ | 30.13 | 15.26 | 13.93 | - |
| YUV | 75.61 | 142.9 | 226.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 0 | 102 | 0 | 1 | 0.52 | 0.16 | 331.4 | 1 | 0.42 |
| Hex | D6 | 0 | 66 | 0 | 64 | 34 | 10 | 14B | 64 | 2A |
| Octal | 326 | 0 | 146 | 0 | 144 | 64 | 20 | 513 | 144 | 52 |
| Binary | 11010110 | 0 | 1100110 | 0 | 1100100 | 110100 | 10000 | 101001011 | 1100100 | 101010 |
Color Harmonies of #D60066
Complementary color
Monochromatic Colors of #D60066
Black with #D60066
Text Example
Text Example
White with #D60066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60066; }
p { color: rgb(214,0,102); }
H1.HeaderClassName
{
color: #D60066;
}
.AnyTagClassName
{
color: #D60066;
}
</style>
background-color css
<style>
a { background-color: #D60066; }
a { background-color: rgb(214,0,102); }
div.DivClassName
{
background-color: #D60066;
}
.BgClassName
{
background-color: #D60066;
}
</style>
border-color css
<style>
span { border-color: #D60066; }
span { border-color: rgb(214,0,102); }
td.TdClassName
{
border-color: #D60066;
}
.TagClassName
{
border-color: #D60066;
}
</style>