Shades of Razzmatazz #DF025C
Tints of Razzmatazz #DF025C
RGB
CMYK
RGB Variations
Color information
#DF025C (or 0xDF025C) is known color: Razzmatazz. HEX triplet: DF, 02 and 5C. RGB value is (223,2,92). Sum of RGB (Red+Green+Blue) = 223+2+92=317 (41% of max value = 765). Red value is 223 (87.5% from 255 or 70.35% from 317); Green value is 2 (1.17% from 255 or 0.63% from 317); Blue value is 92 (36.33% from 255 or 29.02% from 317); Max value from RGB is 223 - color contains mainly: red. Hex color #DF025C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF025C is #20FDA3. Grayscale: #4E4E4E. Windows color (decimal): -2162084 or 6030047. OLE color: 6030047.
HSL color Cylindrical-coordinate representation of color #DF025C: hue angle of 335.57º 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 #DF025C is Cyan = 0, Magento = 0.99, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 2 | 92 | - |
| CMYK | 0 | 0.99 | 0.59 | 0.13 |
| HSL | 335.57º | 0.98% | 0.44% | - |
| HSV(B) | 335.57º | 0.99% | 0.87% | - |
| XYZ | 32.38 | 16.5 | 11.6 | - |
| YUV | 78.34 | 135.72 | 231.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 2 | 92 | 0 | 0.99 | 0.59 | 0.13 | 335.57 | 0.98 | 0.44 |
| Hex | DF | 2 | 5C | 0 | 63 | 3B | D | 150 | 62 | 2C |
| Octal | 337 | 2 | 134 | 0 | 143 | 73 | 15 | 520 | 142 | 54 |
| Binary | 11011111 | 10 | 1011100 | 0 | 1100011 | 111011 | 1101 | 101010000 | 1100010 | 101100 |
Color Harmonies of #DF025C
Complementary color
Monochromatic Colors of #DF025C
Black with #DF025C
Text Example
Text Example
White with #DF025C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF025C; }
p { color: rgb(223,2,92); }
H1.HeaderClassName
{
color: #DF025C;
}
.AnyTagClassName
{
color: #DF025C;
}
</style>
background-color css
<style>
a { background-color: #DF025C; }
a { background-color: rgb(223,2,92); }
div.DivClassName
{
background-color: #DF025C;
}
.BgClassName
{
background-color: #DF025C;
}
</style>
border-color css
<style>
span { border-color: #DF025C; }
span { border-color: rgb(223,2,92); }
td.TdClassName
{
border-color: #DF025C;
}
.TagClassName
{
border-color: #DF025C;
}
</style>