Shades of Shocking #D989C0
Tints of Shocking #D989C0
RGB
CMYK
RGB Variations
Color information
#D989C0 (or 0xD989C0) is known color: Shocking. HEX triplet: D9, 89 and C0. RGB value is (217,137,192). Sum of RGB (Red+Green+Blue) = 217+137+192=546 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.74% from 546); Green value is 137 (53.91% from 255 or 25.09% from 546); Blue value is 192 (75.39% from 255 or 35.16% from 546); Max value from RGB is 217 - color contains mainly: red. Hex color #D989C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D989C0 is #26763F. Grayscale: #A7A7A7. Windows color (decimal): -2520640 or 12618201. OLE color: 12618201.
HSL color Cylindrical-coordinate representation of color #D989C0: hue angle of 318.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 #D989C0 is Cyan = 0, Magento = 0.37, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 137 | 192 | - |
| CMYK | 0 | 0.37 | 0.12 | 0.15 |
| HSL | 318.75º | 0.51% | 0.69% | - |
| HSV(B) | 318.75º | 0.37% | 0.85% | - |
| XYZ | 47.08 | 36.45 | 54.42 | - |
| YUV | 167.19 | 142 | 163.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 137 | 192 | 0 | 0.37 | 0.12 | 0.15 | 318.75 | 0.51 | 0.69 |
| Hex | D9 | 89 | C0 | 0 | 25 | C | F | 13F | 33 | 45 |
| Octal | 331 | 211 | 300 | 0 | 45 | 14 | 17 | 477 | 63 | 105 |
| Binary | 11011001 | 10001001 | 11000000 | 0 | 100101 | 1100 | 1111 | 100111111 | 110011 | 1000101 |
Color Harmonies of #D989C0
Complementary color
Monochromatic Colors of #D989C0
Black with #D989C0
Text Example
Text Example
White with #D989C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D989C0; }
p { color: rgb(217,137,192); }
H1.HeaderClassName
{
color: #D989C0;
}
.AnyTagClassName
{
color: #D989C0;
}
</style>
background-color css
<style>
a { background-color: #D989C0; }
a { background-color: rgb(217,137,192); }
div.DivClassName
{
background-color: #D989C0;
}
.BgClassName
{
background-color: #D989C0;
}
</style>
border-color css
<style>
span { border-color: #D989C0; }
span { border-color: rgb(217,137,192); }
td.TdClassName
{
border-color: #D989C0;
}
.TagClassName
{
border-color: #D989C0;
}
</style>