Shades of Heliotrope #D55EFE
Tints of Heliotrope #D55EFE
RGB
CMYK
RGB Variations
Color information
#D55EFE (or 0xD55EFE) is known color: Heliotrope. HEX triplet: D5, 5E and FE. RGB value is (213,94,254). Sum of RGB (Red+Green+Blue) = 213+94+254=561 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.97% from 561); Green value is 94 (37.11% from 255 or 16.76% from 561); Blue value is 254 (99.61% from 255 or 45.28% from 561); Max value from RGB is 254 - color contains mainly: blue. Hex color #D55EFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D55EFE is #2AA101. Grayscale: #939393. Windows color (decimal): -2793730 or 16670421. OLE color: 16670421.
HSL color Cylindrical-coordinate representation of color #D55EFE: hue angle of 284.62º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D55EFE is Cyan = 0.16, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 213 | 94 | 254 | - |
| CMYK | 0.16 | 0.63 | 0 | 0.00 |
| HSL | 284.63º | 0.99% | 0.68% | - |
| HSV(B) | 284.63º | 0.63% | 1% | - |
| XYZ | 49.33 | 29.31 | 96.82 | - |
| YUV | 147.82 | 187.92 | 174.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 94 | 254 | 0.16 | 0.63 | 0 | 0.00 | 284.63 | 0.99 | 0.68 |
| Hex | D5 | 5E | FE | 10 | 3F | 0 | 0 | 11D | 63 | 44 |
| Octal | 325 | 136 | 376 | 20 | 77 | 0 | 0 | 435 | 143 | 104 |
| Binary | 11010101 | 1011110 | 11111110 | 10000 | 111111 | 0 | 0 | 100011101 | 1100011 | 1000100 |
Color Harmonies of #D55EFE
Complementary color
Monochromatic Colors of #D55EFE
Black with #D55EFE
Text Example
Text Example
White with #D55EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55EFE; }
p { color: rgb(213,94,254); }
H1.HeaderClassName
{
color: #D55EFE;
}
.AnyTagClassName
{
color: #D55EFE;
}
</style>
background-color css
<style>
a { background-color: #D55EFE; }
a { background-color: rgb(213,94,254); }
div.DivClassName
{
background-color: #D55EFE;
}
.BgClassName
{
background-color: #D55EFE;
}
</style>
border-color css
<style>
span { border-color: #D55EFE; }
span { border-color: rgb(213,94,254); }
td.TdClassName
{
border-color: #D55EFE;
}
.TagClassName
{
border-color: #D55EFE;
}
</style>