Shades of Heliotrope #D963F8
Tints of Heliotrope #D963F8
RGB
CMYK
RGB Variations
Color information
#D963F8 (or 0xD963F8) is known color: Heliotrope. HEX triplet: D9, 63 and F8. RGB value is (217,99,248). Sum of RGB (Red+Green+Blue) = 217+99+248=564 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.48% from 564); Green value is 99 (39.06% from 255 or 17.55% from 564); Blue value is 248 (97.27% from 255 or 43.97% from 564); Max value from RGB is 248 - color contains mainly: blue. Hex color #D963F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D963F8 is #269C07. Grayscale: #969696. Windows color (decimal): -2530312 or 16278489. OLE color: 16278489.
HSL color Cylindrical-coordinate representation of color #D963F8: hue angle of 287.52º 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 #D963F8 is Cyan = 0.12, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 217 | 99 | 248 | - |
| CMYK | 0.12 | 0.60 | 0 | 0.03 |
| HSL | 287.52º | 0.91% | 0.68% | - |
| HSV(B) | 287.52º | 0.6% | 0.97% | - |
| XYZ | 50.02 | 30.45 | 92.05 | - |
| YUV | 151.27 | 182.59 | 174.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 99 | 248 | 0.12 | 0.60 | 0 | 0.03 | 287.52 | 0.91 | 0.68 |
| Hex | D9 | 63 | F8 | C | 3C | 0 | 3 | 120 | 5B | 44 |
| Octal | 331 | 143 | 370 | 14 | 74 | 0 | 3 | 440 | 133 | 104 |
| Binary | 11011001 | 1100011 | 11111000 | 1100 | 111100 | 0 | 11 | 100100000 | 1011011 | 1000100 |
Color Harmonies of #D963F8
Complementary color
Monochromatic Colors of #D963F8
Black with #D963F8
Text Example
Text Example
White with #D963F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D963F8; }
p { color: rgb(217,99,248); }
H1.HeaderClassName
{
color: #D963F8;
}
.AnyTagClassName
{
color: #D963F8;
}
</style>
background-color css
<style>
a { background-color: #D963F8; }
a { background-color: rgb(217,99,248); }
div.DivClassName
{
background-color: #D963F8;
}
.BgClassName
{
background-color: #D963F8;
}
</style>
border-color css
<style>
span { border-color: #D963F8; }
span { border-color: rgb(217,99,248); }
td.TdClassName
{
border-color: #D963F8;
}
.TagClassName
{
border-color: #D963F8;
}
</style>