Shades of Razzmatazz #DA034E
Tints of Razzmatazz #DA034E
RGB
CMYK
RGB Variations
Color information
#DA034E (or 0xDA034E) is known color: Razzmatazz. HEX triplet: DA, 03 and 4E. RGB value is (218,3,78). Sum of RGB (Red+Green+Blue) = 218+3+78=299 (39% of max value = 765). Red value is 218 (85.55% from 255 or 72.91% from 299); Green value is 3 (1.56% from 255 or 1.00% from 299); Blue value is 78 (30.86% from 255 or 26.09% from 299); Max value from RGB is 218 - color contains mainly: red. Hex color #DA034E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA034E is #25FCB1. Grayscale: #4B4B4B. Windows color (decimal): -2489522 or 5112794. OLE color: 5112794.
HSL color Cylindrical-coordinate representation of color #DA034E: hue angle of 339.07º 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 #DA034E is Cyan = 0, Magento = 0.99, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 3 | 78 | - |
| CMYK | 0 | 0.99 | 0.64 | 0.15 |
| HSL | 339.07º | 0.97% | 0.43% | - |
| HSV(B) | 339.07º | 0.99% | 0.85% | - |
| XYZ | 30.32 | 15.52 | 8.61 | - |
| YUV | 75.84 | 129.23 | 229.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 3 | 78 | 0 | 0.99 | 0.64 | 0.15 | 339.07 | 0.97 | 0.43 |
| Hex | DA | 3 | 4E | 0 | 63 | 40 | F | 153 | 61 | 2B |
| Octal | 332 | 3 | 116 | 0 | 143 | 100 | 17 | 523 | 141 | 53 |
| Binary | 11011010 | 11 | 1001110 | 0 | 1100011 | 1000000 | 1111 | 101010011 | 1100001 | 101011 |
Color Harmonies of #DA034E
Complementary color
Monochromatic Colors of #DA034E
Black with #DA034E
Text Example
Text Example
White with #DA034E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA034E; }
p { color: rgb(218,3,78); }
H1.HeaderClassName
{
color: #DA034E;
}
.AnyTagClassName
{
color: #DA034E;
}
</style>
background-color css
<style>
a { background-color: #DA034E; }
a { background-color: rgb(218,3,78); }
div.DivClassName
{
background-color: #DA034E;
}
.BgClassName
{
background-color: #DA034E;
}
</style>
border-color css
<style>
span { border-color: #DA034E; }
span { border-color: rgb(218,3,78); }
td.TdClassName
{
border-color: #DA034E;
}
.TagClassName
{
border-color: #DA034E;
}
</style>