Shades of Razzmatazz #DF054B
Tints of Razzmatazz #DF054B
RGB
CMYK
RGB Variations
Color information
#DF054B (or 0xDF054B) is known color: Razzmatazz. HEX triplet: DF, 05 and 4B. RGB value is (223,5,75). Sum of RGB (Red+Green+Blue) = 223+5+75=303 (40% of max value = 765). Red value is 223 (87.5% from 255 or 73.60% from 303); Green value is 5 (2.34% from 255 or 1.65% from 303); Blue value is 75 (29.69% from 255 or 24.75% from 303); Max value from RGB is 223 - color contains mainly: red. Hex color #DF054B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF054B is #20FAB4. Grayscale: #4E4E4E. Windows color (decimal): -2161333 or 4916703. OLE color: 4916703.
HSL color Cylindrical-coordinate representation of color #DF054B: hue angle of 340.73º 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 #DF054B is Cyan = 0, Magento = 0.98, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 5 | 75 | - |
| CMYK | 0 | 0.98 | 0.66 | 0.13 |
| HSL | 340.73º | 0.96% | 0.45% | - |
| HSV(B) | 340.73º | 0.98% | 0.87% | - |
| XYZ | 31.76 | 16.3 | 8.13 | - |
| YUV | 78.16 | 126.22 | 231.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 5 | 75 | 0 | 0.98 | 0.66 | 0.13 | 340.73 | 0.96 | 0.45 |
| Hex | DF | 5 | 4B | 0 | 62 | 42 | D | 155 | 60 | 2D |
| Octal | 337 | 5 | 113 | 0 | 142 | 102 | 15 | 525 | 140 | 55 |
| Binary | 11011111 | 101 | 1001011 | 0 | 1100010 | 1000010 | 1101 | 101010101 | 1100000 | 101101 |
Color Harmonies of #DF054B
Complementary color
Monochromatic Colors of #DF054B
Black with #DF054B
Text Example
Text Example
White with #DF054B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF054B; }
p { color: rgb(223,5,75); }
H1.HeaderClassName
{
color: #DF054B;
}
.AnyTagClassName
{
color: #DF054B;
}
</style>
background-color css
<style>
a { background-color: #DF054B; }
a { background-color: rgb(223,5,75); }
div.DivClassName
{
background-color: #DF054B;
}
.BgClassName
{
background-color: #DF054B;
}
</style>
border-color css
<style>
span { border-color: #DF054B; }
span { border-color: rgb(223,5,75); }
td.TdClassName
{
border-color: #DF054B;
}
.TagClassName
{
border-color: #DF054B;
}
</style>