Shades of Heliotrope #D257FE
Tints of Heliotrope #D257FE
RGB
CMYK
RGB Variations
Color information
#D257FE (or 0xD257FE) is known color: Heliotrope. HEX triplet: D2, 57 and FE. RGB value is (210,87,254). Sum of RGB (Red+Green+Blue) = 210+87+254=551 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.11% from 551); Green value is 87 (34.38% from 255 or 15.79% from 551); Blue value is 254 (99.61% from 255 or 46.10% from 551); Max value from RGB is 254 - color contains mainly: blue. Hex color #D257FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D257FE is #2DA801. Grayscale: #8E8E8E. Windows color (decimal): -2992130 or 16668626. OLE color: 16668626.
HSL color Cylindrical-coordinate representation of color #D257FE: hue angle of 284.19º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D257FE is Cyan = 0.17, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 210 | 87 | 254 | - |
| CMYK | 0.17 | 0.66 | 0 | 0.00 |
| HSL | 284.19º | 0.99% | 0.67% | - |
| HSV(B) | 284.19º | 0.66% | 1% | - |
| XYZ | 47.88 | 27.67 | 96.58 | - |
| YUV | 142.82 | 190.75 | 175.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 87 | 254 | 0.17 | 0.66 | 0 | 0.00 | 284.19 | 0.99 | 0.67 |
| Hex | D2 | 57 | FE | 11 | 42 | 0 | 0 | 11C | 63 | 43 |
| Octal | 322 | 127 | 376 | 21 | 102 | 0 | 0 | 434 | 143 | 103 |
| Binary | 11010010 | 1010111 | 11111110 | 10001 | 1000010 | 0 | 0 | 100011100 | 1100011 | 1000011 |
Color Harmonies of #D257FE
Complementary color
Monochromatic Colors of #D257FE
Black with #D257FE
Text Example
Text Example
White with #D257FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D257FE; }
p { color: rgb(210,87,254); }
H1.HeaderClassName
{
color: #D257FE;
}
.AnyTagClassName
{
color: #D257FE;
}
</style>
background-color css
<style>
a { background-color: #D257FE; }
a { background-color: rgb(210,87,254); }
div.DivClassName
{
background-color: #D257FE;
}
.BgClassName
{
background-color: #D257FE;
}
</style>
border-color css
<style>
span { border-color: #D257FE; }
span { border-color: rgb(210,87,254); }
td.TdClassName
{
border-color: #D257FE;
}
.TagClassName
{
border-color: #D257FE;
}
</style>