Shades of Razzmatazz #DF025A
Tints of Razzmatazz #DF025A
RGB
CMYK
RGB Variations
Color information
#DF025A (or 0xDF025A) is known color: Razzmatazz. HEX triplet: DF, 02 and 5A. RGB value is (223,2,90). Sum of RGB (Red+Green+Blue) = 223+2+90=315 (41% of max value = 765). Red value is 223 (87.5% from 255 or 70.79% from 315); Green value is 2 (1.17% from 255 or 0.63% from 315); Blue value is 90 (35.55% from 255 or 28.57% from 315); Max value from RGB is 223 - color contains mainly: red. Hex color #DF025A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF025A is #20FDA5. Grayscale: #4D4D4D. Windows color (decimal): -2162086 or 5898975. OLE color: 5898975.
HSL color Cylindrical-coordinate representation of color #DF025A: hue angle of 336.11º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DF025A is Cyan = 0, Magento = 0.99, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 2 | 90 | - |
| CMYK | 0 | 0.99 | 0.60 | 0.13 |
| HSL | 336.11º | 0.98% | 0.44% | - |
| HSV(B) | 336.11º | 0.99% | 0.87% | - |
| XYZ | 32.3 | 16.47 | 11.15 | - |
| YUV | 78.11 | 134.72 | 231.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 2 | 90 | 0 | 0.99 | 0.60 | 0.13 | 336.11 | 0.98 | 0.44 |
| Hex | DF | 2 | 5A | 0 | 63 | 3C | D | 150 | 62 | 2C |
| Octal | 337 | 2 | 132 | 0 | 143 | 74 | 15 | 520 | 142 | 54 |
| Binary | 11011111 | 10 | 1011010 | 0 | 1100011 | 111100 | 1101 | 101010000 | 1100010 | 101100 |
Color Harmonies of #DF025A
Complementary color
Monochromatic Colors of #DF025A
Black with #DF025A
Text Example
Text Example
White with #DF025A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF025A; }
p { color: rgb(223,2,90); }
H1.HeaderClassName
{
color: #DF025A;
}
.AnyTagClassName
{
color: #DF025A;
}
</style>
background-color css
<style>
a { background-color: #DF025A; }
a { background-color: rgb(223,2,90); }
div.DivClassName
{
background-color: #DF025A;
}
.BgClassName
{
background-color: #DF025A;
}
</style>
border-color css
<style>
span { border-color: #DF025A; }
span { border-color: rgb(223,2,90); }
td.TdClassName
{
border-color: #DF025A;
}
.TagClassName
{
border-color: #DF025A;
}
</style>