Shades of Razzmatazz #D0064E
Tints of Razzmatazz #D0064E
RGB
CMYK
RGB Variations
Color information
#D0064E (or 0xD0064E) is known color: Razzmatazz. HEX triplet: D0, 06 and 4E. RGB value is (208,6,78). Sum of RGB (Red+Green+Blue) = 208+6+78=292 (38% of max value = 765). Red value is 208 (81.64% from 255 or 71.23% from 292); Green value is 6 (2.73% from 255 or 2.05% from 292); Blue value is 78 (30.86% from 255 or 26.71% from 292); Max value from RGB is 208 - color contains mainly: red. Hex color #D0064E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0064E is #2FF9B1. Grayscale: #4A4A4A. Windows color (decimal): -3144114 or 5113552. OLE color: 5113552.
HSL color Cylindrical-coordinate representation of color #D0064E: hue angle of 338.61º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D0064E is Cyan = 0, Magento = 0.97, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 6 | 78 | - |
| CMYK | 0 | 0.97 | 0.62 | 0.18 |
| HSL | 338.61º | 0.94% | 0.42% | - |
| HSV(B) | 338.61º | 0.97% | 0.82% | - |
| XYZ | 27.45 | 14.09 | 8.48 | - |
| YUV | 74.61 | 129.92 | 223.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 6 | 78 | 0 | 0.97 | 0.62 | 0.18 | 338.61 | 0.94 | 0.42 |
| Hex | D0 | 6 | 4E | 0 | 61 | 3E | 12 | 153 | 5E | 2A |
| Octal | 320 | 6 | 116 | 0 | 141 | 76 | 22 | 523 | 136 | 52 |
| Binary | 11010000 | 110 | 1001110 | 0 | 1100001 | 111110 | 10010 | 101010011 | 1011110 | 101010 |
Color Harmonies of #D0064E
Complementary color
Monochromatic Colors of #D0064E
Black with #D0064E
Text Example
Text Example
White with #D0064E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0064E; }
p { color: rgb(208,6,78); }
H1.HeaderClassName
{
color: #D0064E;
}
.AnyTagClassName
{
color: #D0064E;
}
</style>
background-color css
<style>
a { background-color: #D0064E; }
a { background-color: rgb(208,6,78); }
div.DivClassName
{
background-color: #D0064E;
}
.BgClassName
{
background-color: #D0064E;
}
</style>
border-color css
<style>
span { border-color: #D0064E; }
span { border-color: rgb(208,6,78); }
td.TdClassName
{
border-color: #D0064E;
}
.TagClassName
{
border-color: #D0064E;
}
</style>