Shades of Shocking #D890C5
Tints of Shocking #D890C5
RGB
CMYK
RGB Variations
Color information
#D890C5 (or 0xD890C5) is known color: Shocking. HEX triplet: D8, 90 and C5. RGB value is (216,144,197). Sum of RGB (Red+Green+Blue) = 216+144+197=557 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.78% from 557); Green value is 144 (56.64% from 255 or 25.85% from 557); Blue value is 197 (77.34% from 255 or 35.37% from 557); Max value from RGB is 216 - color contains mainly: red. Hex color #D890C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D890C5 is #276F3A. Grayscale: #ABABAB. Windows color (decimal): -2584379 or 12947672. OLE color: 12947672.
HSL color Cylindrical-coordinate representation of color #D890C5: hue angle of 315.83º degrees, saturation: 0.48, 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 #D890C5 is Cyan = 0, Magento = 0.33, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 144 | 197 | - |
| CMYK | 0 | 0.33 | 0.09 | 0.15 |
| HSL | 315.83º | 0.48% | 0.71% | - |
| HSV(B) | 315.83º | 0.33% | 0.85% | - |
| XYZ | 48.37 | 38.58 | 57.72 | - |
| YUV | 171.57 | 142.35 | 159.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 144 | 197 | 0 | 0.33 | 0.09 | 0.15 | 315.83 | 0.48 | 0.71 |
| Hex | D8 | 90 | C5 | 0 | 21 | 9 | F | 13C | 30 | 47 |
| Octal | 330 | 220 | 305 | 0 | 41 | 11 | 17 | 474 | 60 | 107 |
| Binary | 11011000 | 10010000 | 11000101 | 0 | 100001 | 1001 | 1111 | 100111100 | 110000 | 1000111 |
Color Harmonies of #D890C5
Complementary color
Monochromatic Colors of #D890C5
Black with #D890C5
Text Example
Text Example
White with #D890C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D890C5; }
p { color: rgb(216,144,197); }
H1.HeaderClassName
{
color: #D890C5;
}
.AnyTagClassName
{
color: #D890C5;
}
</style>
background-color css
<style>
a { background-color: #D890C5; }
a { background-color: rgb(216,144,197); }
div.DivClassName
{
background-color: #D890C5;
}
.BgClassName
{
background-color: #D890C5;
}
</style>
border-color css
<style>
span { border-color: #D890C5; }
span { border-color: rgb(216,144,197); }
td.TdClassName
{
border-color: #D890C5;
}
.TagClassName
{
border-color: #D890C5;
}
</style>