Shades of Shocking Pink #DF09B8
Tints of Shocking Pink #DF09B8
RGB
CMYK
RGB Variations
Color information
#DF09B8 (or 0xDF09B8) is known color: Shocking Pink. HEX triplet: DF, 09 and B8. RGB value is (223,9,184). Sum of RGB (Red+Green+Blue) = 223+9+184=416 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.61% from 416); Green value is 9 (3.91% from 255 or 2.16% from 416); Blue value is 184 (72.27% from 255 or 44.23% from 416); Max value from RGB is 223 - color contains mainly: red. Hex color #DF09B8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF09B8 is #20F647. Grayscale: #5C5C5C. Windows color (decimal): -2160200 or 12061151. OLE color: 12061151.
HSL color Cylindrical-coordinate representation of color #DF09B8: hue angle of 310.93º degrees, saturation: 0.92, 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 #DF09B8 is Cyan = 0, Magento = 0.96, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 9 | 184 | - |
| CMYK | 0 | 0.96 | 0.17 | 0.13 |
| HSL | 310.93º | 0.92% | 0.45% | - |
| HSV(B) | 310.93º | 0.96% | 0.87% | - |
| XYZ | 39.18 | 19.34 | 47.02 | - |
| YUV | 92.94 | 179.4 | 220.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 9 | 184 | 0 | 0.96 | 0.17 | 0.13 | 310.93 | 0.92 | 0.45 |
| Hex | DF | 9 | B8 | 0 | 60 | 11 | D | 137 | 5C | 2D |
| Octal | 337 | 11 | 270 | 0 | 140 | 21 | 15 | 467 | 134 | 55 |
| Binary | 11011111 | 1001 | 10111000 | 0 | 1100000 | 10001 | 1101 | 100110111 | 1011100 | 101101 |
Color Harmonies of #DF09B8
Complementary color
Monochromatic Colors of #DF09B8
Black with #DF09B8
Text Example
Text Example
White with #DF09B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF09B8; }
p { color: rgb(223,9,184); }
H1.HeaderClassName
{
color: #DF09B8;
}
.AnyTagClassName
{
color: #DF09B8;
}
</style>
background-color css
<style>
a { background-color: #DF09B8; }
a { background-color: rgb(223,9,184); }
div.DivClassName
{
background-color: #DF09B8;
}
.BgClassName
{
background-color: #DF09B8;
}
</style>
border-color css
<style>
span { border-color: #DF09B8; }
span { border-color: rgb(223,9,184); }
td.TdClassName
{
border-color: #DF09B8;
}
.TagClassName
{
border-color: #DF09B8;
}
</style>