Shades of Heliotrope #D949FE
Tints of Heliotrope #D949FE
RGB
CMYK
RGB Variations
Color information
#D949FE (or 0xD949FE) is known color: Heliotrope. HEX triplet: D9, 49 and FE. RGB value is (217,73,254). Sum of RGB (Red+Green+Blue) = 217+73+254=544 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.89% from 544); Green value is 73 (28.91% from 255 or 13.42% from 544); Blue value is 254 (99.61% from 255 or 46.69% from 544); Max value from RGB is 254 - color contains mainly: blue. Hex color #D949FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D949FE is #26B601. Grayscale: #888888. Windows color (decimal): -2536962 or 16665049. OLE color: 16665049.
HSL color Cylindrical-coordinate representation of color #D949FE: hue angle of 287.73º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D949FE is Cyan = 0.15, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 217 | 73 | 254 | - |
| CMYK | 0.15 | 0.71 | 0 | 0.00 |
| HSL | 287.73º | 0.99% | 0.64% | - |
| HSV(B) | 287.73º | 0.71% | 1% | - |
| XYZ | 48.89 | 26.67 | 96.34 | - |
| YUV | 136.69 | 194.21 | 185.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 73 | 254 | 0.15 | 0.71 | 0 | 0.00 | 287.73 | 0.99 | 0.64 |
| Hex | D9 | 49 | FE | F | 47 | 0 | 0 | 120 | 63 | 40 |
| Octal | 331 | 111 | 376 | 17 | 107 | 0 | 0 | 440 | 143 | 100 |
| Binary | 11011001 | 1001001 | 11111110 | 1111 | 1000111 | 0 | 0 | 100100000 | 1100011 | 1000000 |
Color Harmonies of #D949FE
Complementary color
Monochromatic Colors of #D949FE
Black with #D949FE
Text Example
Text Example
White with #D949FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D949FE; }
p { color: rgb(217,73,254); }
H1.HeaderClassName
{
color: #D949FE;
}
.AnyTagClassName
{
color: #D949FE;
}
</style>
background-color css
<style>
a { background-color: #D949FE; }
a { background-color: rgb(217,73,254); }
div.DivClassName
{
background-color: #D949FE;
}
.BgClassName
{
background-color: #D949FE;
}
</style>
border-color css
<style>
span { border-color: #D949FE; }
span { border-color: rgb(217,73,254); }
td.TdClassName
{
border-color: #D949FE;
}
.TagClassName
{
border-color: #D949FE;
}
</style>