Shades of Violet #DC90EF
Tints of Violet #DC90EF
RGB
CMYK
RGB Variations
Color information
#DC90EF (or 0xDC90EF) is known color: Violet. HEX triplet: DC, 90 and EF. RGB value is (220,144,239). Sum of RGB (Red+Green+Blue) = 220+144+239=603 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.48% from 603); Green value is 144 (56.64% from 255 or 23.88% from 603); Blue value is 239 (93.75% from 255 or 39.64% from 603); Max value from RGB is 239 - color contains mainly: blue. Hex color #DC90EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC90EF is #236F10. Grayscale: #B1B1B1. Windows color (decimal): -2322193 or 15700188. OLE color: 15700188.
HSL color Cylindrical-coordinate representation of color #DC90EF: hue angle of 288º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DC90EF is Cyan = 0.08, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 144 | 239 | - |
| CMYK | 0.08 | 0.40 | 0 | 0.06 |
| HSL | 288º | 0.75% | 0.75% | - |
| HSV(B) | 288º | 0.4% | 0.94% | - |
| XYZ | 55.07 | 41.39 | 86.75 | - |
| YUV | 177.55 | 162.68 | 158.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 144 | 239 | 0.08 | 0.40 | 0 | 0.06 | 288 | 0.75 | 0.75 |
| Hex | DC | 90 | EF | 8 | 28 | 0 | 6 | 120 | 4B | 4B |
| Octal | 334 | 220 | 357 | 10 | 50 | 0 | 6 | 440 | 113 | 113 |
| Binary | 11011100 | 10010000 | 11101111 | 1000 | 101000 | 0 | 110 | 100100000 | 1001011 | 1001011 |
Color Harmonies of #DC90EF
Complementary color
Monochromatic Colors of #DC90EF
Black with #DC90EF
Text Example
Text Example
White with #DC90EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC90EF; }
p { color: rgb(220,144,239); }
H1.HeaderClassName
{
color: #DC90EF;
}
.AnyTagClassName
{
color: #DC90EF;
}
</style>
background-color css
<style>
a { background-color: #DC90EF; }
a { background-color: rgb(220,144,239); }
div.DivClassName
{
background-color: #DC90EF;
}
.BgClassName
{
background-color: #DC90EF;
}
</style>
border-color css
<style>
span { border-color: #DC90EF; }
span { border-color: rgb(220,144,239); }
td.TdClassName
{
border-color: #DC90EF;
}
.TagClassName
{
border-color: #DC90EF;
}
</style>