Shades of Heliotrope #D169FE
Tints of Heliotrope #D169FE
RGB
CMYK
RGB Variations
Color information
#D169FE (or 0xD169FE) is known color: Heliotrope. HEX triplet: D1, 69 and FE. RGB value is (209,105,254). Sum of RGB (Red+Green+Blue) = 209+105+254=568 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.80% from 568); Green value is 105 (41.41% from 255 or 18.49% from 568); Blue value is 254 (99.61% from 255 or 44.72% from 568); Max value from RGB is 254 - color contains mainly: blue. Hex color #D169FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D169FE is #2E9601. Grayscale: #989898. Windows color (decimal): -3053058 or 16673233. OLE color: 16673233.
HSL color Cylindrical-coordinate representation of color #D169FE: hue angle of 281.88º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D169FE is Cyan = 0.18, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 209 | 105 | 254 | - |
| CMYK | 0.18 | 0.59 | 0 | 0.00 |
| HSL | 281.88º | 0.99% | 0.7% | - |
| HSV(B) | 281.88º | 0.59% | 1% | - |
| XYZ | 49.24 | 30.81 | 97.12 | - |
| YUV | 153.08 | 184.96 | 167.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 105 | 254 | 0.18 | 0.59 | 0 | 0.00 | 281.88 | 0.99 | 0.7 |
| Hex | D1 | 69 | FE | 12 | 3B | 0 | 0 | 11A | 63 | 46 |
| Octal | 321 | 151 | 376 | 22 | 73 | 0 | 0 | 432 | 143 | 106 |
| Binary | 11010001 | 1101001 | 11111110 | 10010 | 111011 | 0 | 0 | 100011010 | 1100011 | 1000110 |
Color Harmonies of #D169FE
Complementary color
Monochromatic Colors of #D169FE
Black with #D169FE
Text Example
Text Example
White with #D169FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D169FE; }
p { color: rgb(209,105,254); }
H1.HeaderClassName
{
color: #D169FE;
}
.AnyTagClassName
{
color: #D169FE;
}
</style>
background-color css
<style>
a { background-color: #D169FE; }
a { background-color: rgb(209,105,254); }
div.DivClassName
{
background-color: #D169FE;
}
.BgClassName
{
background-color: #D169FE;
}
</style>
border-color css
<style>
span { border-color: #D169FE; }
span { border-color: rgb(209,105,254); }
td.TdClassName
{
border-color: #D169FE;
}
.TagClassName
{
border-color: #D169FE;
}
</style>