Shades of Shocking #D890C3
Tints of Shocking #D890C3
RGB
CMYK
RGB Variations
Color information
#D890C3 (or 0xD890C3) is known color: Shocking. HEX triplet: D8, 90 and C3. RGB value is (216,144,195). Sum of RGB (Red+Green+Blue) = 216+144+195=555 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.92% from 555); Green value is 144 (56.64% from 255 or 25.95% from 555); Blue value is 195 (76.56% from 255 or 35.14% from 555); Max value from RGB is 216 - color contains mainly: red. Hex color #D890C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D890C3 is #276F3C. Grayscale: #ABABAB. Windows color (decimal): -2584381 or 12816600. OLE color: 12816600.
HSL color Cylindrical-coordinate representation of color #D890C3: hue angle of 317.5º 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 #D890C3 is Cyan = 0, Magento = 0.33, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 144 | 195 | - |
| CMYK | 0 | 0.33 | 0.10 | 0.15 |
| HSL | 317.5º | 0.48% | 0.71% | - |
| HSV(B) | 317.5º | 0.33% | 0.85% | - |
| XYZ | 48.14 | 38.49 | 56.52 | - |
| YUV | 171.34 | 141.35 | 159.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 144 | 195 | 0 | 0.33 | 0.10 | 0.15 | 317.5 | 0.48 | 0.71 |
| Hex | D8 | 90 | C3 | 0 | 21 | A | F | 13E | 30 | 47 |
| Octal | 330 | 220 | 303 | 0 | 41 | 12 | 17 | 476 | 60 | 107 |
| Binary | 11011000 | 10010000 | 11000011 | 0 | 100001 | 1010 | 1111 | 100111110 | 110000 | 1000111 |
Color Harmonies of #D890C3
Complementary color
Monochromatic Colors of #D890C3
Black with #D890C3
Text Example
Text Example
White with #D890C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D890C3; }
p { color: rgb(216,144,195); }
H1.HeaderClassName
{
color: #D890C3;
}
.AnyTagClassName
{
color: #D890C3;
}
</style>
background-color css
<style>
a { background-color: #D890C3; }
a { background-color: rgb(216,144,195); }
div.DivClassName
{
background-color: #D890C3;
}
.BgClassName
{
background-color: #D890C3;
}
</style>
border-color css
<style>
span { border-color: #D890C3; }
span { border-color: rgb(216,144,195); }
td.TdClassName
{
border-color: #D890C3;
}
.TagClassName
{
border-color: #D890C3;
}
</style>