Shades of Razzmatazz #DF0E5A
Tints of Razzmatazz #DF0E5A
RGB
CMYK
RGB Variations
Color information
#DF0E5A (or 0xDF0E5A) is known color: Razzmatazz. HEX triplet: DF, 0E and 5A. RGB value is (223,14,90). Sum of RGB (Red+Green+Blue) = 223+14+90=327 (43% of max value = 765). Red value is 223 (87.5% from 255 or 68.20% from 327); Green value is 14 (5.86% from 255 or 4.28% from 327); Blue value is 90 (35.55% from 255 or 27.52% from 327); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0E5A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0E5A is #20F1A5. Grayscale: #555555. Windows color (decimal): -2159014 or 5902047. OLE color: 5902047.
HSL color Cylindrical-coordinate representation of color #DF0E5A: hue angle of 338.18º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DF0E5A is Cyan = 0, Magento = 0.94, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 14 | 90 | - |
| CMYK | 0 | 0.94 | 0.60 | 0.13 |
| HSL | 338.18º | 0.88% | 0.46% | - |
| HSV(B) | 338.18º | 0.94% | 0.87% | - |
| XYZ | 32.43 | 16.74 | 11.19 | - |
| YUV | 85.16 | 130.74 | 226.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 14 | 90 | 0 | 0.94 | 0.60 | 0.13 | 338.18 | 0.88 | 0.46 |
| Hex | DF | E | 5A | 0 | 5E | 3C | D | 152 | 58 | 2E |
| Octal | 337 | 16 | 132 | 0 | 136 | 74 | 15 | 522 | 130 | 56 |
| Binary | 11011111 | 1110 | 1011010 | 0 | 1011110 | 111100 | 1101 | 101010010 | 1011000 | 101110 |
Color Harmonies of #DF0E5A
Complementary color
Monochromatic Colors of #DF0E5A
Black with #DF0E5A
Text Example
Text Example
White with #DF0E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0E5A; }
p { color: rgb(223,14,90); }
H1.HeaderClassName
{
color: #DF0E5A;
}
.AnyTagClassName
{
color: #DF0E5A;
}
</style>
background-color css
<style>
a { background-color: #DF0E5A; }
a { background-color: rgb(223,14,90); }
div.DivClassName
{
background-color: #DF0E5A;
}
.BgClassName
{
background-color: #DF0E5A;
}
</style>
border-color css
<style>
span { border-color: #DF0E5A; }
span { border-color: rgb(223,14,90); }
td.TdClassName
{
border-color: #DF0E5A;
}
.TagClassName
{
border-color: #DF0E5A;
}
</style>