Shades of Razzmatazz #DF056B
Tints of Razzmatazz #DF056B
RGB
CMYK
RGB Variations
Color information
#DF056B (or 0xDF056B) is known color: Razzmatazz. HEX triplet: DF, 05 and 6B. RGB value is (223,5,107). Sum of RGB (Red+Green+Blue) = 223+5+107=335 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.57% from 335); Green value is 5 (2.34% from 255 or 1.49% from 335); Blue value is 107 (42.19% from 255 or 31.94% from 335); Max value from RGB is 223 - color contains mainly: red. Hex color #DF056B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF056B is #20FA94. Grayscale: #515151. Windows color (decimal): -2161301 or 7013855. OLE color: 7013855.
HSL color Cylindrical-coordinate representation of color #DF056B: hue angle of 331.93º 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 #DF056B is Cyan = 0, Magento = 0.98, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 5 | 107 | - |
| CMYK | 0 | 0.98 | 0.52 | 0.13 |
| HSL | 331.93º | 0.96% | 0.45% | - |
| HSV(B) | 331.93º | 0.98% | 0.87% | - |
| XYZ | 33.14 | 16.86 | 15.42 | - |
| YUV | 81.81 | 142.22 | 228.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 5 | 107 | 0 | 0.98 | 0.52 | 0.13 | 331.93 | 0.96 | 0.45 |
| Hex | DF | 5 | 6B | 0 | 62 | 34 | D | 14C | 60 | 2D |
| Octal | 337 | 5 | 153 | 0 | 142 | 64 | 15 | 514 | 140 | 55 |
| Binary | 11011111 | 101 | 1101011 | 0 | 1100010 | 110100 | 1101 | 101001100 | 1100000 | 101101 |
Color Harmonies of #DF056B
Complementary color
Monochromatic Colors of #DF056B
Black with #DF056B
Text Example
Text Example
White with #DF056B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF056B; }
p { color: rgb(223,5,107); }
H1.HeaderClassName
{
color: #DF056B;
}
.AnyTagClassName
{
color: #DF056B;
}
</style>
background-color css
<style>
a { background-color: #DF056B; }
a { background-color: rgb(223,5,107); }
div.DivClassName
{
background-color: #DF056B;
}
.BgClassName
{
background-color: #DF056B;
}
</style>
border-color css
<style>
span { border-color: #DF056B; }
span { border-color: rgb(223,5,107); }
td.TdClassName
{
border-color: #DF056B;
}
.TagClassName
{
border-color: #DF056B;
}
</style>