Shades of Shocking Pink #DF21BD
Tints of Shocking Pink #DF21BD
RGB
CMYK
RGB Variations
Color information
#DF21BD (or 0xDF21BD) is known color: Shocking Pink. HEX triplet: DF, 21 and BD. RGB value is (223,33,189). Sum of RGB (Red+Green+Blue) = 223+33+189=445 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.11% from 445); Green value is 33 (13.28% from 255 or 7.42% from 445); Blue value is 189 (74.22% from 255 or 42.47% from 445); Max value from RGB is 223 - color contains mainly: red. Hex color #DF21BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF21BD is #20DE42. Grayscale: #6B6B6B. Windows color (decimal): -2154051 or 12394975. OLE color: 12394975.
HSL color Cylindrical-coordinate representation of color #DF21BD: hue angle of 310.74º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DF21BD is Cyan = 0, Magento = 0.85, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 33 | 189 | - |
| CMYK | 0 | 0.85 | 0.15 | 0.13 |
| HSL | 310.74º | 0.75% | 0.5% | - |
| HSV(B) | 310.74º | 0.85% | 0.87% | - |
| XYZ | 40.16 | 20.45 | 49.97 | - |
| YUV | 107.59 | 173.95 | 210.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 33 | 189 | 0 | 0.85 | 0.15 | 0.13 | 310.74 | 0.75 | 0.5 |
| Hex | DF | 21 | BD | 0 | 55 | F | D | 137 | 4B | 32 |
| Octal | 337 | 41 | 275 | 0 | 125 | 17 | 15 | 467 | 113 | 62 |
| Binary | 11011111 | 100001 | 10111101 | 0 | 1010101 | 1111 | 1101 | 100110111 | 1001011 | 110010 |
Color Harmonies of #DF21BD
Complementary color
Monochromatic Colors of #DF21BD
Black with #DF21BD
Text Example
Text Example
White with #DF21BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF21BD; }
p { color: rgb(223,33,189); }
H1.HeaderClassName
{
color: #DF21BD;
}
.AnyTagClassName
{
color: #DF21BD;
}
</style>
background-color css
<style>
a { background-color: #DF21BD; }
a { background-color: rgb(223,33,189); }
div.DivClassName
{
background-color: #DF21BD;
}
.BgClassName
{
background-color: #DF21BD;
}
</style>
border-color css
<style>
span { border-color: #DF21BD; }
span { border-color: rgb(223,33,189); }
td.TdClassName
{
border-color: #DF21BD;
}
.TagClassName
{
border-color: #DF21BD;
}
</style>