Shades of Razzmatazz #DA035C
Tints of Razzmatazz #DA035C
RGB
CMYK
RGB Variations
Color information
#DA035C (or 0xDA035C) is known color: Razzmatazz. HEX triplet: DA, 03 and 5C. RGB value is (218,3,92). Sum of RGB (Red+Green+Blue) = 218+3+92=313 (41% of max value = 765). Red value is 218 (85.55% from 255 or 69.65% from 313); Green value is 3 (1.56% from 255 or 0.96% from 313); Blue value is 92 (36.33% from 255 or 29.39% from 313); Max value from RGB is 218 - color contains mainly: red. Hex color #DA035C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA035C is #25FCA3. Grayscale: #4D4D4D. Windows color (decimal): -2489508 or 6030298. OLE color: 6030298.
HSL color Cylindrical-coordinate representation of color #DA035C: hue angle of 335.16º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DA035C is Cyan = 0, Magento = 0.99, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 3 | 92 | - |
| CMYK | 0 | 0.99 | 0.58 | 0.15 |
| HSL | 335.16º | 0.97% | 0.43% | - |
| HSV(B) | 335.16º | 0.99% | 0.85% | - |
| XYZ | 30.88 | 15.74 | 11.54 | - |
| YUV | 77.43 | 136.23 | 228.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 3 | 92 | 0 | 0.99 | 0.58 | 0.15 | 335.16 | 0.97 | 0.43 |
| Hex | DA | 3 | 5C | 0 | 63 | 3A | F | 14F | 61 | 2B |
| Octal | 332 | 3 | 134 | 0 | 143 | 72 | 17 | 517 | 141 | 53 |
| Binary | 11011010 | 11 | 1011100 | 0 | 1100011 | 111010 | 1111 | 101001111 | 1100001 | 101011 |
Color Harmonies of #DA035C
Complementary color
Monochromatic Colors of #DA035C
Black with #DA035C
Text Example
Text Example
White with #DA035C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA035C; }
p { color: rgb(218,3,92); }
H1.HeaderClassName
{
color: #DA035C;
}
.AnyTagClassName
{
color: #DA035C;
}
</style>
background-color css
<style>
a { background-color: #DA035C; }
a { background-color: rgb(218,3,92); }
div.DivClassName
{
background-color: #DA035C;
}
.BgClassName
{
background-color: #DA035C;
}
</style>
border-color css
<style>
span { border-color: #DA035C; }
span { border-color: rgb(218,3,92); }
td.TdClassName
{
border-color: #DA035C;
}
.TagClassName
{
border-color: #DA035C;
}
</style>