Shades of Heliotrope #D566FE
Tints of Heliotrope #D566FE
RGB
CMYK
RGB Variations
Color information
#D566FE (or 0xD566FE) is known color: Heliotrope. HEX triplet: D5, 66 and FE. RGB value is (213,102,254). Sum of RGB (Red+Green+Blue) = 213+102+254=569 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.43% from 569); Green value is 102 (40.23% from 255 or 17.93% from 569); Blue value is 254 (99.61% from 255 or 44.64% from 569); Max value from RGB is 254 - color contains mainly: blue. Hex color #D566FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D566FE is #2A9901. Grayscale: #989898. Windows color (decimal): -2791682 or 16672469. OLE color: 16672469.
HSL color Cylindrical-coordinate representation of color #D566FE: hue angle of 283.82º 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 #D566FE is Cyan = 0.16, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 213 | 102 | 254 | - |
| CMYK | 0.16 | 0.60 | 0 | 0.00 |
| HSL | 283.82º | 0.99% | 0.7% | - |
| HSV(B) | 283.82º | 0.6% | 1% | - |
| XYZ | 50.08 | 30.8 | 97.07 | - |
| YUV | 152.52 | 185.27 | 171.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 102 | 254 | 0.16 | 0.60 | 0 | 0.00 | 283.82 | 0.99 | 0.7 |
| Hex | D5 | 66 | FE | 10 | 3C | 0 | 0 | 11C | 63 | 46 |
| Octal | 325 | 146 | 376 | 20 | 74 | 0 | 0 | 434 | 143 | 106 |
| Binary | 11010101 | 1100110 | 11111110 | 10000 | 111100 | 0 | 0 | 100011100 | 1100011 | 1000110 |
Color Harmonies of #D566FE
Complementary color
Monochromatic Colors of #D566FE
Black with #D566FE
Text Example
Text Example
White with #D566FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D566FE; }
p { color: rgb(213,102,254); }
H1.HeaderClassName
{
color: #D566FE;
}
.AnyTagClassName
{
color: #D566FE;
}
</style>
background-color css
<style>
a { background-color: #D566FE; }
a { background-color: rgb(213,102,254); }
div.DivClassName
{
background-color: #D566FE;
}
.BgClassName
{
background-color: #D566FE;
}
</style>
border-color css
<style>
span { border-color: #D566FE; }
span { border-color: rgb(213,102,254); }
td.TdClassName
{
border-color: #D566FE;
}
.TagClassName
{
border-color: #D566FE;
}
</style>