Shades of Heliotrope #DF69ED
Tints of Heliotrope #DF69ED
RGB
CMYK
RGB Variations
Color information
#DF69ED (or 0xDF69ED) is known color: Heliotrope. HEX triplet: DF, 69 and ED. RGB value is (223,105,237). Sum of RGB (Red+Green+Blue) = 223+105+237=565 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.47% from 565); Green value is 105 (41.41% from 255 or 18.58% from 565); Blue value is 237 (92.97% from 255 or 41.95% from 565); Max value from RGB is 237 - color contains mainly: blue. Hex color #DF69ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF69ED is #209612. Grayscale: #9A9A9A. Windows color (decimal): -2135571 or 15559135. OLE color: 15559135.
HSL color Cylindrical-coordinate representation of color #DF69ED: hue angle of 293.64º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DF69ED is Cyan = 0.06, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 105 | 237 | - |
| CMYK | 0.06 | 0.56 | 0 | 0.07 |
| HSL | 293.64º | 0.79% | 0.67% | - |
| HSV(B) | 293.64º | 0.56% | 0.93% | - |
| XYZ | 50.77 | 31.91 | 83.6 | - |
| YUV | 155.33 | 174.09 | 176.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 105 | 237 | 0.06 | 0.56 | 0 | 0.07 | 293.64 | 0.79 | 0.67 |
| Hex | DF | 69 | ED | 6 | 38 | 0 | 7 | 126 | 4F | 43 |
| Octal | 337 | 151 | 355 | 6 | 70 | 0 | 7 | 446 | 117 | 103 |
| Binary | 11011111 | 1101001 | 11101101 | 110 | 111000 | 0 | 111 | 100100110 | 1001111 | 1000011 |
Color Harmonies of #DF69ED
Complementary color
Monochromatic Colors of #DF69ED
Black with #DF69ED
Text Example
Text Example
White with #DF69ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF69ED; }
p { color: rgb(223,105,237); }
H1.HeaderClassName
{
color: #DF69ED;
}
.AnyTagClassName
{
color: #DF69ED;
}
</style>
background-color css
<style>
a { background-color: #DF69ED; }
a { background-color: rgb(223,105,237); }
div.DivClassName
{
background-color: #DF69ED;
}
.BgClassName
{
background-color: #DF69ED;
}
</style>
border-color css
<style>
span { border-color: #DF69ED; }
span { border-color: rgb(223,105,237); }
td.TdClassName
{
border-color: #DF69ED;
}
.TagClassName
{
border-color: #DF69ED;
}
</style>