Shades of Razzmatazz #DF0D5A
Tints of Razzmatazz #DF0D5A
RGB
CMYK
RGB Variations
Color information
#DF0D5A (or 0xDF0D5A) is known color: Razzmatazz. HEX triplet: DF, 0D and 5A. RGB value is (223,13,90). Sum of RGB (Red+Green+Blue) = 223+13+90=326 (43% of max value = 765). Red value is 223 (87.5% from 255 or 68.40% from 326); Green value is 13 (5.47% from 255 or 3.99% from 326); Blue value is 90 (35.55% from 255 or 27.61% from 326); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0D5A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0D5A is #20F2A5. Grayscale: #545454. Windows color (decimal): -2159270 or 5901791. OLE color: 5901791.
HSL color Cylindrical-coordinate representation of color #DF0D5A: hue angle of 338º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DF0D5A is Cyan = 0, Magento = 0.94, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 13 | 90 | - |
| CMYK | 0 | 0.94 | 0.60 | 0.13 |
| HSL | 338º | 0.89% | 0.46% | - |
| HSV(B) | 338º | 0.94% | 0.87% | - |
| XYZ | 32.42 | 16.71 | 11.19 | - |
| YUV | 84.57 | 131.07 | 226.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 13 | 90 | 0 | 0.94 | 0.60 | 0.13 | 338 | 0.89 | 0.46 |
| Hex | DF | D | 5A | 0 | 5E | 3C | D | 152 | 59 | 2E |
| Octal | 337 | 15 | 132 | 0 | 136 | 74 | 15 | 522 | 131 | 56 |
| Binary | 11011111 | 1101 | 1011010 | 0 | 1011110 | 111100 | 1101 | 101010010 | 1011001 | 101110 |
Color Harmonies of #DF0D5A
Complementary color
Monochromatic Colors of #DF0D5A
Black with #DF0D5A
Text Example
Text Example
White with #DF0D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0D5A; }
p { color: rgb(223,13,90); }
H1.HeaderClassName
{
color: #DF0D5A;
}
.AnyTagClassName
{
color: #DF0D5A;
}
</style>
background-color css
<style>
a { background-color: #DF0D5A; }
a { background-color: rgb(223,13,90); }
div.DivClassName
{
background-color: #DF0D5A;
}
.BgClassName
{
background-color: #DF0D5A;
}
</style>
border-color css
<style>
span { border-color: #DF0D5A; }
span { border-color: rgb(223,13,90); }
td.TdClassName
{
border-color: #DF0D5A;
}
.TagClassName
{
border-color: #DF0D5A;
}
</style>