Shades of Razzmatazz #DA025D
Tints of Razzmatazz #DA025D
RGB
CMYK
RGB Variations
Color information
#DA025D (or 0xDA025D) is known color: Razzmatazz. HEX triplet: DA, 02 and 5D. RGB value is (218,2,93). Sum of RGB (Red+Green+Blue) = 218+2+93=313 (41% of max value = 765). Red value is 218 (85.55% from 255 or 69.65% from 313); Green value is 2 (1.17% from 255 or 0.64% from 313); Blue value is 93 (36.72% from 255 or 29.71% from 313); Max value from RGB is 218 - color contains mainly: red. Hex color #DA025D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA025D is #25FDA2. Grayscale: #4C4C4C. Windows color (decimal): -2489763 or 6095578. OLE color: 6095578.
HSL color Cylindrical-coordinate representation of color #DA025D: hue angle of 334.72º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DA025D is Cyan = 0, Magento = 0.99, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 2 | 93 | - |
| CMYK | 0 | 0.99 | 0.57 | 0.15 |
| HSL | 334.72º | 0.98% | 0.43% | - |
| HSV(B) | 334.72º | 0.99% | 0.85% | - |
| XYZ | 30.91 | 15.74 | 11.76 | - |
| YUV | 76.96 | 137.06 | 228.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 2 | 93 | 0 | 0.99 | 0.57 | 0.15 | 334.72 | 0.98 | 0.43 |
| Hex | DA | 2 | 5D | 0 | 63 | 39 | F | 14F | 62 | 2B |
| Octal | 332 | 2 | 135 | 0 | 143 | 71 | 17 | 517 | 142 | 53 |
| Binary | 11011010 | 10 | 1011101 | 0 | 1100011 | 111001 | 1111 | 101001111 | 1100010 | 101011 |
Color Harmonies of #DA025D
Complementary color
Monochromatic Colors of #DA025D
Black with #DA025D
Text Example
Text Example
White with #DA025D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA025D; }
p { color: rgb(218,2,93); }
H1.HeaderClassName
{
color: #DA025D;
}
.AnyTagClassName
{
color: #DA025D;
}
</style>
background-color css
<style>
a { background-color: #DA025D; }
a { background-color: rgb(218,2,93); }
div.DivClassName
{
background-color: #DA025D;
}
.BgClassName
{
background-color: #DA025D;
}
</style>
border-color css
<style>
span { border-color: #DA025D; }
span { border-color: rgb(218,2,93); }
td.TdClassName
{
border-color: #DA025D;
}
.TagClassName
{
border-color: #DA025D;
}
</style>