Shades of Shocking #D991BE
Tints of Shocking #D991BE
RGB
CMYK
RGB Variations
Color information
#D991BE (or 0xD991BE) is known color: Shocking. HEX triplet: D9, 91 and BE. RGB value is (217,145,190). Sum of RGB (Red+Green+Blue) = 217+145+190=552 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.31% from 552); Green value is 145 (57.03% from 255 or 26.27% from 552); Blue value is 190 (74.61% from 255 or 34.42% from 552); Max value from RGB is 217 - color contains mainly: red. Hex color #D991BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D991BE is #266E41. Grayscale: #ABABAB. Windows color (decimal): -2518594 or 12489177. OLE color: 12489177.
HSL color Cylindrical-coordinate representation of color #D991BE: hue angle of 322.5º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D991BE is Cyan = 0, Magento = 0.33, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 145 | 190 | - |
| CMYK | 0 | 0.33 | 0.12 | 0.15 |
| HSL | 322.5º | 0.49% | 0.71% | - |
| HSV(B) | 322.5º | 0.33% | 0.85% | - |
| XYZ | 48.03 | 38.72 | 53.66 | - |
| YUV | 171.66 | 138.35 | 160.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 145 | 190 | 0 | 0.33 | 0.12 | 0.15 | 322.5 | 0.49 | 0.71 |
| Hex | D9 | 91 | BE | 0 | 21 | C | F | 142 | 31 | 47 |
| Octal | 331 | 221 | 276 | 0 | 41 | 14 | 17 | 502 | 61 | 107 |
| Binary | 11011001 | 10010001 | 10111110 | 0 | 100001 | 1100 | 1111 | 101000010 | 110001 | 1000111 |
Color Harmonies of #D991BE
Complementary color
Monochromatic Colors of #D991BE
Black with #D991BE
Text Example
Text Example
White with #D991BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D991BE; }
p { color: rgb(217,145,190); }
H1.HeaderClassName
{
color: #D991BE;
}
.AnyTagClassName
{
color: #D991BE;
}
</style>
background-color css
<style>
a { background-color: #D991BE; }
a { background-color: rgb(217,145,190); }
div.DivClassName
{
background-color: #D991BE;
}
.BgClassName
{
background-color: #D991BE;
}
</style>
border-color css
<style>
span { border-color: #D991BE; }
span { border-color: rgb(217,145,190); }
td.TdClassName
{
border-color: #D991BE;
}
.TagClassName
{
border-color: #D991BE;
}
</style>