Shades of Razzmatazz #DA035F
Tints of Razzmatazz #DA035F
RGB
CMYK
RGB Variations
Color information
#DA035F (or 0xDA035F) is known color: Razzmatazz. HEX triplet: DA, 03 and 5F. RGB value is (218,3,95). Sum of RGB (Red+Green+Blue) = 218+3+95=316 (41% of max value = 765). Red value is 218 (85.55% from 255 or 68.99% from 316); Green value is 3 (1.56% from 255 or 0.95% from 316); Blue value is 95 (37.5% from 255 or 30.06% from 316); Max value from RGB is 218 - color contains mainly: red. Hex color #DA035F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA035F is #25FCA0. Grayscale: #4D4D4D. Windows color (decimal): -2489505 or 6226906. OLE color: 6226906.
HSL color Cylindrical-coordinate representation of color #DA035F: hue angle of 334.33º 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 #DA035F is Cyan = 0, Magento = 0.99, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 3 | 95 | - |
| CMYK | 0 | 0.99 | 0.56 | 0.15 |
| HSL | 334.33º | 0.97% | 0.43% | - |
| HSV(B) | 334.33º | 0.99% | 0.85% | - |
| XYZ | 31.01 | 15.8 | 12.24 | - |
| YUV | 77.77 | 137.73 | 228.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 3 | 95 | 0 | 0.99 | 0.56 | 0.15 | 334.33 | 0.97 | 0.43 |
| Hex | DA | 3 | 5F | 0 | 63 | 38 | F | 14E | 61 | 2B |
| Octal | 332 | 3 | 137 | 0 | 143 | 70 | 17 | 516 | 141 | 53 |
| Binary | 11011010 | 11 | 1011111 | 0 | 1100011 | 111000 | 1111 | 101001110 | 1100001 | 101011 |
Color Harmonies of #DA035F
Complementary color
Monochromatic Colors of #DA035F
Black with #DA035F
Text Example
Text Example
White with #DA035F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA035F; }
p { color: rgb(218,3,95); }
H1.HeaderClassName
{
color: #DA035F;
}
.AnyTagClassName
{
color: #DA035F;
}
</style>
background-color css
<style>
a { background-color: #DA035F; }
a { background-color: rgb(218,3,95); }
div.DivClassName
{
background-color: #DA035F;
}
.BgClassName
{
background-color: #DA035F;
}
</style>
border-color css
<style>
span { border-color: #DA035F; }
span { border-color: rgb(218,3,95); }
td.TdClassName
{
border-color: #DA035F;
}
.TagClassName
{
border-color: #DA035F;
}
</style>