Shades of Shocking Pink #D727BB
Tints of Shocking Pink #D727BB
RGB
CMYK
RGB Variations
Color information
#D727BB (or 0xD727BB) is known color: Shocking Pink. HEX triplet: D7, 27 and BB. RGB value is (215,39,187). Sum of RGB (Red+Green+Blue) = 215+39+187=441 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.75% from 441); Green value is 39 (15.62% from 255 or 8.84% from 441); Blue value is 187 (73.44% from 255 or 42.40% from 441); Max value from RGB is 215 - color contains mainly: red. Hex color #D727BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D727BB is #28D844. Grayscale: #6C6C6C. Windows color (decimal): -2676805 or 12265431. OLE color: 12265431.
HSL color Cylindrical-coordinate representation of color #D727BB: hue angle of 309.55º 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 #D727BB is Cyan = 0, Magento = 0.82, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 39 | 187 | - |
| CMYK | 0 | 0.82 | 0.13 | 0.16 |
| HSL | 309.55º | 0.69% | 0.5% | - |
| HSV(B) | 309.55º | 0.82% | 0.84% | - |
| XYZ | 37.72 | 19.49 | 48.79 | - |
| YUV | 108.5 | 172.31 | 203.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 39 | 187 | 0 | 0.82 | 0.13 | 0.16 | 309.55 | 0.69 | 0.5 |
| Hex | D7 | 27 | BB | 0 | 52 | D | 10 | 136 | 45 | 32 |
| Octal | 327 | 47 | 273 | 0 | 122 | 15 | 20 | 466 | 105 | 62 |
| Binary | 11010111 | 100111 | 10111011 | 0 | 1010010 | 1101 | 10000 | 100110110 | 1000101 | 110010 |
Color Harmonies of #D727BB
Complementary color
Monochromatic Colors of #D727BB
Black with #D727BB
Text Example
Text Example
White with #D727BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D727BB; }
p { color: rgb(215,39,187); }
H1.HeaderClassName
{
color: #D727BB;
}
.AnyTagClassName
{
color: #D727BB;
}
</style>
background-color css
<style>
a { background-color: #D727BB; }
a { background-color: rgb(215,39,187); }
div.DivClassName
{
background-color: #D727BB;
}
.BgClassName
{
background-color: #D727BB;
}
</style>
border-color css
<style>
span { border-color: #D727BB; }
span { border-color: rgb(215,39,187); }
td.TdClassName
{
border-color: #D727BB;
}
.TagClassName
{
border-color: #D727BB;
}
</style>