Shades of Shocking Pink #D727B9
Tints of Shocking Pink #D727B9
RGB
CMYK
RGB Variations
Color information
#D727B9 (or 0xD727B9) is known color: Shocking Pink. HEX triplet: D7, 27 and B9. RGB value is (215,39,185). Sum of RGB (Red+Green+Blue) = 215+39+185=439 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.97% from 439); Green value is 39 (15.62% from 255 or 8.88% from 439); Blue value is 185 (72.66% from 255 or 42.14% from 439); Max value from RGB is 215 - color contains mainly: red. Hex color #D727B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D727B9 is #28D846. Grayscale: #6B6B6B. Windows color (decimal): -2676807 or 12134359. OLE color: 12134359.
HSL color Cylindrical-coordinate representation of color #D727B9: hue angle of 310.23º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D727B9 is Cyan = 0, Magento = 0.82, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 39 | 185 | - |
| CMYK | 0 | 0.82 | 0.14 | 0.16 |
| HSL | 310.23º | 0.69% | 0.5% | - |
| HSV(B) | 310.23º | 0.82% | 0.84% | - |
| XYZ | 37.51 | 19.4 | 47.67 | - |
| YUV | 108.27 | 171.31 | 204.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 39 | 185 | 0 | 0.82 | 0.14 | 0.16 | 310.23 | 0.69 | 0.5 |
| Hex | D7 | 27 | B9 | 0 | 52 | E | 10 | 136 | 45 | 32 |
| Octal | 327 | 47 | 271 | 0 | 122 | 16 | 20 | 466 | 105 | 62 |
| Binary | 11010111 | 100111 | 10111001 | 0 | 1010010 | 1110 | 10000 | 100110110 | 1000101 | 110010 |
Color Harmonies of #D727B9
Complementary color
Monochromatic Colors of #D727B9
Black with #D727B9
Text Example
Text Example
White with #D727B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D727B9; }
p { color: rgb(215,39,185); }
H1.HeaderClassName
{
color: #D727B9;
}
.AnyTagClassName
{
color: #D727B9;
}
</style>
background-color css
<style>
a { background-color: #D727B9; }
a { background-color: rgb(215,39,185); }
div.DivClassName
{
background-color: #D727B9;
}
.BgClassName
{
background-color: #D727B9;
}
</style>
border-color css
<style>
span { border-color: #D727B9; }
span { border-color: rgb(215,39,185); }
td.TdClassName
{
border-color: #D727B9;
}
.TagClassName
{
border-color: #D727B9;
}
</style>