Shades of Heliotrope #D769FF
Tints of Heliotrope #D769FF
RGB
CMYK
RGB Variations
Color information
#D769FF (or 0xD769FF) is known color: Heliotrope. HEX triplet: D7, 69 and FF. RGB value is (215,105,255). Sum of RGB (Red+Green+Blue) = 215+105+255=575 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.39% from 575); Green value is 105 (41.41% from 255 or 18.26% from 575); Blue value is 255 (100% from 255 or 44.35% from 575); Max value from RGB is 255 - color contains mainly: blue. Hex color #D769FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D769FF is #289600. Grayscale: #9A9A9A. Windows color (decimal): -2659841 or 16738775. OLE color: 16738775.
HSL color Cylindrical-coordinate representation of color #D769FF: hue angle of 284º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D769FF is Cyan = 0.16, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 215 | 105 | 255 | - |
| CMYK | 0.16 | 0.59 | 0 | 0 |
| HSL | 284º | 1% | 0.71% | - |
| HSV(B) | 284º | 0.59% | 1% | - |
| XYZ | 51.13 | 31.77 | 98.05 | - |
| YUV | 154.99 | 184.44 | 170.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 105 | 255 | 0.16 | 0.59 | 0 | 0 | 284 | 1 | 0.71 |
| Hex | D7 | 69 | FF | 10 | 3B | 0 | 0 | 11C | 64 | 47 |
| Octal | 327 | 151 | 377 | 20 | 73 | 0 | 0 | 434 | 144 | 107 |
| Binary | 11010111 | 1101001 | 11111111 | 10000 | 111011 | 0 | 0 | 100011100 | 1100100 | 1000111 |
Color Harmonies of #D769FF
Complementary color
Monochromatic Colors of #D769FF
Black with #D769FF
Text Example
Text Example
White with #D769FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D769FF; }
p { color: rgb(215,105,255); }
H1.HeaderClassName
{
color: #D769FF;
}
.AnyTagClassName
{
color: #D769FF;
}
</style>
background-color css
<style>
a { background-color: #D769FF; }
a { background-color: rgb(215,105,255); }
div.DivClassName
{
background-color: #D769FF;
}
.BgClassName
{
background-color: #D769FF;
}
</style>
border-color css
<style>
span { border-color: #D769FF; }
span { border-color: rgb(215,105,255); }
td.TdClassName
{
border-color: #D769FF;
}
.TagClassName
{
border-color: #D769FF;
}
</style>