Shades of Razzmatazz #DA075A
Tints of Razzmatazz #DA075A
RGB
CMYK
RGB Variations
Color information
#DA075A (or 0xDA075A) is known color: Razzmatazz. HEX triplet: DA, 07 and 5A. RGB value is (218,7,90). Sum of RGB (Red+Green+Blue) = 218+7+90=315 (41% of max value = 765). Red value is 218 (85.55% from 255 or 69.21% from 315); Green value is 7 (3.12% from 255 or 2.22% from 315); Blue value is 90 (35.55% from 255 or 28.57% from 315); Max value from RGB is 218 - color contains mainly: red. Hex color #DA075A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA075A is #25F8A5. Grayscale: #4F4F4F. Windows color (decimal): -2488486 or 5900250. OLE color: 5900250.
HSL color Cylindrical-coordinate representation of color #DA075A: hue angle of 336.4º 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 #DA075A is Cyan = 0, Magento = 0.97, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 7 | 90 | - |
| CMYK | 0 | 0.97 | 0.59 | 0.15 |
| HSL | 336.4º | 0.94% | 0.44% | - |
| HSV(B) | 336.4º | 0.97% | 0.85% | - |
| XYZ | 30.83 | 15.8 | 11.1 | - |
| YUV | 79.55 | 133.9 | 226.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 7 | 90 | 0 | 0.97 | 0.59 | 0.15 | 336.4 | 0.94 | 0.44 |
| Hex | DA | 7 | 5A | 0 | 61 | 3B | F | 150 | 5E | 2C |
| Octal | 332 | 7 | 132 | 0 | 141 | 73 | 17 | 520 | 136 | 54 |
| Binary | 11011010 | 111 | 1011010 | 0 | 1100001 | 111011 | 1111 | 101010000 | 1011110 | 101100 |
Color Harmonies of #DA075A
Complementary color
Monochromatic Colors of #DA075A
Black with #DA075A
Text Example
Text Example
White with #DA075A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA075A; }
p { color: rgb(218,7,90); }
H1.HeaderClassName
{
color: #DA075A;
}
.AnyTagClassName
{
color: #DA075A;
}
</style>
background-color css
<style>
a { background-color: #DA075A; }
a { background-color: rgb(218,7,90); }
div.DivClassName
{
background-color: #DA075A;
}
.BgClassName
{
background-color: #DA075A;
}
</style>
border-color css
<style>
span { border-color: #DA075A; }
span { border-color: rgb(218,7,90); }
td.TdClassName
{
border-color: #DA075A;
}
.TagClassName
{
border-color: #DA075A;
}
</style>