Shades of Shocking Pink #D927BA
Tints of Shocking Pink #D927BA
RGB
CMYK
RGB Variations
Color information
#D927BA (or 0xD927BA) is known color: Shocking Pink. HEX triplet: D9, 27 and BA. RGB value is (217,39,186). Sum of RGB (Red+Green+Blue) = 217+39+186=442 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.10% from 442); Green value is 39 (15.62% from 255 or 8.82% from 442); Blue value is 186 (73.05% from 255 or 42.08% from 442); Max value from RGB is 217 - color contains mainly: red. Hex color #D927BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D927BA is #26D845. Grayscale: #6C6C6C. Windows color (decimal): -2545734 or 12199897. OLE color: 12199897.
HSL color Cylindrical-coordinate representation of color #D927BA: hue angle of 310.45º degrees, saturation: 0.7, 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 #D927BA is Cyan = 0, Magento = 0.82, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 39 | 186 | - |
| CMYK | 0 | 0.82 | 0.14 | 0.15 |
| HSL | 310.45º | 0.7% | 0.5% | - |
| HSV(B) | 310.45º | 0.82% | 0.85% | - |
| XYZ | 38.2 | 19.75 | 48.25 | - |
| YUV | 108.98 | 171.47 | 205.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 39 | 186 | 0 | 0.82 | 0.14 | 0.15 | 310.45 | 0.7 | 0.5 |
| Hex | D9 | 27 | BA | 0 | 52 | E | F | 136 | 46 | 32 |
| Octal | 331 | 47 | 272 | 0 | 122 | 16 | 17 | 466 | 106 | 62 |
| Binary | 11011001 | 100111 | 10111010 | 0 | 1010010 | 1110 | 1111 | 100110110 | 1000110 | 110010 |
Color Harmonies of #D927BA
Complementary color
Monochromatic Colors of #D927BA
Black with #D927BA
Text Example
Text Example
White with #D927BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D927BA; }
p { color: rgb(217,39,186); }
H1.HeaderClassName
{
color: #D927BA;
}
.AnyTagClassName
{
color: #D927BA;
}
</style>
background-color css
<style>
a { background-color: #D927BA; }
a { background-color: rgb(217,39,186); }
div.DivClassName
{
background-color: #D927BA;
}
.BgClassName
{
background-color: #D927BA;
}
</style>
border-color css
<style>
span { border-color: #D927BA; }
span { border-color: rgb(217,39,186); }
td.TdClassName
{
border-color: #D927BA;
}
.TagClassName
{
border-color: #D927BA;
}
</style>