Shades of Razzmatazz #DA054E
Tints of Razzmatazz #DA054E
RGB
CMYK
RGB Variations
Color information
#DA054E (or 0xDA054E) is known color: Razzmatazz. HEX triplet: DA, 05 and 4E. RGB value is (218,5,78). Sum of RGB (Red+Green+Blue) = 218+5+78=301 (39% of max value = 765). Red value is 218 (85.55% from 255 or 72.43% from 301); Green value is 5 (2.34% from 255 or 1.66% from 301); Blue value is 78 (30.86% from 255 or 25.91% from 301); Max value from RGB is 218 - color contains mainly: red. Hex color #DA054E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA054E is #25FAB1. Grayscale: #4C4C4C. Windows color (decimal): -2489010 or 5113306. OLE color: 5113306.
HSL color Cylindrical-coordinate representation of color #DA054E: hue angle of 339.44º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DA054E is Cyan = 0, Magento = 0.98, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 5 | 78 | - |
| CMYK | 0 | 0.98 | 0.64 | 0.15 |
| HSL | 339.44º | 0.96% | 0.44% | - |
| HSV(B) | 339.44º | 0.98% | 0.85% | - |
| XYZ | 30.34 | 15.56 | 8.61 | - |
| YUV | 77.01 | 128.57 | 228.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 5 | 78 | 0 | 0.98 | 0.64 | 0.15 | 339.44 | 0.96 | 0.44 |
| Hex | DA | 5 | 4E | 0 | 62 | 40 | F | 153 | 60 | 2C |
| Octal | 332 | 5 | 116 | 0 | 142 | 100 | 17 | 523 | 140 | 54 |
| Binary | 11011010 | 101 | 1001110 | 0 | 1100010 | 1000000 | 1111 | 101010011 | 1100000 | 101100 |
Color Harmonies of #DA054E
Complementary color
Monochromatic Colors of #DA054E
Black with #DA054E
Text Example
Text Example
White with #DA054E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA054E; }
p { color: rgb(218,5,78); }
H1.HeaderClassName
{
color: #DA054E;
}
.AnyTagClassName
{
color: #DA054E;
}
</style>
background-color css
<style>
a { background-color: #DA054E; }
a { background-color: rgb(218,5,78); }
div.DivClassName
{
background-color: #DA054E;
}
.BgClassName
{
background-color: #DA054E;
}
</style>
border-color css
<style>
span { border-color: #DA054E; }
span { border-color: rgb(218,5,78); }
td.TdClassName
{
border-color: #DA054E;
}
.TagClassName
{
border-color: #DA054E;
}
</style>