Shades of Razzmatazz #DF0452
Tints of Razzmatazz #DF0452
RGB
CMYK
RGB Variations
Color information
#DF0452 (or 0xDF0452) is known color: Razzmatazz. HEX triplet: DF, 04 and 52. RGB value is (223,4,82). Sum of RGB (Red+Green+Blue) = 223+4+82=309 (40% of max value = 765). Red value is 223 (87.5% from 255 or 72.17% from 309); Green value is 4 (1.95% from 255 or 1.29% from 309); Blue value is 82 (32.42% from 255 or 26.54% from 309); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0452 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0452 is #20FBAD. Grayscale: #4E4E4E. Windows color (decimal): -2161582 or 5375199. OLE color: 5375199.
HSL color Cylindrical-coordinate representation of color #DF0452: hue angle of 338.63º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DF0452 is Cyan = 0, Magento = 0.98, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 4 | 82 | - |
| CMYK | 0 | 0.98 | 0.63 | 0.13 |
| HSL | 338.63º | 0.96% | 0.45% | - |
| HSV(B) | 338.63º | 0.98% | 0.87% | - |
| XYZ | 32 | 16.38 | 9.46 | - |
| YUV | 78.37 | 130.05 | 231.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 4 | 82 | 0 | 0.98 | 0.63 | 0.13 | 338.63 | 0.96 | 0.45 |
| Hex | DF | 4 | 52 | 0 | 62 | 3F | D | 153 | 60 | 2D |
| Octal | 337 | 4 | 122 | 0 | 142 | 77 | 15 | 523 | 140 | 55 |
| Binary | 11011111 | 100 | 1010010 | 0 | 1100010 | 111111 | 1101 | 101010011 | 1100000 | 101101 |
Color Harmonies of #DF0452
Complementary color
Monochromatic Colors of #DF0452
Black with #DF0452
Text Example
Text Example
White with #DF0452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0452; }
p { color: rgb(223,4,82); }
H1.HeaderClassName
{
color: #DF0452;
}
.AnyTagClassName
{
color: #DF0452;
}
</style>
background-color css
<style>
a { background-color: #DF0452; }
a { background-color: rgb(223,4,82); }
div.DivClassName
{
background-color: #DF0452;
}
.BgClassName
{
background-color: #DF0452;
}
</style>
border-color css
<style>
span { border-color: #DF0452; }
span { border-color: rgb(223,4,82); }
td.TdClassName
{
border-color: #DF0452;
}
.TagClassName
{
border-color: #DF0452;
}
</style>