Shades of Razzmatazz #DF0C5A
Tints of Razzmatazz #DF0C5A
RGB
CMYK
RGB Variations
Color information
#DF0C5A (or 0xDF0C5A) is known color: Razzmatazz. HEX triplet: DF, 0C and 5A. RGB value is (223,12,90). Sum of RGB (Red+Green+Blue) = 223+12+90=325 (43% of max value = 765). Red value is 223 (87.5% from 255 or 68.62% from 325); Green value is 12 (5.08% from 255 or 3.69% from 325); Blue value is 90 (35.55% from 255 or 27.69% from 325); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0C5A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0C5A is #20F3A5. Grayscale: #535353. Windows color (decimal): -2159526 or 5901535. OLE color: 5901535.
HSL color Cylindrical-coordinate representation of color #DF0C5A: hue angle of 337.82º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DF0C5A is Cyan = 0, Magento = 0.95, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 12 | 90 | - |
| CMYK | 0 | 0.95 | 0.60 | 0.13 |
| HSL | 337.82º | 0.9% | 0.46% | - |
| HSV(B) | 337.82º | 0.95% | 0.87% | - |
| XYZ | 32.41 | 16.69 | 11.19 | - |
| YUV | 83.98 | 131.4 | 227.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 12 | 90 | 0 | 0.95 | 0.60 | 0.13 | 337.82 | 0.9 | 0.46 |
| Hex | DF | C | 5A | 0 | 5F | 3C | D | 152 | 5A | 2E |
| Octal | 337 | 14 | 132 | 0 | 137 | 74 | 15 | 522 | 132 | 56 |
| Binary | 11011111 | 1100 | 1011010 | 0 | 1011111 | 111100 | 1101 | 101010010 | 1011010 | 101110 |
Color Harmonies of #DF0C5A
Complementary color
Monochromatic Colors of #DF0C5A
Black with #DF0C5A
Text Example
Text Example
White with #DF0C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0C5A; }
p { color: rgb(223,12,90); }
H1.HeaderClassName
{
color: #DF0C5A;
}
.AnyTagClassName
{
color: #DF0C5A;
}
</style>
background-color css
<style>
a { background-color: #DF0C5A; }
a { background-color: rgb(223,12,90); }
div.DivClassName
{
background-color: #DF0C5A;
}
.BgClassName
{
background-color: #DF0C5A;
}
</style>
border-color css
<style>
span { border-color: #DF0C5A; }
span { border-color: rgb(223,12,90); }
td.TdClassName
{
border-color: #DF0C5A;
}
.TagClassName
{
border-color: #DF0C5A;
}
</style>