Shades of Razzmatazz #D0044A
Tints of Razzmatazz #D0044A
RGB
CMYK
RGB Variations
Color information
#D0044A (or 0xD0044A) is known color: Razzmatazz. HEX triplet: D0, 04 and 4A. RGB value is (208,4,74). Sum of RGB (Red+Green+Blue) = 208+4+74=286 (37% of max value = 765). Red value is 208 (81.64% from 255 or 72.73% from 286); Green value is 4 (1.95% from 255 or 1.40% from 286); Blue value is 74 (29.30% from 255 or 25.87% from 286); Max value from RGB is 208 - color contains mainly: red. Hex color #D0044A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0044A is #2FFBB5. Grayscale: #484848. Windows color (decimal): -3144630 or 4850896. OLE color: 4850896.
HSL color Cylindrical-coordinate representation of color #D0044A: hue angle of 339.41º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D0044A is Cyan = 0, Magento = 0.98, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 4 | 74 | - |
| CMYK | 0 | 0.98 | 0.64 | 0.18 |
| HSL | 339.41º | 0.96% | 0.42% | - |
| HSV(B) | 339.41º | 0.98% | 0.82% | - |
| XYZ | 27.29 | 13.99 | 7.74 | - |
| YUV | 72.98 | 128.59 | 224.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 4 | 74 | 0 | 0.98 | 0.64 | 0.18 | 339.41 | 0.96 | 0.42 |
| Hex | D0 | 4 | 4A | 0 | 62 | 40 | 12 | 153 | 60 | 2A |
| Octal | 320 | 4 | 112 | 0 | 142 | 100 | 22 | 523 | 140 | 52 |
| Binary | 11010000 | 100 | 1001010 | 0 | 1100010 | 1000000 | 10010 | 101010011 | 1100000 | 101010 |
Color Harmonies of #D0044A
Complementary color
Monochromatic Colors of #D0044A
Black with #D0044A
Text Example
Text Example
White with #D0044A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0044A; }
p { color: rgb(208,4,74); }
H1.HeaderClassName
{
color: #D0044A;
}
.AnyTagClassName
{
color: #D0044A;
}
</style>
background-color css
<style>
a { background-color: #D0044A; }
a { background-color: rgb(208,4,74); }
div.DivClassName
{
background-color: #D0044A;
}
.BgClassName
{
background-color: #D0044A;
}
</style>
border-color css
<style>
span { border-color: #D0044A; }
span { border-color: rgb(208,4,74); }
td.TdClassName
{
border-color: #D0044A;
}
.TagClassName
{
border-color: #D0044A;
}
</style>