Shades of Heliotrope #D665FD
Tints of Heliotrope #D665FD
RGB
CMYK
RGB Variations
Color information
#D665FD (or 0xD665FD) is known color: Heliotrope. HEX triplet: D6, 65 and FD. RGB value is (214,101,253). Sum of RGB (Red+Green+Blue) = 214+101+253=568 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.68% from 568); Green value is 101 (39.84% from 255 or 17.78% from 568); Blue value is 253 (99.22% from 255 or 44.54% from 568); Max value from RGB is 253 - color contains mainly: blue. Hex color #D665FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D665FD is #299A02. Grayscale: #979797. Windows color (decimal): -2726403 or 16606678. OLE color: 16606678.
HSL color Cylindrical-coordinate representation of color #D665FD: hue angle of 284.61º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D665FD is Cyan = 0.15, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 214 | 101 | 253 | - |
| CMYK | 0.15 | 0.60 | 0 | 0.01 |
| HSL | 284.61º | 0.97% | 0.69% | - |
| HSV(B) | 284.61º | 0.6% | 0.99% | - |
| XYZ | 50.11 | 30.7 | 96.21 | - |
| YUV | 152.12 | 184.94 | 172.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 101 | 253 | 0.15 | 0.60 | 0 | 0.01 | 284.61 | 0.97 | 0.69 |
| Hex | D6 | 65 | FD | F | 3C | 0 | 1 | 11D | 61 | 45 |
| Octal | 326 | 145 | 375 | 17 | 74 | 0 | 1 | 435 | 141 | 105 |
| Binary | 11010110 | 1100101 | 11111101 | 1111 | 111100 | 0 | 1 | 100011101 | 1100001 | 1000101 |
Color Harmonies of #D665FD
Complementary color
Monochromatic Colors of #D665FD
Black with #D665FD
Text Example
Text Example
White with #D665FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D665FD; }
p { color: rgb(214,101,253); }
H1.HeaderClassName
{
color: #D665FD;
}
.AnyTagClassName
{
color: #D665FD;
}
</style>
background-color css
<style>
a { background-color: #D665FD; }
a { background-color: rgb(214,101,253); }
div.DivClassName
{
background-color: #D665FD;
}
.BgClassName
{
background-color: #D665FD;
}
</style>
border-color css
<style>
span { border-color: #D665FD; }
span { border-color: rgb(214,101,253); }
td.TdClassName
{
border-color: #D665FD;
}
.TagClassName
{
border-color: #D665FD;
}
</style>