Shades of Shocking Pink #D728BA
Tints of Shocking Pink #D728BA
RGB
CMYK
RGB Variations
Color information
#D728BA (or 0xD728BA) is known color: Shocking Pink. HEX triplet: D7, 28 and BA. RGB value is (215,40,186). Sum of RGB (Red+Green+Blue) = 215+40+186=441 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.75% from 441); Green value is 40 (16.02% from 255 or 9.07% from 441); Blue value is 186 (73.05% from 255 or 42.18% from 441); Max value from RGB is 215 - color contains mainly: red. Hex color #D728BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D728BA is #28D745. Grayscale: #6C6C6C. Windows color (decimal): -2676550 or 12200151. OLE color: 12200151.
HSL color Cylindrical-coordinate representation of color #D728BA: hue angle of 309.94º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D728BA is Cyan = 0, Magento = 0.81, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 40 | 186 | - |
| CMYK | 0 | 0.81 | 0.13 | 0.16 |
| HSL | 309.94º | 0.69% | 0.5% | - |
| HSV(B) | 309.94º | 0.81% | 0.84% | - |
| XYZ | 37.65 | 19.51 | 48.24 | - |
| YUV | 108.97 | 171.48 | 203.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 40 | 186 | 0 | 0.81 | 0.13 | 0.16 | 309.94 | 0.69 | 0.5 |
| Hex | D7 | 28 | BA | 0 | 51 | D | 10 | 136 | 45 | 32 |
| Octal | 327 | 50 | 272 | 0 | 121 | 15 | 20 | 466 | 105 | 62 |
| Binary | 11010111 | 101000 | 10111010 | 0 | 1010001 | 1101 | 10000 | 100110110 | 1000101 | 110010 |
Color Harmonies of #D728BA
Complementary color
Monochromatic Colors of #D728BA
Black with #D728BA
Text Example
Text Example
White with #D728BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D728BA; }
p { color: rgb(215,40,186); }
H1.HeaderClassName
{
color: #D728BA;
}
.AnyTagClassName
{
color: #D728BA;
}
</style>
background-color css
<style>
a { background-color: #D728BA; }
a { background-color: rgb(215,40,186); }
div.DivClassName
{
background-color: #D728BA;
}
.BgClassName
{
background-color: #D728BA;
}
</style>
border-color css
<style>
span { border-color: #D728BA; }
span { border-color: rgb(215,40,186); }
td.TdClassName
{
border-color: #D728BA;
}
.TagClassName
{
border-color: #D728BA;
}
</style>