Shades of Razzmatazz #DA005F
Tints of Razzmatazz #DA005F
RGB
CMYK
RGB Variations
Color information
#DA005F (or 0xDA005F) is known color: Razzmatazz. HEX triplet: DA, 00 and 5F. RGB value is (218,0,95). Sum of RGB (Red+Green+Blue) = 218+0+95=313 (41% of max value = 765). Red value is 218 (85.55% from 255 or 69.65% from 313); Green value is 0 (0.39% from 255 or 0% from 313); Blue value is 95 (37.5% from 255 or 30.35% from 313); Max value from RGB is 218 - color contains mainly: red. Hex color #DA005F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA005F is #25FFA0. Grayscale: #4B4B4B. Windows color (decimal): -2490273 or 6226138. OLE color: 6226138.
HSL color Cylindrical-coordinate representation of color #DA005F: hue angle of 333.85º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DA005F is Cyan = 0, Magento = 1, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 0 | 95 | - |
| CMYK | 0 | 1 | 0.56 | 0.15 |
| HSL | 333.85º | 1% | 0.43% | - |
| HSV(B) | 333.85º | 1% | 0.85% | - |
| XYZ | 30.98 | 15.73 | 12.23 | - |
| YUV | 76.01 | 138.72 | 229.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 0 | 95 | 0 | 1 | 0.56 | 0.15 | 333.85 | 1 | 0.43 |
| Hex | DA | 0 | 5F | 0 | 64 | 38 | F | 14E | 64 | 2B |
| Octal | 332 | 0 | 137 | 0 | 144 | 70 | 17 | 516 | 144 | 53 |
| Binary | 11011010 | 0 | 1011111 | 0 | 1100100 | 111000 | 1111 | 101001110 | 1100100 | 101011 |
Color Harmonies of #DA005F
Complementary color
Monochromatic Colors of #DA005F
Black with #DA005F
Text Example
Text Example
White with #DA005F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA005F; }
p { color: rgb(218,0,95); }
H1.HeaderClassName
{
color: #DA005F;
}
.AnyTagClassName
{
color: #DA005F;
}
</style>
background-color css
<style>
a { background-color: #DA005F; }
a { background-color: rgb(218,0,95); }
div.DivClassName
{
background-color: #DA005F;
}
.BgClassName
{
background-color: #DA005F;
}
</style>
border-color css
<style>
span { border-color: #DA005F; }
span { border-color: rgb(218,0,95); }
td.TdClassName
{
border-color: #DA005F;
}
.TagClassName
{
border-color: #DA005F;
}
</style>