Shades of Heliotrope #D557FE
Tints of Heliotrope #D557FE
RGB
CMYK
RGB Variations
Color information
#D557FE (or 0xD557FE) is known color: Heliotrope. HEX triplet: D5, 57 and FE. RGB value is (213,87,254). Sum of RGB (Red+Green+Blue) = 213+87+254=554 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.45% from 554); Green value is 87 (34.38% from 255 or 15.70% from 554); Blue value is 254 (99.61% from 255 or 45.85% from 554); Max value from RGB is 254 - color contains mainly: blue. Hex color #D557FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D557FE is #2AA801. Grayscale: #8F8F8F. Windows color (decimal): -2795522 or 16668629. OLE color: 16668629.
HSL color Cylindrical-coordinate representation of color #D557FE: hue angle of 285.27º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D557FE is Cyan = 0.16, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 213 | 87 | 254 | - |
| CMYK | 0.16 | 0.66 | 0 | 0.00 |
| HSL | 285.27º | 0.99% | 0.67% | - |
| HSV(B) | 285.27º | 0.66% | 1% | - |
| XYZ | 48.74 | 28.12 | 96.62 | - |
| YUV | 143.71 | 190.24 | 177.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 87 | 254 | 0.16 | 0.66 | 0 | 0.00 | 285.27 | 0.99 | 0.67 |
| Hex | D5 | 57 | FE | 10 | 42 | 0 | 0 | 11D | 63 | 43 |
| Octal | 325 | 127 | 376 | 20 | 102 | 0 | 0 | 435 | 143 | 103 |
| Binary | 11010101 | 1010111 | 11111110 | 10000 | 1000010 | 0 | 0 | 100011101 | 1100011 | 1000011 |
Color Harmonies of #D557FE
Complementary color
Monochromatic Colors of #D557FE
Black with #D557FE
Text Example
Text Example
White with #D557FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D557FE; }
p { color: rgb(213,87,254); }
H1.HeaderClassName
{
color: #D557FE;
}
.AnyTagClassName
{
color: #D557FE;
}
</style>
background-color css
<style>
a { background-color: #D557FE; }
a { background-color: rgb(213,87,254); }
div.DivClassName
{
background-color: #D557FE;
}
.BgClassName
{
background-color: #D557FE;
}
</style>
border-color css
<style>
span { border-color: #D557FE; }
span { border-color: rgb(213,87,254); }
td.TdClassName
{
border-color: #D557FE;
}
.TagClassName
{
border-color: #D557FE;
}
</style>