Shades of Shocking Pink #DF05B7
Tints of Shocking Pink #DF05B7
RGB
CMYK
RGB Variations
Color information
#DF05B7 (or 0xDF05B7) is known color: Shocking Pink. HEX triplet: DF, 05 and B7. RGB value is (223,5,183). Sum of RGB (Red+Green+Blue) = 223+5+183=411 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.26% from 411); Green value is 5 (2.34% from 255 or 1.22% from 411); Blue value is 183 (71.88% from 255 or 44.53% from 411); Max value from RGB is 223 - color contains mainly: red. Hex color #DF05B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF05B7 is #20FA48. Grayscale: #595959. Windows color (decimal): -2161225 or 11994591. OLE color: 11994591.
HSL color Cylindrical-coordinate representation of color #DF05B7: hue angle of 311.01º 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 #DF05B7 is Cyan = 0, Magento = 0.98, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 5 | 183 | - |
| CMYK | 0 | 0.98 | 0.18 | 0.13 |
| HSL | 311.01º | 0.96% | 0.45% | - |
| HSV(B) | 311.01º | 0.98% | 0.87% | - |
| XYZ | 39.03 | 19.22 | 46.45 | - |
| YUV | 90.47 | 180.22 | 222.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 5 | 183 | 0 | 0.98 | 0.18 | 0.13 | 311.01 | 0.96 | 0.45 |
| Hex | DF | 5 | B7 | 0 | 62 | 12 | D | 137 | 60 | 2D |
| Octal | 337 | 5 | 267 | 0 | 142 | 22 | 15 | 467 | 140 | 55 |
| Binary | 11011111 | 101 | 10110111 | 0 | 1100010 | 10010 | 1101 | 100110111 | 1100000 | 101101 |
Color Harmonies of #DF05B7
Complementary color
Monochromatic Colors of #DF05B7
Black with #DF05B7
Text Example
Text Example
White with #DF05B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF05B7; }
p { color: rgb(223,5,183); }
H1.HeaderClassName
{
color: #DF05B7;
}
.AnyTagClassName
{
color: #DF05B7;
}
</style>
background-color css
<style>
a { background-color: #DF05B7; }
a { background-color: rgb(223,5,183); }
div.DivClassName
{
background-color: #DF05B7;
}
.BgClassName
{
background-color: #DF05B7;
}
</style>
border-color css
<style>
span { border-color: #DF05B7; }
span { border-color: rgb(223,5,183); }
td.TdClassName
{
border-color: #DF05B7;
}
.TagClassName
{
border-color: #DF05B7;
}
</style>