Shades of Razzmatazz #DF0852
Tints of Razzmatazz #DF0852
RGB
CMYK
RGB Variations
Color information
#DF0852 (or 0xDF0852) is known color: Razzmatazz. HEX triplet: DF, 08 and 52. RGB value is (223,8,82). Sum of RGB (Red+Green+Blue) = 223+8+82=313 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.25% from 313); Green value is 8 (3.52% from 255 or 2.56% from 313); Blue value is 82 (32.42% from 255 or 26.20% from 313); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0852 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0852 is #20F7AD. Grayscale: #505050. Windows color (decimal): -2160558 or 5376223. OLE color: 5376223.
HSL color Cylindrical-coordinate representation of color #DF0852: hue angle of 339.35º 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 #DF0852 is Cyan = 0, Magento = 0.96, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 8 | 82 | - |
| CMYK | 0 | 0.96 | 0.63 | 0.13 |
| HSL | 339.35º | 0.93% | 0.45% | - |
| HSV(B) | 339.35º | 0.96% | 0.87% | - |
| XYZ | 32.04 | 16.47 | 9.47 | - |
| YUV | 80.72 | 128.73 | 229.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 8 | 82 | 0 | 0.96 | 0.63 | 0.13 | 339.35 | 0.93 | 0.45 |
| Hex | DF | 8 | 52 | 0 | 60 | 3F | D | 153 | 5D | 2D |
| Octal | 337 | 10 | 122 | 0 | 140 | 77 | 15 | 523 | 135 | 55 |
| Binary | 11011111 | 1000 | 1010010 | 0 | 1100000 | 111111 | 1101 | 101010011 | 1011101 | 101101 |
Color Harmonies of #DF0852
Complementary color
Monochromatic Colors of #DF0852
Black with #DF0852
Text Example
Text Example
White with #DF0852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0852; }
p { color: rgb(223,8,82); }
H1.HeaderClassName
{
color: #DF0852;
}
.AnyTagClassName
{
color: #DF0852;
}
</style>
background-color css
<style>
a { background-color: #DF0852; }
a { background-color: rgb(223,8,82); }
div.DivClassName
{
background-color: #DF0852;
}
.BgClassName
{
background-color: #DF0852;
}
</style>
border-color css
<style>
span { border-color: #DF0852; }
span { border-color: rgb(223,8,82); }
td.TdClassName
{
border-color: #DF0852;
}
.TagClassName
{
border-color: #DF0852;
}
</style>