Shades of Heliotrope #D769FE
Tints of Heliotrope #D769FE
RGB
CMYK
RGB Variations
Color information
#D769FE (or 0xD769FE) is known color: Heliotrope. HEX triplet: D7, 69 and FE. RGB value is (215,105,254). Sum of RGB (Red+Green+Blue) = 215+105+254=574 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.46% from 574); Green value is 105 (41.41% from 255 or 18.29% from 574); Blue value is 254 (99.61% from 255 or 44.25% from 574); Max value from RGB is 254 - color contains mainly: blue. Hex color #D769FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D769FE is #289601. Grayscale: #9A9A9A. Windows color (decimal): -2659842 or 16673239. OLE color: 16673239.
HSL color Cylindrical-coordinate representation of color #D769FE: hue angle of 284.3º 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 #D769FE is Cyan = 0.15, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 215 | 105 | 254 | - |
| CMYK | 0.15 | 0.59 | 0 | 0.00 |
| HSL | 284.3º | 0.99% | 0.7% | - |
| HSV(B) | 284.3º | 0.59% | 1% | - |
| XYZ | 50.97 | 31.71 | 97.2 | - |
| YUV | 154.88 | 183.94 | 170.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 105 | 254 | 0.15 | 0.59 | 0 | 0.00 | 284.3 | 0.99 | 0.7 |
| Hex | D7 | 69 | FE | F | 3B | 0 | 0 | 11C | 63 | 46 |
| Octal | 327 | 151 | 376 | 17 | 73 | 0 | 0 | 434 | 143 | 106 |
| Binary | 11010111 | 1101001 | 11111110 | 1111 | 111011 | 0 | 0 | 100011100 | 1100011 | 1000110 |
Color Harmonies of #D769FE
Complementary color
Monochromatic Colors of #D769FE
Black with #D769FE
Text Example
Text Example
White with #D769FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D769FE; }
p { color: rgb(215,105,254); }
H1.HeaderClassName
{
color: #D769FE;
}
.AnyTagClassName
{
color: #D769FE;
}
</style>
background-color css
<style>
a { background-color: #D769FE; }
a { background-color: rgb(215,105,254); }
div.DivClassName
{
background-color: #D769FE;
}
.BgClassName
{
background-color: #D769FE;
}
</style>
border-color css
<style>
span { border-color: #D769FE; }
span { border-color: rgb(215,105,254); }
td.TdClassName
{
border-color: #D769FE;
}
.TagClassName
{
border-color: #D769FE;
}
</style>