Shades of Heliotrope #D95BFC
Tints of Heliotrope #D95BFC
RGB
CMYK
RGB Variations
Color information
#D95BFC (or 0xD95BFC) is known color: Heliotrope. HEX triplet: D9, 5B and FC. RGB value is (217,91,252). Sum of RGB (Red+Green+Blue) = 217+91+252=560 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.75% from 560); Green value is 91 (35.94% from 255 or 16.25% from 560); Blue value is 252 (98.83% from 255 or 45% from 560); Max value from RGB is 252 - color contains mainly: blue. Hex color #D95BFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D95BFC is #26A403. Grayscale: #929292. Windows color (decimal): -2532356 or 16538585. OLE color: 16538585.
HSL color Cylindrical-coordinate representation of color #D95BFC: hue angle of 286.96º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D95BFC is Cyan = 0.14, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 217 | 91 | 252 | - |
| CMYK | 0.14 | 0.64 | 0 | 0.01 |
| HSL | 286.96º | 0.96% | 0.67% | - |
| HSV(B) | 286.96º | 0.64% | 0.99% | - |
| XYZ | 49.93 | 29.26 | 95.11 | - |
| YUV | 147.03 | 187.24 | 177.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 91 | 252 | 0.14 | 0.64 | 0 | 0.01 | 286.96 | 0.96 | 0.67 |
| Hex | D9 | 5B | FC | E | 40 | 0 | 1 | 11F | 60 | 43 |
| Octal | 331 | 133 | 374 | 16 | 100 | 0 | 1 | 437 | 140 | 103 |
| Binary | 11011001 | 1011011 | 11111100 | 1110 | 1000000 | 0 | 1 | 100011111 | 1100000 | 1000011 |
Color Harmonies of #D95BFC
Complementary color
Monochromatic Colors of #D95BFC
Black with #D95BFC
Text Example
Text Example
White with #D95BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D95BFC; }
p { color: rgb(217,91,252); }
H1.HeaderClassName
{
color: #D95BFC;
}
.AnyTagClassName
{
color: #D95BFC;
}
</style>
background-color css
<style>
a { background-color: #D95BFC; }
a { background-color: rgb(217,91,252); }
div.DivClassName
{
background-color: #D95BFC;
}
.BgClassName
{
background-color: #D95BFC;
}
</style>
border-color css
<style>
span { border-color: #D95BFC; }
span { border-color: rgb(217,91,252); }
td.TdClassName
{
border-color: #D95BFC;
}
.TagClassName
{
border-color: #D95BFC;
}
</style>