Shades of Heliotrope #D257FF
Tints of Heliotrope #D257FF
RGB
CMYK
RGB Variations
Color information
#D257FF (or 0xD257FF) is known color: Heliotrope. HEX triplet: D2, 57 and FF. RGB value is (210,87,255). Sum of RGB (Red+Green+Blue) = 210+87+255=552 (73% of max value = 765). Red value is 210 (82.42% from 255 or 38.04% from 552); Green value is 87 (34.38% from 255 or 15.76% from 552); Blue value is 255 (100% from 255 or 46.20% from 552); Max value from RGB is 255 - color contains mainly: blue. Hex color #D257FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D257FF is #2DA800. Grayscale: #8E8E8E. Windows color (decimal): -2992129 or 16734162. OLE color: 16734162.
HSL color Cylindrical-coordinate representation of color #D257FF: hue angle of 283.93º 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 #D257FF is Cyan = 0.18, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 210 | 87 | 255 | - |
| CMYK | 0.18 | 0.66 | 0 | 0 |
| HSL | 283.93º | 1% | 0.67% | - |
| HSV(B) | 283.93º | 0.66% | 1% | - |
| XYZ | 48.04 | 27.74 | 97.43 | - |
| YUV | 142.93 | 191.25 | 175.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 87 | 255 | 0.18 | 0.66 | 0 | 0 | 283.93 | 1 | 0.67 |
| Hex | D2 | 57 | FF | 12 | 42 | 0 | 0 | 11C | 64 | 43 |
| Octal | 322 | 127 | 377 | 22 | 102 | 0 | 0 | 434 | 144 | 103 |
| Binary | 11010010 | 1010111 | 11111111 | 10010 | 1000010 | 0 | 0 | 100011100 | 1100100 | 1000011 |
Color Harmonies of #D257FF
Complementary color
Monochromatic Colors of #D257FF
Black with #D257FF
Text Example
Text Example
White with #D257FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D257FF; }
p { color: rgb(210,87,255); }
H1.HeaderClassName
{
color: #D257FF;
}
.AnyTagClassName
{
color: #D257FF;
}
</style>
background-color css
<style>
a { background-color: #D257FF; }
a { background-color: rgb(210,87,255); }
div.DivClassName
{
background-color: #D257FF;
}
.BgClassName
{
background-color: #D257FF;
}
</style>
border-color css
<style>
span { border-color: #D257FF; }
span { border-color: rgb(210,87,255); }
td.TdClassName
{
border-color: #D257FF;
}
.TagClassName
{
border-color: #D257FF;
}
</style>