Shades of Psychedelic Purple #D10FEB
Tints of Psychedelic Purple #D10FEB
RGB
CMYK
RGB Variations
Color information
#D10FEB (or 0xD10FEB) is known color: Psychedelic Purple. HEX triplet: D1, 0F and EB. RGB value is (209,15,235). Sum of RGB (Red+Green+Blue) = 209+15+235=459 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.53% from 459); Green value is 15 (6.25% from 255 or 3.27% from 459); Blue value is 235 (92.19% from 255 or 51.20% from 459); Max value from RGB is 235 - color contains mainly: blue. Hex color #D10FEB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D10FEB is #2EF014. Grayscale: #616161. Windows color (decimal): -3076117 or 15405009. OLE color: 15405009.
HSL color Cylindrical-coordinate representation of color #D10FEB: hue angle of 292.91º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D10FEB is Cyan = 0.11, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 209 | 15 | 235 | - |
| CMYK | 0.11 | 0.94 | 0 | 0.08 |
| HSL | 292.91º | 0.88% | 0.49% | - |
| HSV(B) | 292.91º | 0.94% | 0.92% | - |
| XYZ | 41.46 | 19.9 | 80.25 | - |
| YUV | 98.09 | 205.27 | 207.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 15 | 235 | 0.11 | 0.94 | 0 | 0.08 | 292.91 | 0.88 | 0.49 |
| Hex | D1 | F | EB | B | 5E | 0 | 8 | 125 | 58 | 31 |
| Octal | 321 | 17 | 353 | 13 | 136 | 0 | 10 | 445 | 130 | 61 |
| Binary | 11010001 | 1111 | 11101011 | 1011 | 1011110 | 0 | 1000 | 100100101 | 1011000 | 110001 |
Color Harmonies of #D10FEB
Complementary color
Monochromatic Colors of #D10FEB
Black with #D10FEB
Text Example
Text Example
White with #D10FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10FEB; }
p { color: rgb(209,15,235); }
H1.HeaderClassName
{
color: #D10FEB;
}
.AnyTagClassName
{
color: #D10FEB;
}
</style>
background-color css
<style>
a { background-color: #D10FEB; }
a { background-color: rgb(209,15,235); }
div.DivClassName
{
background-color: #D10FEB;
}
.BgClassName
{
background-color: #D10FEB;
}
</style>
border-color css
<style>
span { border-color: #D10FEB; }
span { border-color: rgb(209,15,235); }
td.TdClassName
{
border-color: #D10FEB;
}
.TagClassName
{
border-color: #D10FEB;
}
</style>