Shades of Shocking #DC90B9
Tints of Shocking #DC90B9
RGB
CMYK
RGB Variations
Color information
#DC90B9 (or 0xDC90B9) is known color: Shocking. HEX triplet: DC, 90 and B9. RGB value is (220,144,185). Sum of RGB (Red+Green+Blue) = 220+144+185=549 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.07% from 549); Green value is 144 (56.64% from 255 or 26.23% from 549); Blue value is 185 (72.66% from 255 or 33.70% from 549); Max value from RGB is 220 - color contains mainly: red. Hex color #DC90B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC90B9 is #236F46. Grayscale: #ABABAB. Windows color (decimal): -2322247 or 12161244. OLE color: 12161244.
HSL color Cylindrical-coordinate representation of color #DC90B9: hue angle of 327.63º 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 #DC90B9 is Cyan = 0, Magento = 0.35, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 144 | 185 | - |
| CMYK | 0 | 0.35 | 0.16 | 0.14 |
| HSL | 327.63º | 0.52% | 0.71% | - |
| HSV(B) | 327.63º | 0.35% | 0.86% | - |
| XYZ | 48.25 | 38.66 | 50.82 | - |
| YUV | 171.4 | 135.68 | 162.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 144 | 185 | 0 | 0.35 | 0.16 | 0.14 | 327.63 | 0.52 | 0.71 |
| Hex | DC | 90 | B9 | 0 | 23 | 10 | E | 148 | 34 | 47 |
| Octal | 334 | 220 | 271 | 0 | 43 | 20 | 16 | 510 | 64 | 107 |
| Binary | 11011100 | 10010000 | 10111001 | 0 | 100011 | 10000 | 1110 | 101001000 | 110100 | 1000111 |
Color Harmonies of #DC90B9
Complementary color
Monochromatic Colors of #DC90B9
Black with #DC90B9
Text Example
Text Example
White with #DC90B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC90B9; }
p { color: rgb(220,144,185); }
H1.HeaderClassName
{
color: #DC90B9;
}
.AnyTagClassName
{
color: #DC90B9;
}
</style>
background-color css
<style>
a { background-color: #DC90B9; }
a { background-color: rgb(220,144,185); }
div.DivClassName
{
background-color: #DC90B9;
}
.BgClassName
{
background-color: #DC90B9;
}
</style>
border-color css
<style>
span { border-color: #DC90B9; }
span { border-color: rgb(220,144,185); }
td.TdClassName
{
border-color: #DC90B9;
}
.TagClassName
{
border-color: #DC90B9;
}
</style>