Shades of Shocking Pink #D828B9
Tints of Shocking Pink #D828B9
RGB
CMYK
RGB Variations
Color information
#D828B9 (or 0xD828B9) is known color: Shocking Pink. HEX triplet: D8, 28 and B9. RGB value is (216,40,185). Sum of RGB (Red+Green+Blue) = 216+40+185=441 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.98% from 441); Green value is 40 (16.02% from 255 or 9.07% from 441); Blue value is 185 (72.66% from 255 or 41.95% from 441); Max value from RGB is 216 - color contains mainly: red. Hex color #D828B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D828B9 is #27D746. Grayscale: #6C6C6C. Windows color (decimal): -2611015 or 12134616. OLE color: 12134616.
HSL color Cylindrical-coordinate representation of color #D828B9: hue angle of 310.57º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D828B9 is Cyan = 0, Magento = 0.81, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 40 | 185 | - |
| CMYK | 0 | 0.81 | 0.14 | 0.15 |
| HSL | 310.57º | 0.69% | 0.5% | - |
| HSV(B) | 310.57º | 0.81% | 0.85% | - |
| XYZ | 37.83 | 19.62 | 47.69 | - |
| YUV | 109.15 | 170.81 | 204.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 40 | 185 | 0 | 0.81 | 0.14 | 0.15 | 310.57 | 0.69 | 0.5 |
| Hex | D8 | 28 | B9 | 0 | 51 | E | F | 137 | 45 | 32 |
| Octal | 330 | 50 | 271 | 0 | 121 | 16 | 17 | 467 | 105 | 62 |
| Binary | 11011000 | 101000 | 10111001 | 0 | 1010001 | 1110 | 1111 | 100110111 | 1000101 | 110010 |
Color Harmonies of #D828B9
Complementary color
Monochromatic Colors of #D828B9
Black with #D828B9
Text Example
Text Example
White with #D828B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D828B9; }
p { color: rgb(216,40,185); }
H1.HeaderClassName
{
color: #D828B9;
}
.AnyTagClassName
{
color: #D828B9;
}
</style>
background-color css
<style>
a { background-color: #D828B9; }
a { background-color: rgb(216,40,185); }
div.DivClassName
{
background-color: #D828B9;
}
.BgClassName
{
background-color: #D828B9;
}
</style>
border-color css
<style>
span { border-color: #D828B9; }
span { border-color: rgb(216,40,185); }
td.TdClassName
{
border-color: #D828B9;
}
.TagClassName
{
border-color: #D828B9;
}
</style>