Shades of Razzmatazz #DA0455
Tints of Razzmatazz #DA0455
RGB
CMYK
RGB Variations
Color information
#DA0455 (or 0xDA0455) is known color: Razzmatazz. HEX triplet: DA, 04 and 55. RGB value is (218,4,85). Sum of RGB (Red+Green+Blue) = 218+4+85=307 (40% of max value = 765). Red value is 218 (85.55% from 255 or 71.01% from 307); Green value is 4 (1.95% from 255 or 1.30% from 307); Blue value is 85 (33.59% from 255 or 27.69% from 307); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0455 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0455 is #25FBAA. Grayscale: #4D4D4D. Windows color (decimal): -2489259 or 5571802. OLE color: 5571802.
HSL color Cylindrical-coordinate representation of color #DA0455: hue angle of 337.29º 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 #DA0455 is Cyan = 0, Magento = 0.98, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 4 | 85 | - |
| CMYK | 0 | 0.98 | 0.61 | 0.15 |
| HSL | 337.29º | 0.96% | 0.44% | - |
| HSV(B) | 337.29º | 0.98% | 0.85% | - |
| XYZ | 30.6 | 15.65 | 10 | - |
| YUV | 77.22 | 132.4 | 228.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 4 | 85 | 0 | 0.98 | 0.61 | 0.15 | 337.29 | 0.96 | 0.44 |
| Hex | DA | 4 | 55 | 0 | 62 | 3D | F | 151 | 60 | 2C |
| Octal | 332 | 4 | 125 | 0 | 142 | 75 | 17 | 521 | 140 | 54 |
| Binary | 11011010 | 100 | 1010101 | 0 | 1100010 | 111101 | 1111 | 101010001 | 1100000 | 101100 |
Color Harmonies of #DA0455
Complementary color
Monochromatic Colors of #DA0455
Black with #DA0455
Text Example
Text Example
White with #DA0455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0455; }
p { color: rgb(218,4,85); }
H1.HeaderClassName
{
color: #DA0455;
}
.AnyTagClassName
{
color: #DA0455;
}
</style>
background-color css
<style>
a { background-color: #DA0455; }
a { background-color: rgb(218,4,85); }
div.DivClassName
{
background-color: #DA0455;
}
.BgClassName
{
background-color: #DA0455;
}
</style>
border-color css
<style>
span { border-color: #DA0455; }
span { border-color: rgb(218,4,85); }
td.TdClassName
{
border-color: #DA0455;
}
.TagClassName
{
border-color: #DA0455;
}
</style>