Shades of Heliotrope #D566F1
Tints of Heliotrope #D566F1
RGB
CMYK
RGB Variations
Color information
#D566F1 (or 0xD566F1) is known color: Heliotrope. HEX triplet: D5, 66 and F1. RGB value is (213,102,241). Sum of RGB (Red+Green+Blue) = 213+102+241=556 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.31% from 556); Green value is 102 (40.23% from 255 or 18.35% from 556); Blue value is 241 (94.53% from 255 or 43.35% from 556); Max value from RGB is 241 - color contains mainly: blue. Hex color #D566F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D566F1 is #2A990E. Grayscale: #969696. Windows color (decimal): -2791695 or 15820501. OLE color: 15820501.
HSL color Cylindrical-coordinate representation of color #D566F1: hue angle of 287.91º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D566F1 is Cyan = 0.12, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 213 | 102 | 241 | - |
| CMYK | 0.12 | 0.58 | 0 | 0.05 |
| HSL | 287.91º | 0.83% | 0.67% | - |
| HSV(B) | 287.91º | 0.58% | 0.95% | - |
| XYZ | 48.07 | 30 | 86.48 | - |
| YUV | 151.04 | 178.77 | 172.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 102 | 241 | 0.12 | 0.58 | 0 | 0.05 | 287.91 | 0.83 | 0.67 |
| Hex | D5 | 66 | F1 | C | 3A | 0 | 5 | 120 | 53 | 43 |
| Octal | 325 | 146 | 361 | 14 | 72 | 0 | 5 | 440 | 123 | 103 |
| Binary | 11010101 | 1100110 | 11110001 | 1100 | 111010 | 0 | 101 | 100100000 | 1010011 | 1000011 |
Color Harmonies of #D566F1
Complementary color
Monochromatic Colors of #D566F1
Black with #D566F1
Text Example
Text Example
White with #D566F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D566F1; }
p { color: rgb(213,102,241); }
H1.HeaderClassName
{
color: #D566F1;
}
.AnyTagClassName
{
color: #D566F1;
}
</style>
background-color css
<style>
a { background-color: #D566F1; }
a { background-color: rgb(213,102,241); }
div.DivClassName
{
background-color: #D566F1;
}
.BgClassName
{
background-color: #D566F1;
}
</style>
border-color css
<style>
span { border-color: #D566F1; }
span { border-color: rgb(213,102,241); }
td.TdClassName
{
border-color: #D566F1;
}
.TagClassName
{
border-color: #D566F1;
}
</style>