Shades of Razzmatazz #D0054E
Tints of Razzmatazz #D0054E
RGB
CMYK
RGB Variations
Color information
#D0054E (or 0xD0054E) is known color: Razzmatazz. HEX triplet: D0, 05 and 4E. RGB value is (208,5,78). Sum of RGB (Red+Green+Blue) = 208+5+78=291 (38% of max value = 765). Red value is 208 (81.64% from 255 or 71.48% from 291); Green value is 5 (2.34% from 255 or 1.72% from 291); Blue value is 78 (30.86% from 255 or 26.80% from 291); Max value from RGB is 208 - color contains mainly: red. Hex color #D0054E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0054E is #2FFAB1. Grayscale: #494949. Windows color (decimal): -3144370 or 5113296. OLE color: 5113296.
HSL color Cylindrical-coordinate representation of color #D0054E: hue angle of 338.42º degrees, saturation: 0.95, 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 #D0054E is Cyan = 0, Magento = 0.98, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 5 | 78 | - |
| CMYK | 0 | 0.98 | 0.62 | 0.18 |
| HSL | 338.42º | 0.95% | 0.42% | - |
| HSV(B) | 338.42º | 0.98% | 0.82% | - |
| XYZ | 27.44 | 14.07 | 8.48 | - |
| YUV | 74.02 | 130.25 | 223.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 5 | 78 | 0 | 0.98 | 0.62 | 0.18 | 338.42 | 0.95 | 0.42 |
| Hex | D0 | 5 | 4E | 0 | 62 | 3E | 12 | 152 | 5F | 2A |
| Octal | 320 | 5 | 116 | 0 | 142 | 76 | 22 | 522 | 137 | 52 |
| Binary | 11010000 | 101 | 1001110 | 0 | 1100010 | 111110 | 10010 | 101010010 | 1011111 | 101010 |
Color Harmonies of #D0054E
Complementary color
Monochromatic Colors of #D0054E
Black with #D0054E
Text Example
Text Example
White with #D0054E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0054E; }
p { color: rgb(208,5,78); }
H1.HeaderClassName
{
color: #D0054E;
}
.AnyTagClassName
{
color: #D0054E;
}
</style>
background-color css
<style>
a { background-color: #D0054E; }
a { background-color: rgb(208,5,78); }
div.DivClassName
{
background-color: #D0054E;
}
.BgClassName
{
background-color: #D0054E;
}
</style>
border-color css
<style>
span { border-color: #D0054E; }
span { border-color: rgb(208,5,78); }
td.TdClassName
{
border-color: #D0054E;
}
.TagClassName
{
border-color: #D0054E;
}
</style>