Shades of Heliotrope #D269EF
Tints of Heliotrope #D269EF
RGB
CMYK
RGB Variations
Color information
#D269EF (or 0xD269EF) is known color: Heliotrope. HEX triplet: D2, 69 and EF. RGB value is (210,105,239). Sum of RGB (Red+Green+Blue) = 210+105+239=554 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.91% from 554); Green value is 105 (41.41% from 255 or 18.95% from 554); Blue value is 239 (93.75% from 255 or 43.14% from 554); Max value from RGB is 239 - color contains mainly: blue. Hex color #D269EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D269EF is #2D9610. Grayscale: #979797. Windows color (decimal): -2987537 or 15690194. OLE color: 15690194.
HSL color Cylindrical-coordinate representation of color #D269EF: hue angle of 287.01º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D269EF is Cyan = 0.12, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 210 | 105 | 239 | - |
| CMYK | 0.12 | 0.56 | 0 | 0.06 |
| HSL | 287.01º | 0.81% | 0.67% | - |
| HSV(B) | 287.01º | 0.56% | 0.94% | - |
| XYZ | 47.21 | 30.04 | 84.97 | - |
| YUV | 151.67 | 177.29 | 169.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 105 | 239 | 0.12 | 0.56 | 0 | 0.06 | 287.01 | 0.81 | 0.67 |
| Hex | D2 | 69 | EF | C | 38 | 0 | 6 | 11F | 51 | 43 |
| Octal | 322 | 151 | 357 | 14 | 70 | 0 | 6 | 437 | 121 | 103 |
| Binary | 11010010 | 1101001 | 11101111 | 1100 | 111000 | 0 | 110 | 100011111 | 1010001 | 1000011 |
Color Harmonies of #D269EF
Complementary color
Monochromatic Colors of #D269EF
Black with #D269EF
Text Example
Text Example
White with #D269EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D269EF; }
p { color: rgb(210,105,239); }
H1.HeaderClassName
{
color: #D269EF;
}
.AnyTagClassName
{
color: #D269EF;
}
</style>
background-color css
<style>
a { background-color: #D269EF; }
a { background-color: rgb(210,105,239); }
div.DivClassName
{
background-color: #D269EF;
}
.BgClassName
{
background-color: #D269EF;
}
</style>
border-color css
<style>
span { border-color: #D269EF; }
span { border-color: rgb(210,105,239); }
td.TdClassName
{
border-color: #D269EF;
}
.TagClassName
{
border-color: #D269EF;
}
</style>