Shades of Heliotrope #D990FD
Tints of Heliotrope #D990FD
RGB
CMYK
RGB Variations
Color information
#D990FD (or 0xD990FD) is known color: Heliotrope. HEX triplet: D9, 90 and FD. RGB value is (217,144,253). Sum of RGB (Red+Green+Blue) = 217+144+253=614 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.34% from 614); Green value is 144 (56.64% from 255 or 23.45% from 614); Blue value is 253 (99.22% from 255 or 41.21% from 614); Max value from RGB is 253 - color contains mainly: blue. Hex color #D990FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D990FD is #266F02. Grayscale: #B1B1B1. Windows color (decimal): -2518787 or 16617689. OLE color: 16617689.
HSL color Cylindrical-coordinate representation of color #D990FD: hue angle of 280.18º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D990FD is Cyan = 0.14, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 217 | 144 | 253 | - |
| CMYK | 0.14 | 0.43 | 0 | 0.01 |
| HSL | 280.18º | 0.96% | 0.78% | - |
| HSV(B) | 280.18º | 0.43% | 0.99% | - |
| XYZ | 56.32 | 41.79 | 98.03 | - |
| YUV | 178.25 | 170.18 | 155.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 144 | 253 | 0.14 | 0.43 | 0 | 0.01 | 280.18 | 0.96 | 0.78 |
| Hex | D9 | 90 | FD | E | 2B | 0 | 1 | 118 | 60 | 4E |
| Octal | 331 | 220 | 375 | 16 | 53 | 0 | 1 | 430 | 140 | 116 |
| Binary | 11011001 | 10010000 | 11111101 | 1110 | 101011 | 0 | 1 | 100011000 | 1100000 | 1001110 |
Color Harmonies of #D990FD
Complementary color
Monochromatic Colors of #D990FD
Black with #D990FD
Text Example
Text Example
White with #D990FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D990FD; }
p { color: rgb(217,144,253); }
H1.HeaderClassName
{
color: #D990FD;
}
.AnyTagClassName
{
color: #D990FD;
}
</style>
background-color css
<style>
a { background-color: #D990FD; }
a { background-color: rgb(217,144,253); }
div.DivClassName
{
background-color: #D990FD;
}
.BgClassName
{
background-color: #D990FD;
}
</style>
border-color css
<style>
span { border-color: #D990FD; }
span { border-color: rgb(217,144,253); }
td.TdClassName
{
border-color: #D990FD;
}
.TagClassName
{
border-color: #D990FD;
}
</style>