Shades of Heliotrope #D775FE
Tints of Heliotrope #D775FE
RGB
CMYK
RGB Variations
Color information
#D775FE (or 0xD775FE) is known color: Heliotrope. HEX triplet: D7, 75 and FE. RGB value is (215,117,254). Sum of RGB (Red+Green+Blue) = 215+117+254=586 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.69% from 586); Green value is 117 (46.09% from 255 or 19.97% from 586); Blue value is 254 (99.61% from 255 or 43.34% from 586); Max value from RGB is 254 - color contains mainly: blue. Hex color #D775FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D775FE is #288A01. Grayscale: #A1A1A1. Windows color (decimal): -2656770 or 16676311. OLE color: 16676311.
HSL color Cylindrical-coordinate representation of color #D775FE: hue angle of 282.92º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D775FE is Cyan = 0.15, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 215 | 117 | 254 | - |
| CMYK | 0.15 | 0.54 | 0 | 0.00 |
| HSL | 282.92º | 0.99% | 0.73% | - |
| HSV(B) | 282.92º | 0.54% | 1% | - |
| XYZ | 52.28 | 34.33 | 97.64 | - |
| YUV | 161.92 | 179.97 | 165.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 117 | 254 | 0.15 | 0.54 | 0 | 0.00 | 282.92 | 0.99 | 0.73 |
| Hex | D7 | 75 | FE | F | 36 | 0 | 0 | 11B | 63 | 49 |
| Octal | 327 | 165 | 376 | 17 | 66 | 0 | 0 | 433 | 143 | 111 |
| Binary | 11010111 | 1110101 | 11111110 | 1111 | 110110 | 0 | 0 | 100011011 | 1100011 | 1001001 |
Color Harmonies of #D775FE
Complementary color
Monochromatic Colors of #D775FE
Black with #D775FE
Text Example
Text Example
White with #D775FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D775FE; }
p { color: rgb(215,117,254); }
H1.HeaderClassName
{
color: #D775FE;
}
.AnyTagClassName
{
color: #D775FE;
}
</style>
background-color css
<style>
a { background-color: #D775FE; }
a { background-color: rgb(215,117,254); }
div.DivClassName
{
background-color: #D775FE;
}
.BgClassName
{
background-color: #D775FE;
}
</style>
border-color css
<style>
span { border-color: #D775FE; }
span { border-color: rgb(215,117,254); }
td.TdClassName
{
border-color: #D775FE;
}
.TagClassName
{
border-color: #D775FE;
}
</style>