Shades of Heliotrope #DF65FA
Tints of Heliotrope #DF65FA
RGB
CMYK
RGB Variations
Color information
#DF65FA (or 0xDF65FA) is known color: Heliotrope. HEX triplet: DF, 65 and FA. RGB value is (223,101,250). Sum of RGB (Red+Green+Blue) = 223+101+250=574 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.85% from 574); Green value is 101 (39.84% from 255 or 17.60% from 574); Blue value is 250 (98.05% from 255 or 43.55% from 574); Max value from RGB is 250 - color contains mainly: blue. Hex color #DF65FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF65FA is #209A05. Grayscale: #999999. Windows color (decimal): -2136582 or 16410079. OLE color: 16410079.
HSL color Cylindrical-coordinate representation of color #DF65FA: hue angle of 289.13º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DF65FA is Cyan = 0.11, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 101 | 250 | - |
| CMYK | 0.11 | 0.60 | 0 | 0.02 |
| HSL | 289.13º | 0.94% | 0.69% | - |
| HSV(B) | 289.13º | 0.6% | 0.98% | - |
| XYZ | 52.34 | 31.9 | 93.84 | - |
| YUV | 154.46 | 181.92 | 176.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 101 | 250 | 0.11 | 0.60 | 0 | 0.02 | 289.13 | 0.94 | 0.69 |
| Hex | DF | 65 | FA | B | 3C | 0 | 2 | 121 | 5E | 45 |
| Octal | 337 | 145 | 372 | 13 | 74 | 0 | 2 | 441 | 136 | 105 |
| Binary | 11011111 | 1100101 | 11111010 | 1011 | 111100 | 0 | 10 | 100100001 | 1011110 | 1000101 |
Color Harmonies of #DF65FA
Complementary color
Monochromatic Colors of #DF65FA
Black with #DF65FA
Text Example
Text Example
White with #DF65FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF65FA; }
p { color: rgb(223,101,250); }
H1.HeaderClassName
{
color: #DF65FA;
}
.AnyTagClassName
{
color: #DF65FA;
}
</style>
background-color css
<style>
a { background-color: #DF65FA; }
a { background-color: rgb(223,101,250); }
div.DivClassName
{
background-color: #DF65FA;
}
.BgClassName
{
background-color: #DF65FA;
}
</style>
border-color css
<style>
span { border-color: #DF65FA; }
span { border-color: rgb(223,101,250); }
td.TdClassName
{
border-color: #DF65FA;
}
.TagClassName
{
border-color: #DF65FA;
}
</style>