Shades of Shocking #D989B8
Tints of Shocking #D989B8
RGB
CMYK
RGB Variations
Color information
#D989B8 (or 0xD989B8) is known color: Shocking. HEX triplet: D9, 89 and B8. RGB value is (217,137,184). Sum of RGB (Red+Green+Blue) = 217+137+184=538 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.33% from 538); Green value is 137 (53.91% from 255 or 25.46% from 538); Blue value is 184 (72.27% from 255 or 34.20% from 538); Max value from RGB is 217 - color contains mainly: red. Hex color #D989B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D989B8 is #267647. Grayscale: #A6A6A6. Windows color (decimal): -2520648 or 12093913. OLE color: 12093913.
HSL color Cylindrical-coordinate representation of color #D989B8: hue angle of 324.75º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D989B8 is Cyan = 0, Magento = 0.37, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 137 | 184 | - |
| CMYK | 0 | 0.37 | 0.15 | 0.15 |
| HSL | 324.75º | 0.51% | 0.69% | - |
| HSV(B) | 324.75º | 0.37% | 0.85% | - |
| XYZ | 46.21 | 36.1 | 49.88 | - |
| YUV | 166.28 | 138 | 164.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 137 | 184 | 0 | 0.37 | 0.15 | 0.15 | 324.75 | 0.51 | 0.69 |
| Hex | D9 | 89 | B8 | 0 | 25 | F | F | 145 | 33 | 45 |
| Octal | 331 | 211 | 270 | 0 | 45 | 17 | 17 | 505 | 63 | 105 |
| Binary | 11011001 | 10001001 | 10111000 | 0 | 100101 | 1111 | 1111 | 101000101 | 110011 | 1000101 |
Color Harmonies of #D989B8
Complementary color
Monochromatic Colors of #D989B8
Black with #D989B8
Text Example
Text Example
White with #D989B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D989B8; }
p { color: rgb(217,137,184); }
H1.HeaderClassName
{
color: #D989B8;
}
.AnyTagClassName
{
color: #D989B8;
}
</style>
background-color css
<style>
a { background-color: #D989B8; }
a { background-color: rgb(217,137,184); }
div.DivClassName
{
background-color: #D989B8;
}
.BgClassName
{
background-color: #D989B8;
}
</style>
border-color css
<style>
span { border-color: #D989B8; }
span { border-color: rgb(217,137,184); }
td.TdClassName
{
border-color: #D989B8;
}
.TagClassName
{
border-color: #D989B8;
}
</style>