Shades of Heliotrope #DC90FF
Tints of Heliotrope #DC90FF
RGB
CMYK
RGB Variations
Color information
#DC90FF (or 0xDC90FF) is known color: Heliotrope. HEX triplet: DC, 90 and FF. RGB value is (220,144,255). Sum of RGB (Red+Green+Blue) = 220+144+255=619 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.54% from 619); Green value is 144 (56.64% from 255 or 23.26% from 619); Blue value is 255 (100% from 255 or 41.20% from 619); Max value from RGB is 255 - color contains mainly: blue. Hex color #DC90FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC90FF is #236F00. Grayscale: #B3B3B3. Windows color (decimal): -2322177 or 16748764. OLE color: 16748764.
HSL color Cylindrical-coordinate representation of color #DC90FF: hue angle of 281.08º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DC90FF is Cyan = 0.14, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 144 | 255 | - |
| CMYK | 0.14 | 0.44 | 0 | 0 |
| HSL | 281.08º | 1% | 0.78% | - |
| HSV(B) | 281.08º | 0.44% | 1% | - |
| XYZ | 57.54 | 42.38 | 99.76 | - |
| YUV | 179.38 | 170.68 | 156.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 144 | 255 | 0.14 | 0.44 | 0 | 0 | 281.08 | 1 | 0.78 |
| Hex | DC | 90 | FF | E | 2C | 0 | 0 | 119 | 64 | 4E |
| Octal | 334 | 220 | 377 | 16 | 54 | 0 | 0 | 431 | 144 | 116 |
| Binary | 11011100 | 10010000 | 11111111 | 1110 | 101100 | 0 | 0 | 100011001 | 1100100 | 1001110 |
Color Harmonies of #DC90FF
Complementary color
Monochromatic Colors of #DC90FF
Black with #DC90FF
Text Example
Text Example
White with #DC90FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC90FF; }
p { color: rgb(220,144,255); }
H1.HeaderClassName
{
color: #DC90FF;
}
.AnyTagClassName
{
color: #DC90FF;
}
</style>
background-color css
<style>
a { background-color: #DC90FF; }
a { background-color: rgb(220,144,255); }
div.DivClassName
{
background-color: #DC90FF;
}
.BgClassName
{
background-color: #DC90FF;
}
</style>
border-color css
<style>
span { border-color: #DC90FF; }
span { border-color: rgb(220,144,255); }
td.TdClassName
{
border-color: #DC90FF;
}
.TagClassName
{
border-color: #DC90FF;
}
</style>