Shades of Heliotrope #DF83FC
Tints of Heliotrope #DF83FC
RGB
CMYK
RGB Variations
Color information
#DF83FC (or 0xDF83FC) is known color: Heliotrope. HEX triplet: DF, 83 and FC. RGB value is (223,131,252). Sum of RGB (Red+Green+Blue) = 223+131+252=606 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.80% from 606); Green value is 131 (51.56% from 255 or 21.62% from 606); Blue value is 252 (98.83% from 255 or 41.58% from 606); Max value from RGB is 252 - color contains mainly: blue. Hex color #DF83FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF83FC is #207C03. Grayscale: #ABABAB. Windows color (decimal): -2128900 or 16548831. OLE color: 16548831.
HSL color Cylindrical-coordinate representation of color #DF83FC: hue angle of 285.62º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DF83FC is Cyan = 0.12, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 223 | 131 | 252 | - |
| CMYK | 0.12 | 0.48 | 0 | 0.01 |
| HSL | 285.62º | 0.95% | 0.75% | - |
| HSV(B) | 285.62º | 0.48% | 0.99% | - |
| XYZ | 56.12 | 38.95 | 96.66 | - |
| YUV | 172.3 | 172.98 | 164.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 131 | 252 | 0.12 | 0.48 | 0 | 0.01 | 285.62 | 0.95 | 0.75 |
| Hex | DF | 83 | FC | C | 30 | 0 | 1 | 11E | 5F | 4B |
| Octal | 337 | 203 | 374 | 14 | 60 | 0 | 1 | 436 | 137 | 113 |
| Binary | 11011111 | 10000011 | 11111100 | 1100 | 110000 | 0 | 1 | 100011110 | 1011111 | 1001011 |
Color Harmonies of #DF83FC
Complementary color
Monochromatic Colors of #DF83FC
Black with #DF83FC
Text Example
Text Example
White with #DF83FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF83FC; }
p { color: rgb(223,131,252); }
H1.HeaderClassName
{
color: #DF83FC;
}
.AnyTagClassName
{
color: #DF83FC;
}
</style>
background-color css
<style>
a { background-color: #DF83FC; }
a { background-color: rgb(223,131,252); }
div.DivClassName
{
background-color: #DF83FC;
}
.BgClassName
{
background-color: #DF83FC;
}
</style>
border-color css
<style>
span { border-color: #DF83FC; }
span { border-color: rgb(223,131,252); }
td.TdClassName
{
border-color: #DF83FC;
}
.TagClassName
{
border-color: #DF83FC;
}
</style>