Shades of Heliotrope #DF65F3
Tints of Heliotrope #DF65F3
RGB
CMYK
RGB Variations
Color information
#DF65F3 (or 0xDF65F3) is known color: Heliotrope. HEX triplet: DF, 65 and F3. RGB value is (223,101,243). Sum of RGB (Red+Green+Blue) = 223+101+243=567 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.33% from 567); Green value is 101 (39.84% from 255 or 17.81% from 567); Blue value is 243 (95.31% from 255 or 42.86% from 567); Max value from RGB is 243 - color contains mainly: blue. Hex color #DF65F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF65F3 is #209A0C. Grayscale: #999999. Windows color (decimal): -2136589 or 15951327. OLE color: 15951327.
HSL color Cylindrical-coordinate representation of color #DF65F3: hue angle of 291.55º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DF65F3 is Cyan = 0.08, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 101 | 243 | - |
| CMYK | 0.08 | 0.58 | 0 | 0.05 |
| HSL | 291.55º | 0.86% | 0.67% | - |
| HSV(B) | 291.55º | 0.58% | 0.95% | - |
| XYZ | 51.26 | 31.47 | 88.17 | - |
| YUV | 153.67 | 178.42 | 177.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 101 | 243 | 0.08 | 0.58 | 0 | 0.05 | 291.55 | 0.86 | 0.67 |
| Hex | DF | 65 | F3 | 8 | 3A | 0 | 5 | 124 | 56 | 43 |
| Octal | 337 | 145 | 363 | 10 | 72 | 0 | 5 | 444 | 126 | 103 |
| Binary | 11011111 | 1100101 | 11110011 | 1000 | 111010 | 0 | 101 | 100100100 | 1010110 | 1000011 |
Color Harmonies of #DF65F3
Complementary color
Monochromatic Colors of #DF65F3
Black with #DF65F3
Text Example
Text Example
White with #DF65F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF65F3; }
p { color: rgb(223,101,243); }
H1.HeaderClassName
{
color: #DF65F3;
}
.AnyTagClassName
{
color: #DF65F3;
}
</style>
background-color css
<style>
a { background-color: #DF65F3; }
a { background-color: rgb(223,101,243); }
div.DivClassName
{
background-color: #DF65F3;
}
.BgClassName
{
background-color: #DF65F3;
}
</style>
border-color css
<style>
span { border-color: #DF65F3; }
span { border-color: rgb(223,101,243); }
td.TdClassName
{
border-color: #DF65F3;
}
.TagClassName
{
border-color: #DF65F3;
}
</style>