Shades of Heliotrope #D25DFF
Tints of Heliotrope #D25DFF
RGB
CMYK
RGB Variations
Color information
#D25DFF (or 0xD25DFF) is known color: Heliotrope. HEX triplet: D2, 5D and FF. RGB value is (210,93,255). Sum of RGB (Red+Green+Blue) = 210+93+255=558 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.63% from 558); Green value is 93 (36.72% from 255 or 16.67% from 558); Blue value is 255 (100% from 255 or 45.70% from 558); Max value from RGB is 255 - color contains mainly: blue. Hex color #D25DFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D25DFF is #2DA200. Grayscale: #919191. Windows color (decimal): -2990593 or 16735698. OLE color: 16735698.
HSL color Cylindrical-coordinate representation of color #D25DFF: hue angle of 283.33º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D25DFF is Cyan = 0.18, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 210 | 93 | 255 | - |
| CMYK | 0.18 | 0.64 | 0 | 0 |
| HSL | 283.33º | 1% | 0.68% | - |
| HSV(B) | 283.33º | 0.64% | 1% | - |
| XYZ | 48.54 | 28.75 | 97.6 | - |
| YUV | 146.45 | 189.26 | 173.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 93 | 255 | 0.18 | 0.64 | 0 | 0 | 283.33 | 1 | 0.68 |
| Hex | D2 | 5D | FF | 12 | 40 | 0 | 0 | 11B | 64 | 44 |
| Octal | 322 | 135 | 377 | 22 | 100 | 0 | 0 | 433 | 144 | 104 |
| Binary | 11010010 | 1011101 | 11111111 | 10010 | 1000000 | 0 | 0 | 100011011 | 1100100 | 1000100 |
Color Harmonies of #D25DFF
Complementary color
Monochromatic Colors of #D25DFF
Black with #D25DFF
Text Example
Text Example
White with #D25DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25DFF; }
p { color: rgb(210,93,255); }
H1.HeaderClassName
{
color: #D25DFF;
}
.AnyTagClassName
{
color: #D25DFF;
}
</style>
background-color css
<style>
a { background-color: #D25DFF; }
a { background-color: rgb(210,93,255); }
div.DivClassName
{
background-color: #D25DFF;
}
.BgClassName
{
background-color: #D25DFF;
}
</style>
border-color css
<style>
span { border-color: #D25DFF; }
span { border-color: rgb(210,93,255); }
td.TdClassName
{
border-color: #D25DFF;
}
.TagClassName
{
border-color: #D25DFF;
}
</style>