Shades of Heliotrope #D653FE
Tints of Heliotrope #D653FE
RGB
CMYK
RGB Variations
Color information
#D653FE (or 0xD653FE) is known color: Heliotrope. HEX triplet: D6, 53 and FE. RGB value is (214,83,254). Sum of RGB (Red+Green+Blue) = 214+83+254=551 (72% of max value = 765). Red value is 214 (83.98% from 255 or 38.84% from 551); Green value is 83 (32.81% from 255 or 15.06% from 551); Blue value is 254 (99.61% from 255 or 46.10% from 551); Max value from RGB is 254 - color contains mainly: blue. Hex color #D653FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D653FE is #29AC01. Grayscale: #8D8D8D. Windows color (decimal): -2731010 or 16667606. OLE color: 16667606.
HSL color Cylindrical-coordinate representation of color #D653FE: hue angle of 285.96º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D653FE is Cyan = 0.16, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 214 | 83 | 254 | - |
| CMYK | 0.16 | 0.67 | 0 | 0.00 |
| HSL | 285.96º | 0.99% | 0.66% | - |
| HSV(B) | 285.96º | 0.67% | 1% | - |
| XYZ | 48.71 | 27.64 | 96.53 | - |
| YUV | 141.66 | 191.4 | 179.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 83 | 254 | 0.16 | 0.67 | 0 | 0.00 | 285.96 | 0.99 | 0.66 |
| Hex | D6 | 53 | FE | 10 | 43 | 0 | 0 | 11E | 63 | 42 |
| Octal | 326 | 123 | 376 | 20 | 103 | 0 | 0 | 436 | 143 | 102 |
| Binary | 11010110 | 1010011 | 11111110 | 10000 | 1000011 | 0 | 0 | 100011110 | 1100011 | 1000010 |
Color Harmonies of #D653FE
Complementary color
Monochromatic Colors of #D653FE
Black with #D653FE
Text Example
Text Example
White with #D653FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D653FE; }
p { color: rgb(214,83,254); }
H1.HeaderClassName
{
color: #D653FE;
}
.AnyTagClassName
{
color: #D653FE;
}
</style>
background-color css
<style>
a { background-color: #D653FE; }
a { background-color: rgb(214,83,254); }
div.DivClassName
{
background-color: #D653FE;
}
.BgClassName
{
background-color: #D653FE;
}
</style>
border-color css
<style>
span { border-color: #D653FE; }
span { border-color: rgb(214,83,254); }
td.TdClassName
{
border-color: #D653FE;
}
.TagClassName
{
border-color: #D653FE;
}
</style>