Shades of Heliotrope #D66FFD
Tints of Heliotrope #D66FFD
RGB
CMYK
RGB Variations
Color information
#D66FFD (or 0xD66FFD) is known color: Heliotrope. HEX triplet: D6, 6F and FD. RGB value is (214,111,253). Sum of RGB (Red+Green+Blue) = 214+111+253=578 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.02% from 578); Green value is 111 (43.75% from 255 or 19.20% from 578); Blue value is 253 (99.22% from 255 or 43.77% from 578); Max value from RGB is 253 - color contains mainly: blue. Hex color #D66FFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D66FFD is #299002. Grayscale: #9D9D9D. Windows color (decimal): -2723843 or 16609238. OLE color: 16609238.
HSL color Cylindrical-coordinate representation of color #D66FFD: hue angle of 283.52º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D66FFD is Cyan = 0.15, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 214 | 111 | 253 | - |
| CMYK | 0.15 | 0.56 | 0 | 0.01 |
| HSL | 283.52º | 0.97% | 0.71% | - |
| HSV(B) | 283.52º | 0.56% | 0.99% | - |
| XYZ | 51.15 | 32.76 | 96.56 | - |
| YUV | 157.99 | 181.62 | 167.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 111 | 253 | 0.15 | 0.56 | 0 | 0.01 | 283.52 | 0.97 | 0.71 |
| Hex | D6 | 6F | FD | F | 38 | 0 | 1 | 11C | 61 | 47 |
| Octal | 326 | 157 | 375 | 17 | 70 | 0 | 1 | 434 | 141 | 107 |
| Binary | 11010110 | 1101111 | 11111101 | 1111 | 111000 | 0 | 1 | 100011100 | 1100001 | 1000111 |
Color Harmonies of #D66FFD
Complementary color
Monochromatic Colors of #D66FFD
Black with #D66FFD
Text Example
Text Example
White with #D66FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66FFD; }
p { color: rgb(214,111,253); }
H1.HeaderClassName
{
color: #D66FFD;
}
.AnyTagClassName
{
color: #D66FFD;
}
</style>
background-color css
<style>
a { background-color: #D66FFD; }
a { background-color: rgb(214,111,253); }
div.DivClassName
{
background-color: #D66FFD;
}
.BgClassName
{
background-color: #D66FFD;
}
</style>
border-color css
<style>
span { border-color: #D66FFD; }
span { border-color: rgb(214,111,253); }
td.TdClassName
{
border-color: #D66FFD;
}
.TagClassName
{
border-color: #D66FFD;
}
</style>