Shades of Psychedelic Purple #D10EFF
Tints of Psychedelic Purple #D10EFF
RGB
CMYK
RGB Variations
Color information
#D10EFF (or 0xD10EFF) is known color: Psychedelic Purple. HEX triplet: D1, 0E and FF. RGB value is (209,14,255). Sum of RGB (Red+Green+Blue) = 209+14+255=478 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.72% from 478); Green value is 14 (5.86% from 255 or 2.93% from 478); Blue value is 255 (100% from 255 or 53.35% from 478); Max value from RGB is 255 - color contains mainly: blue. Hex color #D10EFF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D10EFF is #2EF100. Grayscale: #636363. Windows color (decimal): -3076353 or 16715473. OLE color: 16715473.
HSL color Cylindrical-coordinate representation of color #D10EFF: hue angle of 288.55º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D10EFF is Cyan = 0.18, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 209 | 14 | 255 | - |
| CMYK | 0.18 | 0.95 | 0 | 0 |
| HSL | 288.55º | 1% | 0.53% | - |
| HSV(B) | 288.55º | 0.95% | 1% | - |
| XYZ | 44.5 | 21.09 | 96.33 | - |
| YUV | 99.78 | 215.6 | 205.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 14 | 255 | 0.18 | 0.95 | 0 | 0 | 288.55 | 1 | 0.53 |
| Hex | D1 | E | FF | 12 | 5F | 0 | 0 | 121 | 64 | 35 |
| Octal | 321 | 16 | 377 | 22 | 137 | 0 | 0 | 441 | 144 | 65 |
| Binary | 11010001 | 1110 | 11111111 | 10010 | 1011111 | 0 | 0 | 100100001 | 1100100 | 110101 |
Color Harmonies of #D10EFF
Complementary color
Monochromatic Colors of #D10EFF
Black with #D10EFF
Text Example
Text Example
White with #D10EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10EFF; }
p { color: rgb(209,14,255); }
H1.HeaderClassName
{
color: #D10EFF;
}
.AnyTagClassName
{
color: #D10EFF;
}
</style>
background-color css
<style>
a { background-color: #D10EFF; }
a { background-color: rgb(209,14,255); }
div.DivClassName
{
background-color: #D10EFF;
}
.BgClassName
{
background-color: #D10EFF;
}
</style>
border-color css
<style>
span { border-color: #D10EFF; }
span { border-color: rgb(209,14,255); }
td.TdClassName
{
border-color: #D10EFF;
}
.TagClassName
{
border-color: #D10EFF;
}
</style>