Shades of Razzmatazz #DA074E
Tints of Razzmatazz #DA074E
RGB
CMYK
RGB Variations
Color information
#DA074E (or 0xDA074E) is known color: Razzmatazz. HEX triplet: DA, 07 and 4E. RGB value is (218,7,78). Sum of RGB (Red+Green+Blue) = 218+7+78=303 (40% of max value = 765). Red value is 218 (85.55% from 255 or 71.95% from 303); Green value is 7 (3.12% from 255 or 2.31% from 303); Blue value is 78 (30.86% from 255 or 25.74% from 303); Max value from RGB is 218 - color contains mainly: red. Hex color #DA074E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA074E is #25F8B1. Grayscale: #4E4E4E. Windows color (decimal): -2488498 or 5113818. OLE color: 5113818.
HSL color Cylindrical-coordinate representation of color #DA074E: hue angle of 339.81º 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 #DA074E is Cyan = 0, Magento = 0.97, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 7 | 78 | - |
| CMYK | 0 | 0.97 | 0.64 | 0.15 |
| HSL | 339.81º | 0.94% | 0.44% | - |
| HSV(B) | 339.81º | 0.97% | 0.85% | - |
| XYZ | 30.36 | 15.61 | 8.62 | - |
| YUV | 78.18 | 127.9 | 227.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 7 | 78 | 0 | 0.97 | 0.64 | 0.15 | 339.81 | 0.94 | 0.44 |
| Hex | DA | 7 | 4E | 0 | 61 | 40 | F | 154 | 5E | 2C |
| Octal | 332 | 7 | 116 | 0 | 141 | 100 | 17 | 524 | 136 | 54 |
| Binary | 11011010 | 111 | 1001110 | 0 | 1100001 | 1000000 | 1111 | 101010100 | 1011110 | 101100 |
Color Harmonies of #DA074E
Complementary color
Monochromatic Colors of #DA074E
Black with #DA074E
Text Example
Text Example
White with #DA074E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA074E; }
p { color: rgb(218,7,78); }
H1.HeaderClassName
{
color: #DA074E;
}
.AnyTagClassName
{
color: #DA074E;
}
</style>
background-color css
<style>
a { background-color: #DA074E; }
a { background-color: rgb(218,7,78); }
div.DivClassName
{
background-color: #DA074E;
}
.BgClassName
{
background-color: #DA074E;
}
</style>
border-color css
<style>
span { border-color: #DA074E; }
span { border-color: rgb(218,7,78); }
td.TdClassName
{
border-color: #DA074E;
}
.TagClassName
{
border-color: #DA074E;
}
</style>