Shades of Razzmatazz #DA075F
Tints of Razzmatazz #DA075F
RGB
CMYK
RGB Variations
Color information
#DA075F (or 0xDA075F) is known color: Razzmatazz. HEX triplet: DA, 07 and 5F. RGB value is (218,7,95). Sum of RGB (Red+Green+Blue) = 218+7+95=320 (42% of max value = 765). Red value is 218 (85.55% from 255 or 68.12% from 320); Green value is 7 (3.12% from 255 or 2.19% from 320); Blue value is 95 (37.5% from 255 or 29.69% from 320); Max value from RGB is 218 - color contains mainly: red. Hex color #DA075F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA075F is #25F8A0. Grayscale: #4F4F4F. Windows color (decimal): -2488481 or 6227930. OLE color: 6227930.
HSL color Cylindrical-coordinate representation of color #DA075F: hue angle of 334.98º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DA075F is Cyan = 0, Magento = 0.97, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 7 | 95 | - |
| CMYK | 0 | 0.97 | 0.56 | 0.15 |
| HSL | 334.98º | 0.94% | 0.44% | - |
| HSV(B) | 334.98º | 0.97% | 0.85% | - |
| XYZ | 31.05 | 15.88 | 12.26 | - |
| YUV | 80.12 | 136.4 | 226.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 7 | 95 | 0 | 0.97 | 0.56 | 0.15 | 334.98 | 0.94 | 0.44 |
| Hex | DA | 7 | 5F | 0 | 61 | 38 | F | 14F | 5E | 2C |
| Octal | 332 | 7 | 137 | 0 | 141 | 70 | 17 | 517 | 136 | 54 |
| Binary | 11011010 | 111 | 1011111 | 0 | 1100001 | 111000 | 1111 | 101001111 | 1011110 | 101100 |
Color Harmonies of #DA075F
Complementary color
Monochromatic Colors of #DA075F
Black with #DA075F
Text Example
Text Example
White with #DA075F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA075F; }
p { color: rgb(218,7,95); }
H1.HeaderClassName
{
color: #DA075F;
}
.AnyTagClassName
{
color: #DA075F;
}
</style>
background-color css
<style>
a { background-color: #DA075F; }
a { background-color: rgb(218,7,95); }
div.DivClassName
{
background-color: #DA075F;
}
.BgClassName
{
background-color: #DA075F;
}
</style>
border-color css
<style>
span { border-color: #DA075F; }
span { border-color: rgb(218,7,95); }
td.TdClassName
{
border-color: #DA075F;
}
.TagClassName
{
border-color: #DA075F;
}
</style>