Shades of Shocking Pink #D627B9
Tints of Shocking Pink #D627B9
RGB
CMYK
RGB Variations
Color information
#D627B9 (or 0xD627B9) is known color: Shocking Pink. HEX triplet: D6, 27 and B9. RGB value is (214,39,185). Sum of RGB (Red+Green+Blue) = 214+39+185=438 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.86% from 438); Green value is 39 (15.62% from 255 or 8.90% from 438); Blue value is 185 (72.66% from 255 or 42.24% from 438); Max value from RGB is 214 - color contains mainly: red. Hex color #D627B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D627B9 is #29D846. Grayscale: #6B6B6B. Windows color (decimal): -2742343 or 12134358. OLE color: 12134358.
HSL color Cylindrical-coordinate representation of color #D627B9: hue angle of 309.94º 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 #D627B9 is Cyan = 0, Magento = 0.82, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 39 | 185 | - |
| CMYK | 0 | 0.82 | 0.14 | 0.16 |
| HSL | 309.94º | 0.69% | 0.5% | - |
| HSV(B) | 309.94º | 0.82% | 0.84% | - |
| XYZ | 37.21 | 19.25 | 47.65 | - |
| YUV | 107.97 | 171.48 | 203.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 39 | 185 | 0 | 0.82 | 0.14 | 0.16 | 309.94 | 0.69 | 0.5 |
| Hex | D6 | 27 | B9 | 0 | 52 | E | 10 | 136 | 45 | 32 |
| Octal | 326 | 47 | 271 | 0 | 122 | 16 | 20 | 466 | 105 | 62 |
| Binary | 11010110 | 100111 | 10111001 | 0 | 1010010 | 1110 | 10000 | 100110110 | 1000101 | 110010 |
Color Harmonies of #D627B9
Complementary color
Monochromatic Colors of #D627B9
Black with #D627B9
Text Example
Text Example
White with #D627B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D627B9; }
p { color: rgb(214,39,185); }
H1.HeaderClassName
{
color: #D627B9;
}
.AnyTagClassName
{
color: #D627B9;
}
</style>
background-color css
<style>
a { background-color: #D627B9; }
a { background-color: rgb(214,39,185); }
div.DivClassName
{
background-color: #D627B9;
}
.BgClassName
{
background-color: #D627B9;
}
</style>
border-color css
<style>
span { border-color: #D627B9; }
span { border-color: rgb(214,39,185); }
td.TdClassName
{
border-color: #D627B9;
}
.TagClassName
{
border-color: #D627B9;
}
</style>