Shades of Razzmatazz #DA065A
Tints of Razzmatazz #DA065A
RGB
CMYK
RGB Variations
Color information
#DA065A (or 0xDA065A) is known color: Razzmatazz. HEX triplet: DA, 06 and 5A. RGB value is (218,6,90). Sum of RGB (Red+Green+Blue) = 218+6+90=314 (41% of max value = 765). Red value is 218 (85.55% from 255 or 69.43% from 314); Green value is 6 (2.73% from 255 or 1.91% from 314); Blue value is 90 (35.55% from 255 or 28.66% from 314); Max value from RGB is 218 - color contains mainly: red. Hex color #DA065A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA065A is #25F9A5. Grayscale: #4E4E4E. Windows color (decimal): -2488742 or 5899994. OLE color: 5899994.
HSL color Cylindrical-coordinate representation of color #DA065A: hue angle of 336.23º degrees, saturation: 0.95, 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 #DA065A is Cyan = 0, Magento = 0.97, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 6 | 90 | - |
| CMYK | 0 | 0.97 | 0.59 | 0.15 |
| HSL | 336.23º | 0.95% | 0.44% | - |
| HSV(B) | 336.23º | 0.97% | 0.85% | - |
| XYZ | 30.82 | 15.77 | 11.09 | - |
| YUV | 78.96 | 134.24 | 227.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 6 | 90 | 0 | 0.97 | 0.59 | 0.15 | 336.23 | 0.95 | 0.44 |
| Hex | DA | 6 | 5A | 0 | 61 | 3B | F | 150 | 5F | 2C |
| Octal | 332 | 6 | 132 | 0 | 141 | 73 | 17 | 520 | 137 | 54 |
| Binary | 11011010 | 110 | 1011010 | 0 | 1100001 | 111011 | 1111 | 101010000 | 1011111 | 101100 |
Color Harmonies of #DA065A
Complementary color
Monochromatic Colors of #DA065A
Black with #DA065A
Text Example
Text Example
White with #DA065A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA065A; }
p { color: rgb(218,6,90); }
H1.HeaderClassName
{
color: #DA065A;
}
.AnyTagClassName
{
color: #DA065A;
}
</style>
background-color css
<style>
a { background-color: #DA065A; }
a { background-color: rgb(218,6,90); }
div.DivClassName
{
background-color: #DA065A;
}
.BgClassName
{
background-color: #DA065A;
}
</style>
border-color css
<style>
span { border-color: #DA065A; }
span { border-color: rgb(218,6,90); }
td.TdClassName
{
border-color: #DA065A;
}
.TagClassName
{
border-color: #DA065A;
}
</style>