Shades of Razzmatazz #D00066
Tints of Razzmatazz #D00066
RGB
CMYK
RGB Variations
Color information
#D00066 (or 0xD00066) is known color: Razzmatazz. HEX triplet: D0, 00 and 66. RGB value is (208,0,102). Sum of RGB (Red+Green+Blue) = 208+0+102=310 (41% of max value = 765). Red value is 208 (81.64% from 255 or 67.10% from 310); Green value is 0 (0.39% from 255 or 0% from 310); Blue value is 102 (40.23% from 255 or 32.90% from 310); Max value from RGB is 208 - color contains mainly: red. Hex color #D00066 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00066 is #2FFF99. Grayscale: #494949. Windows color (decimal): -3145626 or 6684880. OLE color: 6684880.
HSL color Cylindrical-coordinate representation of color #D00066: hue angle of 330.58º 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 #D00066 is Cyan = 0, Magento = 1, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 0 | 102 | - |
| CMYK | 0 | 1 | 0.51 | 0.18 |
| HSL | 330.58º | 1% | 0.41% | - |
| HSV(B) | 330.58º | 1% | 0.82% | - |
| XYZ | 28.41 | 14.37 | 13.85 | - |
| YUV | 73.82 | 143.91 | 223.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 0 | 102 | 0 | 1 | 0.51 | 0.18 | 330.58 | 1 | 0.41 |
| Hex | D0 | 0 | 66 | 0 | 64 | 33 | 12 | 14B | 64 | 29 |
| Octal | 320 | 0 | 146 | 0 | 144 | 63 | 22 | 513 | 144 | 51 |
| Binary | 11010000 | 0 | 1100110 | 0 | 1100100 | 110011 | 10010 | 101001011 | 1100100 | 101001 |
Color Harmonies of #D00066
Complementary color
Monochromatic Colors of #D00066
Black with #D00066
Text Example
Text Example
White with #D00066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00066; }
p { color: rgb(208,0,102); }
H1.HeaderClassName
{
color: #D00066;
}
.AnyTagClassName
{
color: #D00066;
}
</style>
background-color css
<style>
a { background-color: #D00066; }
a { background-color: rgb(208,0,102); }
div.DivClassName
{
background-color: #D00066;
}
.BgClassName
{
background-color: #D00066;
}
</style>
border-color css
<style>
span { border-color: #D00066; }
span { border-color: rgb(208,0,102); }
td.TdClassName
{
border-color: #D00066;
}
.TagClassName
{
border-color: #D00066;
}
</style>