Shades of Shocking Pink #D827BC
Tints of Shocking Pink #D827BC
RGB
CMYK
RGB Variations
Color information
#D827BC (or 0xD827BC) is known color: Shocking Pink. HEX triplet: D8, 27 and BC. RGB value is (216,39,188). Sum of RGB (Red+Green+Blue) = 216+39+188=443 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.76% from 443); Green value is 39 (15.62% from 255 or 8.80% from 443); Blue value is 188 (73.83% from 255 or 42.44% from 443); Max value from RGB is 216 - color contains mainly: red. Hex color #D827BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D827BC is #27D843. Grayscale: #6C6C6C. Windows color (decimal): -2611268 or 12330968. OLE color: 12330968.
HSL color Cylindrical-coordinate representation of color #D827BC: hue angle of 309.49º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D827BC is Cyan = 0, Magento = 0.82, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 39 | 188 | - |
| CMYK | 0 | 0.82 | 0.13 | 0.15 |
| HSL | 309.49º | 0.69% | 0.5% | - |
| HSV(B) | 309.49º | 0.82% | 0.85% | - |
| XYZ | 38.12 | 19.68 | 49.37 | - |
| YUV | 108.91 | 172.64 | 204.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 39 | 188 | 0 | 0.82 | 0.13 | 0.15 | 309.49 | 0.69 | 0.5 |
| Hex | D8 | 27 | BC | 0 | 52 | D | F | 135 | 45 | 32 |
| Octal | 330 | 47 | 274 | 0 | 122 | 15 | 17 | 465 | 105 | 62 |
| Binary | 11011000 | 100111 | 10111100 | 0 | 1010010 | 1101 | 1111 | 100110101 | 1000101 | 110010 |
Color Harmonies of #D827BC
Complementary color
Monochromatic Colors of #D827BC
Black with #D827BC
Text Example
Text Example
White with #D827BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D827BC; }
p { color: rgb(216,39,188); }
H1.HeaderClassName
{
color: #D827BC;
}
.AnyTagClassName
{
color: #D827BC;
}
</style>
background-color css
<style>
a { background-color: #D827BC; }
a { background-color: rgb(216,39,188); }
div.DivClassName
{
background-color: #D827BC;
}
.BgClassName
{
background-color: #D827BC;
}
</style>
border-color css
<style>
span { border-color: #D827BC; }
span { border-color: rgb(216,39,188); }
td.TdClassName
{
border-color: #D827BC;
}
.TagClassName
{
border-color: #D827BC;
}
</style>