Shades of Heliotrope #D757FF
Tints of Heliotrope #D757FF
RGB
CMYK
RGB Variations
Color information
#D757FF (or 0xD757FF) is known color: Heliotrope. HEX triplet: D7, 57 and FF. RGB value is (215,87,255). Sum of RGB (Red+Green+Blue) = 215+87+255=557 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.60% from 557); Green value is 87 (34.38% from 255 or 15.62% from 557); Blue value is 255 (100% from 255 or 45.78% from 557); Max value from RGB is 255 - color contains mainly: blue. Hex color #D757FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D757FF is #28A800. Grayscale: #8F8F8F. Windows color (decimal): -2664449 or 16734167. OLE color: 16734167.
HSL color Cylindrical-coordinate representation of color #D757FF: hue angle of 285.71º 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 #D757FF is Cyan = 0.16, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 215 | 87 | 255 | - |
| CMYK | 0.16 | 0.66 | 0 | 0 |
| HSL | 285.71º | 1% | 0.67% | - |
| HSV(B) | 285.71º | 0.66% | 1% | - |
| XYZ | 49.48 | 28.48 | 97.5 | - |
| YUV | 144.42 | 190.41 | 178.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 87 | 255 | 0.16 | 0.66 | 0 | 0 | 285.71 | 1 | 0.67 |
| Hex | D7 | 57 | FF | 10 | 42 | 0 | 0 | 11E | 64 | 43 |
| Octal | 327 | 127 | 377 | 20 | 102 | 0 | 0 | 436 | 144 | 103 |
| Binary | 11010111 | 1010111 | 11111111 | 10000 | 1000010 | 0 | 0 | 100011110 | 1100100 | 1000011 |
Color Harmonies of #D757FF
Complementary color
Monochromatic Colors of #D757FF
Black with #D757FF
Text Example
Text Example
White with #D757FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D757FF; }
p { color: rgb(215,87,255); }
H1.HeaderClassName
{
color: #D757FF;
}
.AnyTagClassName
{
color: #D757FF;
}
</style>
background-color css
<style>
a { background-color: #D757FF; }
a { background-color: rgb(215,87,255); }
div.DivClassName
{
background-color: #D757FF;
}
.BgClassName
{
background-color: #D757FF;
}
</style>
border-color css
<style>
span { border-color: #D757FF; }
span { border-color: rgb(215,87,255); }
td.TdClassName
{
border-color: #D757FF;
}
.TagClassName
{
border-color: #D757FF;
}
</style>