Shades of Razzmatazz #D0054D
Tints of Razzmatazz #D0054D
RGB
CMYK
RGB Variations
Color information
#D0054D (or 0xD0054D) is known color: Razzmatazz. HEX triplet: D0, 05 and 4D. RGB value is (208,5,77). Sum of RGB (Red+Green+Blue) = 208+5+77=290 (38% of max value = 765). Red value is 208 (81.64% from 255 or 71.72% from 290); Green value is 5 (2.34% from 255 or 1.72% from 290); Blue value is 77 (30.47% from 255 or 26.55% from 290); Max value from RGB is 208 - color contains mainly: red. Hex color #D0054D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0054D is #2FFAB2. Grayscale: #494949. Windows color (decimal): -3144371 or 5047760. OLE color: 5047760.
HSL color Cylindrical-coordinate representation of color #D0054D: hue angle of 338.72º 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 #D0054D is Cyan = 0, Magento = 0.98, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 5 | 77 | - |
| CMYK | 0 | 0.98 | 0.63 | 0.18 |
| HSL | 338.72º | 0.95% | 0.42% | - |
| HSV(B) | 338.72º | 0.98% | 0.82% | - |
| XYZ | 27.41 | 14.05 | 8.29 | - |
| YUV | 73.91 | 129.75 | 223.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 5 | 77 | 0 | 0.98 | 0.63 | 0.18 | 338.72 | 0.95 | 0.42 |
| Hex | D0 | 5 | 4D | 0 | 62 | 3F | 12 | 153 | 5F | 2A |
| Octal | 320 | 5 | 115 | 0 | 142 | 77 | 22 | 523 | 137 | 52 |
| Binary | 11010000 | 101 | 1001101 | 0 | 1100010 | 111111 | 10010 | 101010011 | 1011111 | 101010 |
Color Harmonies of #D0054D
Complementary color
Monochromatic Colors of #D0054D
Black with #D0054D
Text Example
Text Example
White with #D0054D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0054D; }
p { color: rgb(208,5,77); }
H1.HeaderClassName
{
color: #D0054D;
}
.AnyTagClassName
{
color: #D0054D;
}
</style>
background-color css
<style>
a { background-color: #D0054D; }
a { background-color: rgb(208,5,77); }
div.DivClassName
{
background-color: #D0054D;
}
.BgClassName
{
background-color: #D0054D;
}
</style>
border-color css
<style>
span { border-color: #D0054D; }
span { border-color: rgb(208,5,77); }
td.TdClassName
{
border-color: #D0054D;
}
.TagClassName
{
border-color: #D0054D;
}
</style>