Shades of Shocking Pink #DF15B0
Tints of Shocking Pink #DF15B0
RGB
CMYK
RGB Variations
Color information
#DF15B0 (or 0xDF15B0) is known color: Shocking Pink. HEX triplet: DF, 15 and B0. RGB value is (223,21,176). Sum of RGB (Red+Green+Blue) = 223+21+176=420 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.10% from 420); Green value is 21 (8.59% from 255 or 5% from 420); Blue value is 176 (69.14% from 255 or 41.90% from 420); Max value from RGB is 223 - color contains mainly: red. Hex color #DF15B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF15B0 is #20EA4F. Grayscale: #626262. Windows color (decimal): -2157136 or 11539935. OLE color: 11539935.
HSL color Cylindrical-coordinate representation of color #DF15B0: hue angle of 313.96º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DF15B0 is Cyan = 0, Magento = 0.91, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 21 | 176 | - |
| CMYK | 0 | 0.91 | 0.21 | 0.13 |
| HSL | 313.96º | 0.83% | 0.48% | - |
| HSV(B) | 313.96º | 0.91% | 0.87% | - |
| XYZ | 38.54 | 19.36 | 42.78 | - |
| YUV | 99.07 | 171.42 | 216.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 21 | 176 | 0 | 0.91 | 0.21 | 0.13 | 313.96 | 0.83 | 0.48 |
| Hex | DF | 15 | B0 | 0 | 5B | 15 | D | 13A | 53 | 30 |
| Octal | 337 | 25 | 260 | 0 | 133 | 25 | 15 | 472 | 123 | 60 |
| Binary | 11011111 | 10101 | 10110000 | 0 | 1011011 | 10101 | 1101 | 100111010 | 1010011 | 110000 |
Color Harmonies of #DF15B0
Complementary color
Monochromatic Colors of #DF15B0
Black with #DF15B0
Text Example
Text Example
White with #DF15B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF15B0; }
p { color: rgb(223,21,176); }
H1.HeaderClassName
{
color: #DF15B0;
}
.AnyTagClassName
{
color: #DF15B0;
}
</style>
background-color css
<style>
a { background-color: #DF15B0; }
a { background-color: rgb(223,21,176); }
div.DivClassName
{
background-color: #DF15B0;
}
.BgClassName
{
background-color: #DF15B0;
}
</style>
border-color css
<style>
span { border-color: #DF15B0; }
span { border-color: rgb(223,21,176); }
td.TdClassName
{
border-color: #DF15B0;
}
.TagClassName
{
border-color: #DF15B0;
}
</style>