Shades of Heliotrope #D663FE
Tints of Heliotrope #D663FE
RGB
CMYK
RGB Variations
Color information
#D663FE (or 0xD663FE) is known color: Heliotrope. HEX triplet: D6, 63 and FE. RGB value is (214,99,254). Sum of RGB (Red+Green+Blue) = 214+99+254=567 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.74% from 567); Green value is 99 (39.06% from 255 or 17.46% from 567); Blue value is 254 (99.61% from 255 or 44.80% from 567); Max value from RGB is 254 - color contains mainly: blue. Hex color #D663FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D663FE is #299C01. Grayscale: #969696. Windows color (decimal): -2726914 or 16671702. OLE color: 16671702.
HSL color Cylindrical-coordinate representation of color #D663FE: hue angle of 284.52º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D663FE is Cyan = 0.16, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 214 | 99 | 254 | - |
| CMYK | 0.16 | 0.61 | 0 | 0.00 |
| HSL | 284.52º | 0.99% | 0.69% | - |
| HSV(B) | 284.52º | 0.61% | 1% | - |
| XYZ | 50.08 | 30.38 | 96.99 | - |
| YUV | 151.06 | 186.1 | 172.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 99 | 254 | 0.16 | 0.61 | 0 | 0.00 | 284.52 | 0.99 | 0.69 |
| Hex | D6 | 63 | FE | 10 | 3D | 0 | 0 | 11D | 63 | 45 |
| Octal | 326 | 143 | 376 | 20 | 75 | 0 | 0 | 435 | 143 | 105 |
| Binary | 11010110 | 1100011 | 11111110 | 10000 | 111101 | 0 | 0 | 100011101 | 1100011 | 1000101 |
Color Harmonies of #D663FE
Complementary color
Monochromatic Colors of #D663FE
Black with #D663FE
Text Example
Text Example
White with #D663FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D663FE; }
p { color: rgb(214,99,254); }
H1.HeaderClassName
{
color: #D663FE;
}
.AnyTagClassName
{
color: #D663FE;
}
</style>
background-color css
<style>
a { background-color: #D663FE; }
a { background-color: rgb(214,99,254); }
div.DivClassName
{
background-color: #D663FE;
}
.BgClassName
{
background-color: #D663FE;
}
</style>
border-color css
<style>
span { border-color: #D663FE; }
span { border-color: rgb(214,99,254); }
td.TdClassName
{
border-color: #D663FE;
}
.TagClassName
{
border-color: #D663FE;
}
</style>