Shades of Heliotrope #D366FE
Tints of Heliotrope #D366FE
RGB
CMYK
RGB Variations
Color information
#D366FE (or 0xD366FE) is known color: Heliotrope. HEX triplet: D3, 66 and FE. RGB value is (211,102,254). Sum of RGB (Red+Green+Blue) = 211+102+254=567 (75% of max value = 765). Red value is 211 (82.81% from 255 or 37.21% from 567); Green value is 102 (40.23% from 255 or 17.99% from 567); Blue value is 254 (99.61% from 255 or 44.80% from 567); Max value from RGB is 254 - color contains mainly: blue. Hex color #D366FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D366FE is #2C9901. Grayscale: #979797. Windows color (decimal): -2922754 or 16672467. OLE color: 16672467.
HSL color Cylindrical-coordinate representation of color #D366FE: hue angle of 283.03º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D366FE is Cyan = 0.17, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 211 | 102 | 254 | - |
| CMYK | 0.17 | 0.60 | 0 | 0.00 |
| HSL | 283.03º | 0.99% | 0.7% | - |
| HSV(B) | 283.03º | 0.6% | 1% | - |
| XYZ | 49.5 | 30.51 | 97.05 | - |
| YUV | 151.92 | 185.61 | 170.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 102 | 254 | 0.17 | 0.60 | 0 | 0.00 | 283.03 | 0.99 | 0.7 |
| Hex | D3 | 66 | FE | 11 | 3C | 0 | 0 | 11B | 63 | 46 |
| Octal | 323 | 146 | 376 | 21 | 74 | 0 | 0 | 433 | 143 | 106 |
| Binary | 11010011 | 1100110 | 11111110 | 10001 | 111100 | 0 | 0 | 100011011 | 1100011 | 1000110 |
Color Harmonies of #D366FE
Complementary color
Monochromatic Colors of #D366FE
Black with #D366FE
Text Example
Text Example
White with #D366FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D366FE; }
p { color: rgb(211,102,254); }
H1.HeaderClassName
{
color: #D366FE;
}
.AnyTagClassName
{
color: #D366FE;
}
</style>
background-color css
<style>
a { background-color: #D366FE; }
a { background-color: rgb(211,102,254); }
div.DivClassName
{
background-color: #D366FE;
}
.BgClassName
{
background-color: #D366FE;
}
</style>
border-color css
<style>
span { border-color: #D366FE; }
span { border-color: rgb(211,102,254); }
td.TdClassName
{
border-color: #D366FE;
}
.TagClassName
{
border-color: #D366FE;
}
</style>