Shades of Shocking #D989BE
Tints of Shocking #D989BE
RGB
CMYK
RGB Variations
Color information
#D989BE (or 0xD989BE) is known color: Shocking. HEX triplet: D9, 89 and BE. RGB value is (217,137,190). Sum of RGB (Red+Green+Blue) = 217+137+190=544 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.89% from 544); Green value is 137 (53.91% from 255 or 25.18% from 544); Blue value is 190 (74.61% from 255 or 34.93% from 544); Max value from RGB is 217 - color contains mainly: red. Hex color #D989BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D989BE is #267641. Grayscale: #A6A6A6. Windows color (decimal): -2520642 or 12487129. OLE color: 12487129.
HSL color Cylindrical-coordinate representation of color #D989BE: hue angle of 320.25º 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 #D989BE is Cyan = 0, Magento = 0.37, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 137 | 190 | - |
| CMYK | 0 | 0.37 | 0.12 | 0.15 |
| HSL | 320.25º | 0.51% | 0.69% | - |
| HSV(B) | 320.25º | 0.37% | 0.85% | - |
| XYZ | 46.86 | 36.36 | 53.26 | - |
| YUV | 166.96 | 141 | 163.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 137 | 190 | 0 | 0.37 | 0.12 | 0.15 | 320.25 | 0.51 | 0.69 |
| Hex | D9 | 89 | BE | 0 | 25 | C | F | 140 | 33 | 45 |
| Octal | 331 | 211 | 276 | 0 | 45 | 14 | 17 | 500 | 63 | 105 |
| Binary | 11011001 | 10001001 | 10111110 | 0 | 100101 | 1100 | 1111 | 101000000 | 110011 | 1000101 |
Color Harmonies of #D989BE
Complementary color
Monochromatic Colors of #D989BE
Black with #D989BE
Text Example
Text Example
White with #D989BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D989BE; }
p { color: rgb(217,137,190); }
H1.HeaderClassName
{
color: #D989BE;
}
.AnyTagClassName
{
color: #D989BE;
}
</style>
background-color css
<style>
a { background-color: #D989BE; }
a { background-color: rgb(217,137,190); }
div.DivClassName
{
background-color: #D989BE;
}
.BgClassName
{
background-color: #D989BE;
}
</style>
border-color css
<style>
span { border-color: #D989BE; }
span { border-color: rgb(217,137,190); }
td.TdClassName
{
border-color: #D989BE;
}
.TagClassName
{
border-color: #D989BE;
}
</style>