Shades of Razzmatazz #D00064
Tints of Razzmatazz #D00064
RGB
CMYK
RGB Variations
Color information
#D00064 (or 0xD00064) is known color: Razzmatazz. HEX triplet: D0, 00 and 64. RGB value is (208,0,100). Sum of RGB (Red+Green+Blue) = 208+0+100=308 (40% of max value = 765). Red value is 208 (81.64% from 255 or 67.53% from 308); Green value is 0 (0.39% from 255 or 0% from 308); Blue value is 100 (39.45% from 255 or 32.47% from 308); Max value from RGB is 208 - color contains mainly: red. Hex color #D00064 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00064 is #2FFF9B. Grayscale: #494949. Windows color (decimal): -3145628 or 6553808. OLE color: 6553808.
HSL color Cylindrical-coordinate representation of color #D00064: hue angle of 331.15º 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 #D00064 is Cyan = 0, Magento = 1, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 0 | 100 | - |
| CMYK | 0 | 1 | 0.52 | 0.18 |
| HSL | 331.15º | 1% | 0.41% | - |
| HSV(B) | 331.15º | 1% | 0.82% | - |
| XYZ | 28.31 | 14.33 | 13.33 | - |
| YUV | 73.59 | 142.91 | 223.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 0 | 100 | 0 | 1 | 0.52 | 0.18 | 331.15 | 1 | 0.41 |
| Hex | D0 | 0 | 64 | 0 | 64 | 34 | 12 | 14B | 64 | 29 |
| Octal | 320 | 0 | 144 | 0 | 144 | 64 | 22 | 513 | 144 | 51 |
| Binary | 11010000 | 0 | 1100100 | 0 | 1100100 | 110100 | 10010 | 101001011 | 1100100 | 101001 |
Color Harmonies of #D00064
Complementary color
Monochromatic Colors of #D00064
Black with #D00064
Text Example
Text Example
White with #D00064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00064; }
p { color: rgb(208,0,100); }
H1.HeaderClassName
{
color: #D00064;
}
.AnyTagClassName
{
color: #D00064;
}
</style>
background-color css
<style>
a { background-color: #D00064; }
a { background-color: rgb(208,0,100); }
div.DivClassName
{
background-color: #D00064;
}
.BgClassName
{
background-color: #D00064;
}
</style>
border-color css
<style>
span { border-color: #D00064; }
span { border-color: rgb(208,0,100); }
td.TdClassName
{
border-color: #D00064;
}
.TagClassName
{
border-color: #D00064;
}
</style>