Shades of Heliotrope #D659FD
Tints of Heliotrope #D659FD
RGB
CMYK
RGB Variations
Color information
#D659FD (or 0xD659FD) is known color: Heliotrope. HEX triplet: D6, 59 and FD. RGB value is (214,89,253). Sum of RGB (Red+Green+Blue) = 214+89+253=556 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.49% from 556); Green value is 89 (35.16% from 255 or 16.01% from 556); Blue value is 253 (99.22% from 255 or 45.50% from 556); Max value from RGB is 253 - color contains mainly: blue. Hex color #D659FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D659FD is #29A602. Grayscale: #909090. Windows color (decimal): -2729475 or 16603606. OLE color: 16603606.
HSL color Cylindrical-coordinate representation of color #D659FD: hue angle of 285.73º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D659FD is Cyan = 0.15, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 214 | 89 | 253 | - |
| CMYK | 0.15 | 0.65 | 0 | 0.01 |
| HSL | 285.73º | 0.98% | 0.67% | - |
| HSV(B) | 285.73º | 0.65% | 0.99% | - |
| XYZ | 49.03 | 28.53 | 95.85 | - |
| YUV | 145.07 | 188.91 | 177.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 89 | 253 | 0.15 | 0.65 | 0 | 0.01 | 285.73 | 0.98 | 0.67 |
| Hex | D6 | 59 | FD | F | 41 | 0 | 1 | 11E | 62 | 43 |
| Octal | 326 | 131 | 375 | 17 | 101 | 0 | 1 | 436 | 142 | 103 |
| Binary | 11010110 | 1011001 | 11111101 | 1111 | 1000001 | 0 | 1 | 100011110 | 1100010 | 1000011 |
Color Harmonies of #D659FD
Complementary color
Monochromatic Colors of #D659FD
Black with #D659FD
Text Example
Text Example
White with #D659FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D659FD; }
p { color: rgb(214,89,253); }
H1.HeaderClassName
{
color: #D659FD;
}
.AnyTagClassName
{
color: #D659FD;
}
</style>
background-color css
<style>
a { background-color: #D659FD; }
a { background-color: rgb(214,89,253); }
div.DivClassName
{
background-color: #D659FD;
}
.BgClassName
{
background-color: #D659FD;
}
</style>
border-color css
<style>
span { border-color: #D659FD; }
span { border-color: rgb(214,89,253); }
td.TdClassName
{
border-color: #D659FD;
}
.TagClassName
{
border-color: #D659FD;
}
</style>