Shades of Razzmatazz #DF0853
Tints of Razzmatazz #DF0853
RGB
CMYK
RGB Variations
Color information
#DF0853 (or 0xDF0853) is known color: Razzmatazz. HEX triplet: DF, 08 and 53. RGB value is (223,8,83). Sum of RGB (Red+Green+Blue) = 223+8+83=314 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.02% from 314); Green value is 8 (3.52% from 255 or 2.55% from 314); Blue value is 83 (32.81% from 255 or 26.43% from 314); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0853 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0853 is #20F7AC. Grayscale: #505050. Windows color (decimal): -2160557 or 5441759. OLE color: 5441759.
HSL color Cylindrical-coordinate representation of color #DF0853: hue angle of 339.07º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DF0853 is Cyan = 0, Magento = 0.96, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 8 | 83 | - |
| CMYK | 0 | 0.96 | 0.63 | 0.13 |
| HSL | 339.07º | 0.93% | 0.45% | - |
| HSV(B) | 339.07º | 0.96% | 0.87% | - |
| XYZ | 32.08 | 16.49 | 9.67 | - |
| YUV | 80.84 | 129.23 | 229.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 8 | 83 | 0 | 0.96 | 0.63 | 0.13 | 339.07 | 0.93 | 0.45 |
| Hex | DF | 8 | 53 | 0 | 60 | 3F | D | 153 | 5D | 2D |
| Octal | 337 | 10 | 123 | 0 | 140 | 77 | 15 | 523 | 135 | 55 |
| Binary | 11011111 | 1000 | 1010011 | 0 | 1100000 | 111111 | 1101 | 101010011 | 1011101 | 101101 |
Color Harmonies of #DF0853
Complementary color
Monochromatic Colors of #DF0853
Black with #DF0853
Text Example
Text Example
White with #DF0853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0853; }
p { color: rgb(223,8,83); }
H1.HeaderClassName
{
color: #DF0853;
}
.AnyTagClassName
{
color: #DF0853;
}
</style>
background-color css
<style>
a { background-color: #DF0853; }
a { background-color: rgb(223,8,83); }
div.DivClassName
{
background-color: #DF0853;
}
.BgClassName
{
background-color: #DF0853;
}
</style>
border-color css
<style>
span { border-color: #DF0853; }
span { border-color: rgb(223,8,83); }
td.TdClassName
{
border-color: #DF0853;
}
.TagClassName
{
border-color: #DF0853;
}
</style>