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