Shades of Razzmatazz #DF035A
Tints of Razzmatazz #DF035A
RGB
CMYK
RGB Variations
Color information
#DF035A (or 0xDF035A) is known color: Razzmatazz. HEX triplet: DF, 03 and 5A. RGB value is (223,3,90). Sum of RGB (Red+Green+Blue) = 223+3+90=316 (41% of max value = 765). Red value is 223 (87.5% from 255 or 70.57% from 316); Green value is 3 (1.56% from 255 or 0.95% from 316); Blue value is 90 (35.55% from 255 or 28.48% from 316); Max value from RGB is 223 - color contains mainly: red. Hex color #DF035A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF035A is #20FCA5. Grayscale: #4E4E4E. Windows color (decimal): -2161830 or 5899231. OLE color: 5899231.
HSL color Cylindrical-coordinate representation of color #DF035A: hue angle of 336.27º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DF035A is Cyan = 0, Magento = 0.99, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 3 | 90 | - |
| CMYK | 0 | 0.99 | 0.60 | 0.13 |
| HSL | 336.27º | 0.97% | 0.44% | - |
| HSV(B) | 336.27º | 0.99% | 0.87% | - |
| XYZ | 32.31 | 16.49 | 11.15 | - |
| YUV | 78.7 | 134.39 | 230.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 3 | 90 | 0 | 0.99 | 0.60 | 0.13 | 336.27 | 0.97 | 0.44 |
| Hex | DF | 3 | 5A | 0 | 63 | 3C | D | 150 | 61 | 2C |
| Octal | 337 | 3 | 132 | 0 | 143 | 74 | 15 | 520 | 141 | 54 |
| Binary | 11011111 | 11 | 1011010 | 0 | 1100011 | 111100 | 1101 | 101010000 | 1100001 | 101100 |
Color Harmonies of #DF035A
Complementary color
Monochromatic Colors of #DF035A
Black with #DF035A
Text Example
Text Example
White with #DF035A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF035A; }
p { color: rgb(223,3,90); }
H1.HeaderClassName
{
color: #DF035A;
}
.AnyTagClassName
{
color: #DF035A;
}
</style>
background-color css
<style>
a { background-color: #DF035A; }
a { background-color: rgb(223,3,90); }
div.DivClassName
{
background-color: #DF035A;
}
.BgClassName
{
background-color: #DF035A;
}
</style>
border-color css
<style>
span { border-color: #DF035A; }
span { border-color: rgb(223,3,90); }
td.TdClassName
{
border-color: #DF035A;
}
.TagClassName
{
border-color: #DF035A;
}
</style>