Shades of Heliotrope #D967F5
Tints of Heliotrope #D967F5
RGB
CMYK
RGB Variations
Color information
#D967F5 (or 0xD967F5) is known color: Heliotrope. HEX triplet: D9, 67 and F5. RGB value is (217,103,245). Sum of RGB (Red+Green+Blue) = 217+103+245=565 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.41% from 565); Green value is 103 (40.62% from 255 or 18.23% from 565); Blue value is 245 (96.09% from 255 or 43.36% from 565); Max value from RGB is 245 - color contains mainly: blue. Hex color #D967F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D967F5 is #26980A. Grayscale: #989898. Windows color (decimal): -2529291 or 16082905. OLE color: 16082905.
HSL color Cylindrical-coordinate representation of color #D967F5: hue angle of 288.17º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D967F5 is Cyan = 0.11, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 217 | 103 | 245 | - |
| CMYK | 0.11 | 0.58 | 0 | 0.04 |
| HSL | 288.17º | 0.88% | 0.68% | - |
| HSV(B) | 288.17º | 0.58% | 0.96% | - |
| XYZ | 49.95 | 31.04 | 89.75 | - |
| YUV | 153.27 | 179.77 | 173.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 103 | 245 | 0.11 | 0.58 | 0 | 0.04 | 288.17 | 0.88 | 0.68 |
| Hex | D9 | 67 | F5 | B | 3A | 0 | 4 | 120 | 58 | 44 |
| Octal | 331 | 147 | 365 | 13 | 72 | 0 | 4 | 440 | 130 | 104 |
| Binary | 11011001 | 1100111 | 11110101 | 1011 | 111010 | 0 | 100 | 100100000 | 1011000 | 1000100 |
Color Harmonies of #D967F5
Complementary color
Monochromatic Colors of #D967F5
Black with #D967F5
Text Example
Text Example
White with #D967F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D967F5; }
p { color: rgb(217,103,245); }
H1.HeaderClassName
{
color: #D967F5;
}
.AnyTagClassName
{
color: #D967F5;
}
</style>
background-color css
<style>
a { background-color: #D967F5; }
a { background-color: rgb(217,103,245); }
div.DivClassName
{
background-color: #D967F5;
}
.BgClassName
{
background-color: #D967F5;
}
</style>
border-color css
<style>
span { border-color: #D967F5; }
span { border-color: rgb(217,103,245); }
td.TdClassName
{
border-color: #D967F5;
}
.TagClassName
{
border-color: #D967F5;
}
</style>