Shades of Heliotrope #D269FC
Tints of Heliotrope #D269FC
RGB
CMYK
RGB Variations
Color information
#D269FC (or 0xD269FC) is known color: Heliotrope. HEX triplet: D2, 69 and FC. RGB value is (210,105,252). Sum of RGB (Red+Green+Blue) = 210+105+252=567 (75% of max value = 765). Red value is 210 (82.42% from 255 or 37.04% from 567); Green value is 105 (41.41% from 255 or 18.52% from 567); Blue value is 252 (98.83% from 255 or 44.44% from 567); Max value from RGB is 252 - color contains mainly: blue. Hex color #D269FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D269FC is #2D9603. Grayscale: #989898. Windows color (decimal): -2987524 or 16542162. OLE color: 16542162.
HSL color Cylindrical-coordinate representation of color #D269FC: hue angle of 282.86º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D269FC is Cyan = 0.17, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 210 | 105 | 252 | - |
| CMYK | 0.17 | 0.58 | 0 | 0.01 |
| HSL | 282.86º | 0.96% | 0.7% | - |
| HSV(B) | 282.86º | 0.58% | 0.99% | - |
| XYZ | 49.2 | 30.83 | 95.45 | - |
| YUV | 153.15 | 183.79 | 168.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 105 | 252 | 0.17 | 0.58 | 0 | 0.01 | 282.86 | 0.96 | 0.7 |
| Hex | D2 | 69 | FC | 11 | 3A | 0 | 1 | 11B | 60 | 46 |
| Octal | 322 | 151 | 374 | 21 | 72 | 0 | 1 | 433 | 140 | 106 |
| Binary | 11010010 | 1101001 | 11111100 | 10001 | 111010 | 0 | 1 | 100011011 | 1100000 | 1000110 |
Color Harmonies of #D269FC
Complementary color
Monochromatic Colors of #D269FC
Black with #D269FC
Text Example
Text Example
White with #D269FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D269FC; }
p { color: rgb(210,105,252); }
H1.HeaderClassName
{
color: #D269FC;
}
.AnyTagClassName
{
color: #D269FC;
}
</style>
background-color css
<style>
a { background-color: #D269FC; }
a { background-color: rgb(210,105,252); }
div.DivClassName
{
background-color: #D269FC;
}
.BgClassName
{
background-color: #D269FC;
}
</style>
border-color css
<style>
span { border-color: #D269FC; }
span { border-color: rgb(210,105,252); }
td.TdClassName
{
border-color: #D269FC;
}
.TagClassName
{
border-color: #D269FC;
}
</style>