Shades of Shocking #DC90BD
Tints of Shocking #DC90BD
RGB
CMYK
RGB Variations
Color information
#DC90BD (or 0xDC90BD) is known color: Shocking. HEX triplet: DC, 90 and BD. RGB value is (220,144,189). Sum of RGB (Red+Green+Blue) = 220+144+189=553 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.78% from 553); Green value is 144 (56.64% from 255 or 26.04% from 553); Blue value is 189 (74.22% from 255 or 34.18% from 553); Max value from RGB is 220 - color contains mainly: red. Hex color #DC90BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC90BD is #236F42. Grayscale: #ABABAB. Windows color (decimal): -2322243 or 12423388. OLE color: 12423388.
HSL color Cylindrical-coordinate representation of color #DC90BD: hue angle of 324.47º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DC90BD is Cyan = 0, Magento = 0.35, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 144 | 189 | - |
| CMYK | 0 | 0.35 | 0.14 | 0.14 |
| HSL | 324.47º | 0.52% | 0.71% | - |
| HSV(B) | 324.47º | 0.35% | 0.86% | - |
| XYZ | 48.67 | 38.84 | 53.07 | - |
| YUV | 171.85 | 137.68 | 162.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 144 | 189 | 0 | 0.35 | 0.14 | 0.14 | 324.47 | 0.52 | 0.71 |
| Hex | DC | 90 | BD | 0 | 23 | E | E | 144 | 34 | 47 |
| Octal | 334 | 220 | 275 | 0 | 43 | 16 | 16 | 504 | 64 | 107 |
| Binary | 11011100 | 10010000 | 10111101 | 0 | 100011 | 1110 | 1110 | 101000100 | 110100 | 1000111 |
Color Harmonies of #DC90BD
Complementary color
Monochromatic Colors of #DC90BD
Black with #DC90BD
Text Example
Text Example
White with #DC90BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC90BD; }
p { color: rgb(220,144,189); }
H1.HeaderClassName
{
color: #DC90BD;
}
.AnyTagClassName
{
color: #DC90BD;
}
</style>
background-color css
<style>
a { background-color: #DC90BD; }
a { background-color: rgb(220,144,189); }
div.DivClassName
{
background-color: #DC90BD;
}
.BgClassName
{
background-color: #DC90BD;
}
</style>
border-color css
<style>
span { border-color: #DC90BD; }
span { border-color: rgb(220,144,189); }
td.TdClassName
{
border-color: #DC90BD;
}
.TagClassName
{
border-color: #DC90BD;
}
</style>