Shades of Razzmatazz #DF0451
Tints of Razzmatazz #DF0451
RGB
CMYK
RGB Variations
Color information
#DF0451 (or 0xDF0451) is known color: Razzmatazz. HEX triplet: DF, 04 and 51. RGB value is (223,4,81). Sum of RGB (Red+Green+Blue) = 223+4+81=308 (40% of max value = 765). Red value is 223 (87.5% from 255 or 72.40% from 308); Green value is 4 (1.95% from 255 or 1.30% from 308); Blue value is 81 (32.03% from 255 or 26.30% from 308); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0451 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0451 is #20FBAE. Grayscale: #4E4E4E. Windows color (decimal): -2161583 or 5309663. OLE color: 5309663.
HSL color Cylindrical-coordinate representation of color #DF0451: hue angle of 338.9º 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 #DF0451 is Cyan = 0, Magento = 0.98, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 4 | 81 | - |
| CMYK | 0 | 0.98 | 0.64 | 0.13 |
| HSL | 338.9º | 0.96% | 0.45% | - |
| HSV(B) | 338.9º | 0.98% | 0.87% | - |
| XYZ | 31.96 | 16.37 | 9.26 | - |
| YUV | 78.26 | 129.55 | 231.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 4 | 81 | 0 | 0.98 | 0.64 | 0.13 | 338.9 | 0.96 | 0.45 |
| Hex | DF | 4 | 51 | 0 | 62 | 40 | D | 153 | 60 | 2D |
| Octal | 337 | 4 | 121 | 0 | 142 | 100 | 15 | 523 | 140 | 55 |
| Binary | 11011111 | 100 | 1010001 | 0 | 1100010 | 1000000 | 1101 | 101010011 | 1100000 | 101101 |
Color Harmonies of #DF0451
Complementary color
Monochromatic Colors of #DF0451
Black with #DF0451
Text Example
Text Example
White with #DF0451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0451; }
p { color: rgb(223,4,81); }
H1.HeaderClassName
{
color: #DF0451;
}
.AnyTagClassName
{
color: #DF0451;
}
</style>
background-color css
<style>
a { background-color: #DF0451; }
a { background-color: rgb(223,4,81); }
div.DivClassName
{
background-color: #DF0451;
}
.BgClassName
{
background-color: #DF0451;
}
</style>
border-color css
<style>
span { border-color: #DF0451; }
span { border-color: rgb(223,4,81); }
td.TdClassName
{
border-color: #DF0451;
}
.TagClassName
{
border-color: #DF0451;
}
</style>