Shades of Razzmatazz #DF0952
Tints of Razzmatazz #DF0952
RGB
CMYK
RGB Variations
Color information
#DF0952 (or 0xDF0952) is known color: Razzmatazz. HEX triplet: DF, 09 and 52. RGB value is (223,9,82). Sum of RGB (Red+Green+Blue) = 223+9+82=314 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.02% from 314); Green value is 9 (3.91% from 255 or 2.87% from 314); Blue value is 82 (32.42% from 255 or 26.11% from 314); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0952 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0952 is #20F6AD. Grayscale: #515151. Windows color (decimal): -2160302 or 5376479. OLE color: 5376479.
HSL color Cylindrical-coordinate representation of color #DF0952: hue angle of 339.53º degrees, saturation: 0.92, 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 #DF0952 is Cyan = 0, Magento = 0.96, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 9 | 82 | - |
| CMYK | 0 | 0.96 | 0.63 | 0.13 |
| HSL | 339.53º | 0.92% | 0.45% | - |
| HSV(B) | 339.53º | 0.96% | 0.87% | - |
| XYZ | 32.05 | 16.49 | 9.48 | - |
| YUV | 81.31 | 128.4 | 229.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 9 | 82 | 0 | 0.96 | 0.63 | 0.13 | 339.53 | 0.92 | 0.45 |
| Hex | DF | 9 | 52 | 0 | 60 | 3F | D | 154 | 5C | 2D |
| Octal | 337 | 11 | 122 | 0 | 140 | 77 | 15 | 524 | 134 | 55 |
| Binary | 11011111 | 1001 | 1010010 | 0 | 1100000 | 111111 | 1101 | 101010100 | 1011100 | 101101 |
Color Harmonies of #DF0952
Complementary color
Monochromatic Colors of #DF0952
Black with #DF0952
Text Example
Text Example
White with #DF0952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0952; }
p { color: rgb(223,9,82); }
H1.HeaderClassName
{
color: #DF0952;
}
.AnyTagClassName
{
color: #DF0952;
}
</style>
background-color css
<style>
a { background-color: #DF0952; }
a { background-color: rgb(223,9,82); }
div.DivClassName
{
background-color: #DF0952;
}
.BgClassName
{
background-color: #DF0952;
}
</style>
border-color css
<style>
span { border-color: #DF0952; }
span { border-color: rgb(223,9,82); }
td.TdClassName
{
border-color: #DF0952;
}
.TagClassName
{
border-color: #DF0952;
}
</style>