Shades of Shocking Pink #DF23BD
Tints of Shocking Pink #DF23BD
RGB
CMYK
RGB Variations
Color information
#DF23BD (or 0xDF23BD) is known color: Shocking Pink. HEX triplet: DF, 23 and BD. RGB value is (223,35,189). Sum of RGB (Red+Green+Blue) = 223+35+189=447 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.89% from 447); Green value is 35 (14.06% from 255 or 7.83% from 447); Blue value is 189 (74.22% from 255 or 42.28% from 447); Max value from RGB is 223 - color contains mainly: red. Hex color #DF23BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF23BD is #20DC42. Grayscale: #6C6C6C. Windows color (decimal): -2153539 or 12395487. OLE color: 12395487.
HSL color Cylindrical-coordinate representation of color #DF23BD: hue angle of 310.85º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DF23BD is Cyan = 0, Magento = 0.84, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 35 | 189 | - |
| CMYK | 0 | 0.84 | 0.15 | 0.13 |
| HSL | 310.85º | 0.75% | 0.51% | - |
| HSV(B) | 310.85º | 0.84% | 0.87% | - |
| XYZ | 40.22 | 20.56 | 49.99 | - |
| YUV | 108.77 | 173.28 | 209.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 35 | 189 | 0 | 0.84 | 0.15 | 0.13 | 310.85 | 0.75 | 0.51 |
| Hex | DF | 23 | BD | 0 | 54 | F | D | 137 | 4B | 33 |
| Octal | 337 | 43 | 275 | 0 | 124 | 17 | 15 | 467 | 113 | 63 |
| Binary | 11011111 | 100011 | 10111101 | 0 | 1010100 | 1111 | 1101 | 100110111 | 1001011 | 110011 |
Color Harmonies of #DF23BD
Complementary color
Monochromatic Colors of #DF23BD
Black with #DF23BD
Text Example
Text Example
White with #DF23BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF23BD; }
p { color: rgb(223,35,189); }
H1.HeaderClassName
{
color: #DF23BD;
}
.AnyTagClassName
{
color: #DF23BD;
}
</style>
background-color css
<style>
a { background-color: #DF23BD; }
a { background-color: rgb(223,35,189); }
div.DivClassName
{
background-color: #DF23BD;
}
.BgClassName
{
background-color: #DF23BD;
}
</style>
border-color css
<style>
span { border-color: #DF23BD; }
span { border-color: rgb(223,35,189); }
td.TdClassName
{
border-color: #DF23BD;
}
.TagClassName
{
border-color: #DF23BD;
}
</style>