Shades of Heliotrope #DF92FC
Tints of Heliotrope #DF92FC
RGB
CMYK
RGB Variations
Color information
#DF92FC (or 0xDF92FC) is known color: Heliotrope. HEX triplet: DF, 92 and FC. RGB value is (223,146,252). Sum of RGB (Red+Green+Blue) = 223+146+252=621 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.91% from 621); Green value is 146 (57.42% from 255 or 23.51% from 621); Blue value is 252 (98.83% from 255 or 40.58% from 621); Max value from RGB is 252 - color contains mainly: blue. Hex color #DF92FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF92FC is #206D03. Grayscale: #B4B4B4. Windows color (decimal): -2125060 or 16552671. OLE color: 16552671.
HSL color Cylindrical-coordinate representation of color #DF92FC: hue angle of 283.58º 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 #DF92FC is Cyan = 0.12, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 223 | 146 | 252 | - |
| CMYK | 0.12 | 0.42 | 0 | 0.01 |
| HSL | 283.58º | 0.95% | 0.78% | - |
| HSV(B) | 283.58º | 0.42% | 0.99% | - |
| XYZ | 58.28 | 43.27 | 97.38 | - |
| YUV | 181.11 | 168.01 | 157.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 146 | 252 | 0.12 | 0.42 | 0 | 0.01 | 283.58 | 0.95 | 0.78 |
| Hex | DF | 92 | FC | C | 2A | 0 | 1 | 11C | 5F | 4E |
| Octal | 337 | 222 | 374 | 14 | 52 | 0 | 1 | 434 | 137 | 116 |
| Binary | 11011111 | 10010010 | 11111100 | 1100 | 101010 | 0 | 1 | 100011100 | 1011111 | 1001110 |
Color Harmonies of #DF92FC
Complementary color
Monochromatic Colors of #DF92FC
Black with #DF92FC
Text Example
Text Example
White with #DF92FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF92FC; }
p { color: rgb(223,146,252); }
H1.HeaderClassName
{
color: #DF92FC;
}
.AnyTagClassName
{
color: #DF92FC;
}
</style>
background-color css
<style>
a { background-color: #DF92FC; }
a { background-color: rgb(223,146,252); }
div.DivClassName
{
background-color: #DF92FC;
}
.BgClassName
{
background-color: #DF92FC;
}
</style>
border-color css
<style>
span { border-color: #DF92FC; }
span { border-color: rgb(223,146,252); }
td.TdClassName
{
border-color: #DF92FC;
}
.TagClassName
{
border-color: #DF92FC;
}
</style>