Shades of Heliotrope #D950F5
Tints of Heliotrope #D950F5
RGB
CMYK
RGB Variations
Color information
#D950F5 (or 0xD950F5) is known color: Heliotrope. HEX triplet: D9, 50 and F5. RGB value is (217,80,245). Sum of RGB (Red+Green+Blue) = 217+80+245=542 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.04% from 542); Green value is 80 (31.64% from 255 or 14.76% from 542); Blue value is 245 (96.09% from 255 or 45.20% from 542); Max value from RGB is 245 - color contains mainly: blue. Hex color #D950F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D950F5 is #26AF0A. Grayscale: #8B8B8B. Windows color (decimal): -2535179 or 16077017. OLE color: 16077017.
HSL color Cylindrical-coordinate representation of color #D950F5: hue angle of 289.82º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D950F5 is Cyan = 0.11, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 217 | 80 | 245 | - |
| CMYK | 0.11 | 0.67 | 0 | 0.04 |
| HSL | 289.82º | 0.89% | 0.64% | - |
| HSV(B) | 289.82º | 0.67% | 0.96% | - |
| XYZ | 47.97 | 27.08 | 89.09 | - |
| YUV | 139.77 | 187.39 | 183.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 80 | 245 | 0.11 | 0.67 | 0 | 0.04 | 289.82 | 0.89 | 0.64 |
| Hex | D9 | 50 | F5 | B | 43 | 0 | 4 | 122 | 59 | 40 |
| Octal | 331 | 120 | 365 | 13 | 103 | 0 | 4 | 442 | 131 | 100 |
| Binary | 11011001 | 1010000 | 11110101 | 1011 | 1000011 | 0 | 100 | 100100010 | 1011001 | 1000000 |
Color Harmonies of #D950F5
Complementary color
Monochromatic Colors of #D950F5
Black with #D950F5
Text Example
Text Example
White with #D950F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D950F5; }
p { color: rgb(217,80,245); }
H1.HeaderClassName
{
color: #D950F5;
}
.AnyTagClassName
{
color: #D950F5;
}
</style>
background-color css
<style>
a { background-color: #D950F5; }
a { background-color: rgb(217,80,245); }
div.DivClassName
{
background-color: #D950F5;
}
.BgClassName
{
background-color: #D950F5;
}
</style>
border-color css
<style>
span { border-color: #D950F5; }
span { border-color: rgb(217,80,245); }
td.TdClassName
{
border-color: #D950F5;
}
.TagClassName
{
border-color: #D950F5;
}
</style>