Shades of Heliotrope #D967FE
Tints of Heliotrope #D967FE
RGB
CMYK
RGB Variations
Color information
#D967FE (or 0xD967FE) is known color: Heliotrope. HEX triplet: D9, 67 and FE. RGB value is (217,103,254). Sum of RGB (Red+Green+Blue) = 217+103+254=574 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.80% from 574); Green value is 103 (40.62% from 255 or 17.94% from 574); Blue value is 254 (99.61% from 255 or 44.25% from 574); Max value from RGB is 254 - color contains mainly: blue. Hex color #D967FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D967FE is #269801. Grayscale: #999999. Windows color (decimal): -2529282 or 16672729. OLE color: 16672729.
HSL color Cylindrical-coordinate representation of color #D967FE: hue angle of 285.3º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D967FE is Cyan = 0.15, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 217 | 103 | 254 | - |
| CMYK | 0.15 | 0.59 | 0 | 0.00 |
| HSL | 285.3º | 0.99% | 0.7% | - |
| HSV(B) | 285.3º | 0.59% | 1% | - |
| XYZ | 51.35 | 31.61 | 97.16 | - |
| YUV | 154.3 | 184.27 | 172.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 103 | 254 | 0.15 | 0.59 | 0 | 0.00 | 285.3 | 0.99 | 0.7 |
| Hex | D9 | 67 | FE | F | 3B | 0 | 0 | 11D | 63 | 46 |
| Octal | 331 | 147 | 376 | 17 | 73 | 0 | 0 | 435 | 143 | 106 |
| Binary | 11011001 | 1100111 | 11111110 | 1111 | 111011 | 0 | 0 | 100011101 | 1100011 | 1000110 |
Color Harmonies of #D967FE
Complementary color
Monochromatic Colors of #D967FE
Black with #D967FE
Text Example
Text Example
White with #D967FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D967FE; }
p { color: rgb(217,103,254); }
H1.HeaderClassName
{
color: #D967FE;
}
.AnyTagClassName
{
color: #D967FE;
}
</style>
background-color css
<style>
a { background-color: #D967FE; }
a { background-color: rgb(217,103,254); }
div.DivClassName
{
background-color: #D967FE;
}
.BgClassName
{
background-color: #D967FE;
}
</style>
border-color css
<style>
span { border-color: #D967FE; }
span { border-color: rgb(217,103,254); }
td.TdClassName
{
border-color: #D967FE;
}
.TagClassName
{
border-color: #D967FE;
}
</style>