Shades of Heliotrope #DF91FC
Tints of Heliotrope #DF91FC
RGB
CMYK
RGB Variations
Color information
#DF91FC (or 0xDF91FC) is known color: Heliotrope. HEX triplet: DF, 91 and FC. RGB value is (223,145,252). Sum of RGB (Red+Green+Blue) = 223+145+252=620 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.97% from 620); Green value is 145 (57.03% from 255 or 23.39% from 620); Blue value is 252 (98.83% from 255 or 40.65% from 620); Max value from RGB is 252 - color contains mainly: blue. Hex color #DF91FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF91FC is #206E03. Grayscale: #B4B4B4. Windows color (decimal): -2125316 or 16552415. OLE color: 16552415.
HSL color Cylindrical-coordinate representation of color #DF91FC: hue angle of 283.74º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DF91FC is Cyan = 0.12, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 223 | 145 | 252 | - |
| CMYK | 0.12 | 0.42 | 0 | 0.01 |
| HSL | 283.74º | 0.95% | 0.78% | - |
| HSV(B) | 283.74º | 0.42% | 0.99% | - |
| XYZ | 58.13 | 42.97 | 97.33 | - |
| YUV | 180.52 | 168.34 | 158.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 145 | 252 | 0.12 | 0.42 | 0 | 0.01 | 283.74 | 0.95 | 0.78 |
| Hex | DF | 91 | FC | C | 2A | 0 | 1 | 11C | 5F | 4E |
| Octal | 337 | 221 | 374 | 14 | 52 | 0 | 1 | 434 | 137 | 116 |
| Binary | 11011111 | 10010001 | 11111100 | 1100 | 101010 | 0 | 1 | 100011100 | 1011111 | 1001110 |
Color Harmonies of #DF91FC
Complementary color
Monochromatic Colors of #DF91FC
Black with #DF91FC
Text Example
Text Example
White with #DF91FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF91FC; }
p { color: rgb(223,145,252); }
H1.HeaderClassName
{
color: #DF91FC;
}
.AnyTagClassName
{
color: #DF91FC;
}
</style>
background-color css
<style>
a { background-color: #DF91FC; }
a { background-color: rgb(223,145,252); }
div.DivClassName
{
background-color: #DF91FC;
}
.BgClassName
{
background-color: #DF91FC;
}
</style>
border-color css
<style>
span { border-color: #DF91FC; }
span { border-color: rgb(223,145,252); }
td.TdClassName
{
border-color: #DF91FC;
}
.TagClassName
{
border-color: #DF91FC;
}
</style>