Shades of Heliotrope #D757F2
Tints of Heliotrope #D757F2
RGB
CMYK
RGB Variations
Color information
#D757F2 (or 0xD757F2) is known color: Heliotrope. HEX triplet: D7, 57 and F2. RGB value is (215,87,242). Sum of RGB (Red+Green+Blue) = 215+87+242=544 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.52% from 544); Green value is 87 (34.38% from 255 or 15.99% from 544); Blue value is 242 (94.92% from 255 or 44.49% from 544); Max value from RGB is 242 - color contains mainly: blue. Hex color #D757F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D757F2 is #28A80D. Grayscale: #8E8E8E. Windows color (decimal): -2664462 or 15882199. OLE color: 15882199.
HSL color Cylindrical-coordinate representation of color #D757F2: hue angle of 289.55º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D757F2 is Cyan = 0.11, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 215 | 87 | 242 | - |
| CMYK | 0.11 | 0.64 | 0 | 0.05 |
| HSL | 289.55º | 0.86% | 0.65% | - |
| HSV(B) | 289.55º | 0.64% | 0.95% | - |
| XYZ | 47.46 | 27.67 | 86.84 | - |
| YUV | 142.94 | 183.91 | 179.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 87 | 242 | 0.11 | 0.64 | 0 | 0.05 | 289.55 | 0.86 | 0.65 |
| Hex | D7 | 57 | F2 | B | 40 | 0 | 5 | 122 | 56 | 41 |
| Octal | 327 | 127 | 362 | 13 | 100 | 0 | 5 | 442 | 126 | 101 |
| Binary | 11010111 | 1010111 | 11110010 | 1011 | 1000000 | 0 | 101 | 100100010 | 1010110 | 1000001 |
Color Harmonies of #D757F2
Complementary color
Monochromatic Colors of #D757F2
Black with #D757F2
Text Example
Text Example
White with #D757F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D757F2; }
p { color: rgb(215,87,242); }
H1.HeaderClassName
{
color: #D757F2;
}
.AnyTagClassName
{
color: #D757F2;
}
</style>
background-color css
<style>
a { background-color: #D757F2; }
a { background-color: rgb(215,87,242); }
div.DivClassName
{
background-color: #D757F2;
}
.BgClassName
{
background-color: #D757F2;
}
</style>
border-color css
<style>
span { border-color: #D757F2; }
span { border-color: rgb(215,87,242); }
td.TdClassName
{
border-color: #D757F2;
}
.TagClassName
{
border-color: #D757F2;
}
</style>