Shades of Razzmatazz #D0044F
Tints of Razzmatazz #D0044F
RGB
CMYK
RGB Variations
Color information
#D0044F (or 0xD0044F) is known color: Razzmatazz. HEX triplet: D0, 04 and 4F. RGB value is (208,4,79). Sum of RGB (Red+Green+Blue) = 208+4+79=291 (38% of max value = 765). Red value is 208 (81.64% from 255 or 71.48% from 291); Green value is 4 (1.95% from 255 or 1.37% from 291); Blue value is 79 (31.25% from 255 or 27.15% from 291); Max value from RGB is 208 - color contains mainly: red. Hex color #D0044F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0044F is #2FFBB0. Grayscale: #494949. Windows color (decimal): -3144625 or 5178576. OLE color: 5178576.
HSL color Cylindrical-coordinate representation of color #D0044F: hue angle of 337.94º 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 #D0044F is Cyan = 0, Magento = 0.98, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 4 | 79 | - |
| CMYK | 0 | 0.98 | 0.62 | 0.18 |
| HSL | 337.94º | 0.96% | 0.42% | - |
| HSV(B) | 337.94º | 0.98% | 0.82% | - |
| XYZ | 27.47 | 14.06 | 8.66 | - |
| YUV | 73.55 | 131.09 | 223.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 4 | 79 | 0 | 0.98 | 0.62 | 0.18 | 337.94 | 0.96 | 0.42 |
| Hex | D0 | 4 | 4F | 0 | 62 | 3E | 12 | 152 | 60 | 2A |
| Octal | 320 | 4 | 117 | 0 | 142 | 76 | 22 | 522 | 140 | 52 |
| Binary | 11010000 | 100 | 1001111 | 0 | 1100010 | 111110 | 10010 | 101010010 | 1100000 | 101010 |
Color Harmonies of #D0044F
Complementary color
Monochromatic Colors of #D0044F
Black with #D0044F
Text Example
Text Example
White with #D0044F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0044F; }
p { color: rgb(208,4,79); }
H1.HeaderClassName
{
color: #D0044F;
}
.AnyTagClassName
{
color: #D0044F;
}
</style>
background-color css
<style>
a { background-color: #D0044F; }
a { background-color: rgb(208,4,79); }
div.DivClassName
{
background-color: #D0044F;
}
.BgClassName
{
background-color: #D0044F;
}
</style>
border-color css
<style>
span { border-color: #D0044F; }
span { border-color: rgb(208,4,79); }
td.TdClassName
{
border-color: #D0044F;
}
.TagClassName
{
border-color: #D0044F;
}
</style>