Shades of Heliotrope #D651FE
Tints of Heliotrope #D651FE
RGB
CMYK
RGB Variations
Color information
#D651FE (or 0xD651FE) is known color: Heliotrope. HEX triplet: D6, 51 and FE. RGB value is (214,81,254). Sum of RGB (Red+Green+Blue) = 214+81+254=549 (72% of max value = 765). Red value is 214 (83.98% from 255 or 38.98% from 549); Green value is 81 (32.03% from 255 or 14.75% from 549); Blue value is 254 (99.61% from 255 or 46.27% from 549); Max value from RGB is 254 - color contains mainly: blue. Hex color #D651FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D651FE is #29AE01. Grayscale: #8B8B8B. Windows color (decimal): -2731522 or 16667094. OLE color: 16667094.
HSL color Cylindrical-coordinate representation of color #D651FE: hue angle of 286.13º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D651FE is Cyan = 0.16, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 214 | 81 | 254 | - |
| CMYK | 0.16 | 0.68 | 0 | 0.00 |
| HSL | 286.13º | 0.99% | 0.66% | - |
| HSV(B) | 286.13º | 0.68% | 1% | - |
| XYZ | 48.56 | 27.34 | 96.48 | - |
| YUV | 140.49 | 192.06 | 180.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 81 | 254 | 0.16 | 0.68 | 0 | 0.00 | 286.13 | 0.99 | 0.66 |
| Hex | D6 | 51 | FE | 10 | 44 | 0 | 0 | 11E | 63 | 42 |
| Octal | 326 | 121 | 376 | 20 | 104 | 0 | 0 | 436 | 143 | 102 |
| Binary | 11010110 | 1010001 | 11111110 | 10000 | 1000100 | 0 | 0 | 100011110 | 1100011 | 1000010 |
Color Harmonies of #D651FE
Complementary color
Monochromatic Colors of #D651FE
Black with #D651FE
Text Example
Text Example
White with #D651FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D651FE; }
p { color: rgb(214,81,254); }
H1.HeaderClassName
{
color: #D651FE;
}
.AnyTagClassName
{
color: #D651FE;
}
</style>
background-color css
<style>
a { background-color: #D651FE; }
a { background-color: rgb(214,81,254); }
div.DivClassName
{
background-color: #D651FE;
}
.BgClassName
{
background-color: #D651FE;
}
</style>
border-color css
<style>
span { border-color: #D651FE; }
span { border-color: rgb(214,81,254); }
td.TdClassName
{
border-color: #D651FE;
}
.TagClassName
{
border-color: #D651FE;
}
</style>