Shades of Shocking #D890C1
Tints of Shocking #D890C1
RGB
CMYK
RGB Variations
Color information
#D890C1 (or 0xD890C1) is known color: Shocking. HEX triplet: D8, 90 and C1. RGB value is (216,144,193). Sum of RGB (Red+Green+Blue) = 216+144+193=553 (73% of max value = 765). Red value is 216 (84.77% from 255 or 39.06% from 553); Green value is 144 (56.64% from 255 or 26.04% from 553); Blue value is 193 (75.78% from 255 or 34.90% from 553); Max value from RGB is 216 - color contains mainly: red. Hex color #D890C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D890C1 is #276F3E. Grayscale: #AAAAAA. Windows color (decimal): -2584383 or 12685528. OLE color: 12685528.
HSL color Cylindrical-coordinate representation of color #D890C1: hue angle of 319.17º 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 #D890C1 is Cyan = 0, Magento = 0.33, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 144 | 193 | - |
| CMYK | 0 | 0.33 | 0.11 | 0.15 |
| HSL | 319.17º | 0.48% | 0.71% | - |
| HSV(B) | 319.17º | 0.33% | 0.85% | - |
| XYZ | 47.92 | 38.4 | 55.34 | - |
| YUV | 171.11 | 140.35 | 160.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 144 | 193 | 0 | 0.33 | 0.11 | 0.15 | 319.17 | 0.48 | 0.71 |
| Hex | D8 | 90 | C1 | 0 | 21 | B | F | 13F | 30 | 47 |
| Octal | 330 | 220 | 301 | 0 | 41 | 13 | 17 | 477 | 60 | 107 |
| Binary | 11011000 | 10010000 | 11000001 | 0 | 100001 | 1011 | 1111 | 100111111 | 110000 | 1000111 |
Color Harmonies of #D890C1
Complementary color
Monochromatic Colors of #D890C1
Black with #D890C1
Text Example
Text Example
White with #D890C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D890C1; }
p { color: rgb(216,144,193); }
H1.HeaderClassName
{
color: #D890C1;
}
.AnyTagClassName
{
color: #D890C1;
}
</style>
background-color css
<style>
a { background-color: #D890C1; }
a { background-color: rgb(216,144,193); }
div.DivClassName
{
background-color: #D890C1;
}
.BgClassName
{
background-color: #D890C1;
}
</style>
border-color css
<style>
span { border-color: #D890C1; }
span { border-color: rgb(216,144,193); }
td.TdClassName
{
border-color: #D890C1;
}
.TagClassName
{
border-color: #D890C1;
}
</style>