Shades of Heliotrope #D057FF
Tints of Heliotrope #D057FF
RGB
CMYK
RGB Variations
Color information
#D057FF (or 0xD057FF) is known color: Heliotrope. HEX triplet: D0, 57 and FF. RGB value is (208,87,255). Sum of RGB (Red+Green+Blue) = 208+87+255=550 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.82% from 550); Green value is 87 (34.38% from 255 or 15.82% from 550); Blue value is 255 (100% from 255 or 46.36% from 550); Max value from RGB is 255 - color contains mainly: blue. Hex color #D057FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D057FF is #2FA800. Grayscale: #8D8D8D. Windows color (decimal): -3123201 or 16734160. OLE color: 16734160.
HSL color Cylindrical-coordinate representation of color #D057FF: hue angle of 283.21º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D057FF is Cyan = 0.18, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 208 | 87 | 255 | - |
| CMYK | 0.18 | 0.66 | 0 | 0 |
| HSL | 283.21º | 1% | 0.67% | - |
| HSV(B) | 283.21º | 0.66% | 1% | - |
| XYZ | 47.47 | 27.45 | 97.4 | - |
| YUV | 142.33 | 191.59 | 174.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 87 | 255 | 0.18 | 0.66 | 0 | 0 | 283.21 | 1 | 0.67 |
| Hex | D0 | 57 | FF | 12 | 42 | 0 | 0 | 11B | 64 | 43 |
| Octal | 320 | 127 | 377 | 22 | 102 | 0 | 0 | 433 | 144 | 103 |
| Binary | 11010000 | 1010111 | 11111111 | 10010 | 1000010 | 0 | 0 | 100011011 | 1100100 | 1000011 |
Color Harmonies of #D057FF
Complementary color
Monochromatic Colors of #D057FF
Black with #D057FF
Text Example
Text Example
White with #D057FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D057FF; }
p { color: rgb(208,87,255); }
H1.HeaderClassName
{
color: #D057FF;
}
.AnyTagClassName
{
color: #D057FF;
}
</style>
background-color css
<style>
a { background-color: #D057FF; }
a { background-color: rgb(208,87,255); }
div.DivClassName
{
background-color: #D057FF;
}
.BgClassName
{
background-color: #D057FF;
}
</style>
border-color css
<style>
span { border-color: #D057FF; }
span { border-color: rgb(208,87,255); }
td.TdClassName
{
border-color: #D057FF;
}
.TagClassName
{
border-color: #D057FF;
}
</style>