Shades of Heliotrope #D965F8
Tints of Heliotrope #D965F8
RGB
CMYK
RGB Variations
Color information
#D965F8 (or 0xD965F8) is known color: Heliotrope. HEX triplet: D9, 65 and F8. RGB value is (217,101,248). Sum of RGB (Red+Green+Blue) = 217+101+248=566 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.34% from 566); Green value is 101 (39.84% from 255 or 17.84% from 566); Blue value is 248 (97.27% from 255 or 43.82% from 566); Max value from RGB is 248 - color contains mainly: blue. Hex color #D965F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D965F8 is #269A07. Grayscale: #979797. Windows color (decimal): -2529800 or 16279001. OLE color: 16279001.
HSL color Cylindrical-coordinate representation of color #D965F8: hue angle of 287.35º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D965F8 is Cyan = 0.12, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 217 | 101 | 248 | - |
| CMYK | 0.12 | 0.59 | 0 | 0.03 |
| HSL | 287.35º | 0.91% | 0.68% | - |
| HSV(B) | 287.35º | 0.59% | 0.97% | - |
| XYZ | 50.21 | 30.84 | 92.11 | - |
| YUV | 152.44 | 181.93 | 174.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 101 | 248 | 0.12 | 0.59 | 0 | 0.03 | 287.35 | 0.91 | 0.68 |
| Hex | D9 | 65 | F8 | C | 3B | 0 | 3 | 11F | 5B | 44 |
| Octal | 331 | 145 | 370 | 14 | 73 | 0 | 3 | 437 | 133 | 104 |
| Binary | 11011001 | 1100101 | 11111000 | 1100 | 111011 | 0 | 11 | 100011111 | 1011011 | 1000100 |
Color Harmonies of #D965F8
Complementary color
Monochromatic Colors of #D965F8
Black with #D965F8
Text Example
Text Example
White with #D965F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D965F8; }
p { color: rgb(217,101,248); }
H1.HeaderClassName
{
color: #D965F8;
}
.AnyTagClassName
{
color: #D965F8;
}
</style>
background-color css
<style>
a { background-color: #D965F8; }
a { background-color: rgb(217,101,248); }
div.DivClassName
{
background-color: #D965F8;
}
.BgClassName
{
background-color: #D965F8;
}
</style>
border-color css
<style>
span { border-color: #D965F8; }
span { border-color: rgb(217,101,248); }
td.TdClassName
{
border-color: #D965F8;
}
.TagClassName
{
border-color: #D965F8;
}
</style>