Shades of Heliotrope #D15FFD
Tints of Heliotrope #D15FFD
RGB
CMYK
RGB Variations
Color information
#D15FFD (or 0xD15FFD) is known color: Heliotrope. HEX triplet: D1, 5F and FD. RGB value is (209,95,253). Sum of RGB (Red+Green+Blue) = 209+95+253=557 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.52% from 557); Green value is 95 (37.5% from 255 or 17.06% from 557); Blue value is 253 (99.22% from 255 or 45.42% from 557); Max value from RGB is 253 - color contains mainly: blue. Hex color #D15FFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D15FFD is #2EA002. Grayscale: #929292. Windows color (decimal): -3055619 or 16605137. OLE color: 16605137.
HSL color Cylindrical-coordinate representation of color #D15FFD: hue angle of 283.29º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D15FFD is Cyan = 0.17, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 209 | 95 | 253 | - |
| CMYK | 0.17 | 0.62 | 0 | 0.01 |
| HSL | 283.29º | 0.98% | 0.68% | - |
| HSV(B) | 283.29º | 0.62% | 0.99% | - |
| XYZ | 48.12 | 28.83 | 95.96 | - |
| YUV | 147.1 | 187.77 | 172.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 95 | 253 | 0.17 | 0.62 | 0 | 0.01 | 283.29 | 0.98 | 0.68 |
| Hex | D1 | 5F | FD | 11 | 3E | 0 | 1 | 11B | 62 | 44 |
| Octal | 321 | 137 | 375 | 21 | 76 | 0 | 1 | 433 | 142 | 104 |
| Binary | 11010001 | 1011111 | 11111101 | 10001 | 111110 | 0 | 1 | 100011011 | 1100010 | 1000100 |
Color Harmonies of #D15FFD
Complementary color
Monochromatic Colors of #D15FFD
Black with #D15FFD
Text Example
Text Example
White with #D15FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15FFD; }
p { color: rgb(209,95,253); }
H1.HeaderClassName
{
color: #D15FFD;
}
.AnyTagClassName
{
color: #D15FFD;
}
</style>
background-color css
<style>
a { background-color: #D15FFD; }
a { background-color: rgb(209,95,253); }
div.DivClassName
{
background-color: #D15FFD;
}
.BgClassName
{
background-color: #D15FFD;
}
</style>
border-color css
<style>
span { border-color: #D15FFD; }
span { border-color: rgb(209,95,253); }
td.TdClassName
{
border-color: #D15FFD;
}
.TagClassName
{
border-color: #D15FFD;
}
</style>