Shades of Heliotrope #D257EE
Tints of Heliotrope #D257EE
RGB
CMYK
RGB Variations
Color information
#D257EE (or 0xD257EE) is known color: Heliotrope. HEX triplet: D2, 57 and EE. RGB value is (210,87,238). Sum of RGB (Red+Green+Blue) = 210+87+238=535 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.25% from 535); Green value is 87 (34.38% from 255 or 16.26% from 535); Blue value is 238 (93.36% from 255 or 44.49% from 535); Max value from RGB is 238 - color contains mainly: blue. Hex color #D257EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D257EE is #2DA811. Grayscale: #8C8C8C. Windows color (decimal): -2992146 or 15620050. OLE color: 15620050.
HSL color Cylindrical-coordinate representation of color #D257EE: hue angle of 288.87º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D257EE is Cyan = 0.12, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 87 | 238 | - |
| CMYK | 0.12 | 0.63 | 0 | 0.07 |
| HSL | 288.87º | 0.82% | 0.64% | - |
| HSV(B) | 288.87º | 0.63% | 0.93% | - |
| XYZ | 45.42 | 26.69 | 83.65 | - |
| YUV | 140.99 | 182.75 | 177.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 87 | 238 | 0.12 | 0.63 | 0 | 0.07 | 288.87 | 0.82 | 0.64 |
| Hex | D2 | 57 | EE | C | 3F | 0 | 7 | 121 | 52 | 40 |
| Octal | 322 | 127 | 356 | 14 | 77 | 0 | 7 | 441 | 122 | 100 |
| Binary | 11010010 | 1010111 | 11101110 | 1100 | 111111 | 0 | 111 | 100100001 | 1010010 | 1000000 |
Color Harmonies of #D257EE
Complementary color
Monochromatic Colors of #D257EE
Black with #D257EE
Text Example
Text Example
White with #D257EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D257EE; }
p { color: rgb(210,87,238); }
H1.HeaderClassName
{
color: #D257EE;
}
.AnyTagClassName
{
color: #D257EE;
}
</style>
background-color css
<style>
a { background-color: #D257EE; }
a { background-color: rgb(210,87,238); }
div.DivClassName
{
background-color: #D257EE;
}
.BgClassName
{
background-color: #D257EE;
}
</style>
border-color css
<style>
span { border-color: #D257EE; }
span { border-color: rgb(210,87,238); }
td.TdClassName
{
border-color: #D257EE;
}
.TagClassName
{
border-color: #D257EE;
}
</style>