Shades of Heliotrope #D055F1
Tints of Heliotrope #D055F1
RGB
CMYK
RGB Variations
Color information
#D055F1 (or 0xD055F1) is known color: Heliotrope. HEX triplet: D0, 55 and F1. RGB value is (208,85,241). Sum of RGB (Red+Green+Blue) = 208+85+241=534 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.95% from 534); Green value is 85 (33.59% from 255 or 15.92% from 534); Blue value is 241 (94.53% from 255 or 45.13% from 534); Max value from RGB is 241 - color contains mainly: blue. Hex color #D055F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D055F1 is #2FAA0E. Grayscale: #8B8B8B. Windows color (decimal): -3123727 or 15816144. OLE color: 15816144.
HSL color Cylindrical-coordinate representation of color #D055F1: hue angle of 287.31º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D055F1 is Cyan = 0.14, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 208 | 85 | 241 | - |
| CMYK | 0.14 | 0.65 | 0 | 0.05 |
| HSL | 287.31º | 0.85% | 0.64% | - |
| HSV(B) | 287.31º | 0.65% | 0.95% | - |
| XYZ | 45.14 | 26.26 | 85.91 | - |
| YUV | 139.56 | 185.25 | 176.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 85 | 241 | 0.14 | 0.65 | 0 | 0.05 | 287.31 | 0.85 | 0.64 |
| Hex | D0 | 55 | F1 | E | 41 | 0 | 5 | 11F | 55 | 40 |
| Octal | 320 | 125 | 361 | 16 | 101 | 0 | 5 | 437 | 125 | 100 |
| Binary | 11010000 | 1010101 | 11110001 | 1110 | 1000001 | 0 | 101 | 100011111 | 1010101 | 1000000 |
Color Harmonies of #D055F1
Complementary color
Monochromatic Colors of #D055F1
Black with #D055F1
Text Example
Text Example
White with #D055F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D055F1; }
p { color: rgb(208,85,241); }
H1.HeaderClassName
{
color: #D055F1;
}
.AnyTagClassName
{
color: #D055F1;
}
</style>
background-color css
<style>
a { background-color: #D055F1; }
a { background-color: rgb(208,85,241); }
div.DivClassName
{
background-color: #D055F1;
}
.BgClassName
{
background-color: #D055F1;
}
</style>
border-color css
<style>
span { border-color: #D055F1; }
span { border-color: rgb(208,85,241); }
td.TdClassName
{
border-color: #D055F1;
}
.TagClassName
{
border-color: #D055F1;
}
</style>