Shades of Shocking #D487B6
Tints of Shocking #D487B6
RGB
CMYK
RGB Variations
Color information
#D487B6 (or 0xD487B6) is known color: Shocking. HEX triplet: D4, 87 and B6. RGB value is (212,135,182). Sum of RGB (Red+Green+Blue) = 212+135+182=529 (70% of max value = 765). Red value is 212 (83.20% from 255 or 40.08% from 529); Green value is 135 (53.12% from 255 or 25.52% from 529); Blue value is 182 (71.48% from 255 or 34.40% from 529); Max value from RGB is 212 - color contains mainly: red. Hex color #D487B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D487B6 is #2B7849. Grayscale: #A3A3A3. Windows color (decimal): -2848842 or 11962324. OLE color: 11962324.
HSL color Cylindrical-coordinate representation of color #D487B6: hue angle of 323.38º degrees, saturation: 0.47, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D487B6 is Cyan = 0, Magento = 0.36, Yellow = 0.14 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 135 | 182 | - |
| CMYK | 0 | 0.36 | 0.14 | 0.17 |
| HSL | 323.38º | 0.47% | 0.68% | - |
| HSV(B) | 323.38º | 0.36% | 0.83% | - |
| XYZ | 44.26 | 34.7 | 48.62 | - |
| YUV | 163.38 | 138.51 | 162.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 135 | 182 | 0 | 0.36 | 0.14 | 0.17 | 323.38 | 0.47 | 0.68 |
| Hex | D4 | 87 | B6 | 0 | 24 | E | 11 | 143 | 2F | 44 |
| Octal | 324 | 207 | 266 | 0 | 44 | 16 | 21 | 503 | 57 | 104 |
| Binary | 11010100 | 10000111 | 10110110 | 0 | 100100 | 1110 | 10001 | 101000011 | 101111 | 1000100 |
Color Harmonies of #D487B6
Complementary color
Monochromatic Colors of #D487B6
Black with #D487B6
Text Example
Text Example
White with #D487B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D487B6; }
p { color: rgb(212,135,182); }
H1.HeaderClassName
{
color: #D487B6;
}
.AnyTagClassName
{
color: #D487B6;
}
</style>
background-color css
<style>
a { background-color: #D487B6; }
a { background-color: rgb(212,135,182); }
div.DivClassName
{
background-color: #D487B6;
}
.BgClassName
{
background-color: #D487B6;
}
</style>
border-color css
<style>
span { border-color: #D487B6; }
span { border-color: rgb(212,135,182); }
td.TdClassName
{
border-color: #D487B6;
}
.TagClassName
{
border-color: #D487B6;
}
</style>