Shades of Psychedelic Purple #D10FEF
Tints of Psychedelic Purple #D10FEF
RGB
CMYK
RGB Variations
Color information
#D10FEF (or 0xD10FEF) is known color: Psychedelic Purple. HEX triplet: D1, 0F and EF. RGB value is (209,15,239). Sum of RGB (Red+Green+Blue) = 209+15+239=463 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.14% from 463); Green value is 15 (6.25% from 255 or 3.24% from 463); Blue value is 239 (93.75% from 255 or 51.62% from 463); Max value from RGB is 239 - color contains mainly: blue. Hex color #D10FEF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D10FEF is #2EF010. Grayscale: #616161. Windows color (decimal): -3076113 or 15667153. OLE color: 15667153.
HSL color Cylindrical-coordinate representation of color #D10FEF: hue angle of 291.96º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D10FEF is Cyan = 0.13, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 209 | 15 | 239 | - |
| CMYK | 0.13 | 0.94 | 0 | 0.06 |
| HSL | 291.96º | 0.88% | 0.5% | - |
| HSV(B) | 291.96º | 0.94% | 0.94% | - |
| XYZ | 42.05 | 20.13 | 83.33 | - |
| YUV | 98.54 | 207.27 | 206.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 15 | 239 | 0.13 | 0.94 | 0 | 0.06 | 291.96 | 0.88 | 0.5 |
| Hex | D1 | F | EF | D | 5E | 0 | 6 | 124 | 58 | 32 |
| Octal | 321 | 17 | 357 | 15 | 136 | 0 | 6 | 444 | 130 | 62 |
| Binary | 11010001 | 1111 | 11101111 | 1101 | 1011110 | 0 | 110 | 100100100 | 1011000 | 110010 |
Color Harmonies of #D10FEF
Complementary color
Monochromatic Colors of #D10FEF
Black with #D10FEF
Text Example
Text Example
White with #D10FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10FEF; }
p { color: rgb(209,15,239); }
H1.HeaderClassName
{
color: #D10FEF;
}
.AnyTagClassName
{
color: #D10FEF;
}
</style>
background-color css
<style>
a { background-color: #D10FEF; }
a { background-color: rgb(209,15,239); }
div.DivClassName
{
background-color: #D10FEF;
}
.BgClassName
{
background-color: #D10FEF;
}
</style>
border-color css
<style>
span { border-color: #D10FEF; }
span { border-color: rgb(209,15,239); }
td.TdClassName
{
border-color: #D10FEF;
}
.TagClassName
{
border-color: #D10FEF;
}
</style>