Shades of Shocking Pink #DF08B5
Tints of Shocking Pink #DF08B5
RGB
CMYK
RGB Variations
Color information
#DF08B5 (or 0xDF08B5) is known color: Shocking Pink. HEX triplet: DF, 08 and B5. RGB value is (223,8,181). Sum of RGB (Red+Green+Blue) = 223+8+181=412 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.13% from 412); Green value is 8 (3.52% from 255 or 1.94% from 412); Blue value is 181 (71.09% from 255 or 43.93% from 412); Max value from RGB is 223 - color contains mainly: red. Hex color #DF08B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF08B5 is #20F74A. Grayscale: #5B5B5B. Windows color (decimal): -2160459 or 11864287. OLE color: 11864287.
HSL color Cylindrical-coordinate representation of color #DF08B5: hue angle of 311.72º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DF08B5 is Cyan = 0, Magento = 0.96, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 8 | 181 | - |
| CMYK | 0 | 0.96 | 0.19 | 0.13 |
| HSL | 311.72º | 0.93% | 0.45% | - |
| HSV(B) | 311.72º | 0.96% | 0.87% | - |
| XYZ | 38.86 | 19.2 | 45.37 | - |
| YUV | 92.01 | 178.23 | 221.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 8 | 181 | 0 | 0.96 | 0.19 | 0.13 | 311.72 | 0.93 | 0.45 |
| Hex | DF | 8 | B5 | 0 | 60 | 13 | D | 138 | 5D | 2D |
| Octal | 337 | 10 | 265 | 0 | 140 | 23 | 15 | 470 | 135 | 55 |
| Binary | 11011111 | 1000 | 10110101 | 0 | 1100000 | 10011 | 1101 | 100111000 | 1011101 | 101101 |
Color Harmonies of #DF08B5
Complementary color
Monochromatic Colors of #DF08B5
Black with #DF08B5
Text Example
Text Example
White with #DF08B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF08B5; }
p { color: rgb(223,8,181); }
H1.HeaderClassName
{
color: #DF08B5;
}
.AnyTagClassName
{
color: #DF08B5;
}
</style>
background-color css
<style>
a { background-color: #DF08B5; }
a { background-color: rgb(223,8,181); }
div.DivClassName
{
background-color: #DF08B5;
}
.BgClassName
{
background-color: #DF08B5;
}
</style>
border-color css
<style>
span { border-color: #DF08B5; }
span { border-color: rgb(223,8,181); }
td.TdClassName
{
border-color: #DF08B5;
}
.TagClassName
{
border-color: #DF08B5;
}
</style>