Shades of Heliotrope #DC90FB
Tints of Heliotrope #DC90FB
RGB
CMYK
RGB Variations
Color information
#DC90FB (or 0xDC90FB) is known color: Heliotrope. HEX triplet: DC, 90 and FB. RGB value is (220,144,251). Sum of RGB (Red+Green+Blue) = 220+144+251=615 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.77% from 615); Green value is 144 (56.64% from 255 or 23.41% from 615); Blue value is 251 (98.44% from 255 or 40.81% from 615); Max value from RGB is 251 - color contains mainly: blue. Hex color #DC90FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC90FB is #236F04. Grayscale: #B2B2B2. Windows color (decimal): -2322181 or 16486620. OLE color: 16486620.
HSL color Cylindrical-coordinate representation of color #DC90FB: hue angle of 282.62º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DC90FB is Cyan = 0.12, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 144 | 251 | - |
| CMYK | 0.12 | 0.43 | 0 | 0.02 |
| HSL | 282.62º | 0.93% | 0.77% | - |
| HSV(B) | 282.62º | 0.43% | 0.98% | - |
| XYZ | 56.9 | 42.13 | 96.4 | - |
| YUV | 178.92 | 168.68 | 157.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 144 | 251 | 0.12 | 0.43 | 0 | 0.02 | 282.62 | 0.93 | 0.77 |
| Hex | DC | 90 | FB | C | 2B | 0 | 2 | 11B | 5D | 4D |
| Octal | 334 | 220 | 373 | 14 | 53 | 0 | 2 | 433 | 135 | 115 |
| Binary | 11011100 | 10010000 | 11111011 | 1100 | 101011 | 0 | 10 | 100011011 | 1011101 | 1001101 |
Color Harmonies of #DC90FB
Complementary color
Monochromatic Colors of #DC90FB
Black with #DC90FB
Text Example
Text Example
White with #DC90FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC90FB; }
p { color: rgb(220,144,251); }
H1.HeaderClassName
{
color: #DC90FB;
}
.AnyTagClassName
{
color: #DC90FB;
}
</style>
background-color css
<style>
a { background-color: #DC90FB; }
a { background-color: rgb(220,144,251); }
div.DivClassName
{
background-color: #DC90FB;
}
.BgClassName
{
background-color: #DC90FB;
}
</style>
border-color css
<style>
span { border-color: #DC90FB; }
span { border-color: rgb(220,144,251); }
td.TdClassName
{
border-color: #DC90FB;
}
.TagClassName
{
border-color: #DC90FB;
}
</style>