Shades of Razzmatazz #DA055C
Tints of Razzmatazz #DA055C
RGB
CMYK
RGB Variations
Color information
#DA055C (or 0xDA055C) is known color: Razzmatazz. HEX triplet: DA, 05 and 5C. RGB value is (218,5,92). Sum of RGB (Red+Green+Blue) = 218+5+92=315 (41% of max value = 765). Red value is 218 (85.55% from 255 or 69.21% from 315); Green value is 5 (2.34% from 255 or 1.59% from 315); Blue value is 92 (36.33% from 255 or 29.21% from 315); Max value from RGB is 218 - color contains mainly: red. Hex color #DA055C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA055C is #25FAA3. Grayscale: #4E4E4E. Windows color (decimal): -2488996 or 6030810. OLE color: 6030810.
HSL color Cylindrical-coordinate representation of color #DA055C: hue angle of 335.49º 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 #DA055C is Cyan = 0, Magento = 0.98, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 5 | 92 | - |
| CMYK | 0 | 0.98 | 0.58 | 0.15 |
| HSL | 335.49º | 0.96% | 0.44% | - |
| HSV(B) | 335.49º | 0.98% | 0.85% | - |
| XYZ | 30.9 | 15.79 | 11.54 | - |
| YUV | 78.61 | 135.57 | 227.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 5 | 92 | 0 | 0.98 | 0.58 | 0.15 | 335.49 | 0.96 | 0.44 |
| Hex | DA | 5 | 5C | 0 | 62 | 3A | F | 14F | 60 | 2C |
| Octal | 332 | 5 | 134 | 0 | 142 | 72 | 17 | 517 | 140 | 54 |
| Binary | 11011010 | 101 | 1011100 | 0 | 1100010 | 111010 | 1111 | 101001111 | 1100000 | 101100 |
Color Harmonies of #DA055C
Complementary color
Monochromatic Colors of #DA055C
Black with #DA055C
Text Example
Text Example
White with #DA055C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA055C; }
p { color: rgb(218,5,92); }
H1.HeaderClassName
{
color: #DA055C;
}
.AnyTagClassName
{
color: #DA055C;
}
</style>
background-color css
<style>
a { background-color: #DA055C; }
a { background-color: rgb(218,5,92); }
div.DivClassName
{
background-color: #DA055C;
}
.BgClassName
{
background-color: #DA055C;
}
</style>
border-color css
<style>
span { border-color: #DA055C; }
span { border-color: rgb(218,5,92); }
td.TdClassName
{
border-color: #DA055C;
}
.TagClassName
{
border-color: #DA055C;
}
</style>