Shades of Heliotrope #D663F8
Tints of Heliotrope #D663F8
RGB
CMYK
RGB Variations
Color information
#D663F8 (or 0xD663F8) is known color: Heliotrope. HEX triplet: D6, 63 and F8. RGB value is (214,99,248). Sum of RGB (Red+Green+Blue) = 214+99+248=561 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.15% from 561); Green value is 99 (39.06% from 255 or 17.65% from 561); Blue value is 248 (97.27% from 255 or 44.21% from 561); Max value from RGB is 248 - color contains mainly: blue. Hex color #D663F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D663F8 is #299C07. Grayscale: #959595. Windows color (decimal): -2726920 or 16278486. OLE color: 16278486.
HSL color Cylindrical-coordinate representation of color #D663F8: hue angle of 286.31º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D663F8 is Cyan = 0.14, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 214 | 99 | 248 | - |
| CMYK | 0.14 | 0.60 | 0 | 0.03 |
| HSL | 286.31º | 0.91% | 0.68% | - |
| HSV(B) | 286.31º | 0.6% | 0.97% | - |
| XYZ | 49.14 | 30 | 92.01 | - |
| YUV | 150.37 | 183.1 | 173.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 99 | 248 | 0.14 | 0.60 | 0 | 0.03 | 286.31 | 0.91 | 0.68 |
| Hex | D6 | 63 | F8 | E | 3C | 0 | 3 | 11E | 5B | 44 |
| Octal | 326 | 143 | 370 | 16 | 74 | 0 | 3 | 436 | 133 | 104 |
| Binary | 11010110 | 1100011 | 11111000 | 1110 | 111100 | 0 | 11 | 100011110 | 1011011 | 1000100 |
Color Harmonies of #D663F8
Complementary color
Monochromatic Colors of #D663F8
Black with #D663F8
Text Example
Text Example
White with #D663F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D663F8; }
p { color: rgb(214,99,248); }
H1.HeaderClassName
{
color: #D663F8;
}
.AnyTagClassName
{
color: #D663F8;
}
</style>
background-color css
<style>
a { background-color: #D663F8; }
a { background-color: rgb(214,99,248); }
div.DivClassName
{
background-color: #D663F8;
}
.BgClassName
{
background-color: #D663F8;
}
</style>
border-color css
<style>
span { border-color: #D663F8; }
span { border-color: rgb(214,99,248); }
td.TdClassName
{
border-color: #D663F8;
}
.TagClassName
{
border-color: #D663F8;
}
</style>