Shades of Psychedelic Purple #D10FFF
Tints of Psychedelic Purple #D10FFF
RGB
CMYK
RGB Variations
Color information
#D10FFF (or 0xD10FFF) is known color: Psychedelic Purple. HEX triplet: D1, 0F and FF. RGB value is (209,15,255). Sum of RGB (Red+Green+Blue) = 209+15+255=479 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.63% from 479); Green value is 15 (6.25% from 255 or 3.13% from 479); Blue value is 255 (100% from 255 or 53.24% from 479); Max value from RGB is 255 - color contains mainly: blue. Hex color #D10FFF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D10FFF is #2EF000. Grayscale: #636363. Windows color (decimal): -3076097 or 16715729. OLE color: 16715729.
HSL color Cylindrical-coordinate representation of color #D10FFF: hue angle of 288.5º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D10FFF is Cyan = 0.18, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 209 | 15 | 255 | - |
| CMYK | 0.18 | 0.94 | 0 | 0 |
| HSL | 288.5º | 1% | 0.53% | - |
| HSV(B) | 288.5º | 0.94% | 1% | - |
| XYZ | 44.52 | 21.12 | 96.34 | - |
| YUV | 100.37 | 215.27 | 205.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 15 | 255 | 0.18 | 0.94 | 0 | 0 | 288.5 | 1 | 0.53 |
| Hex | D1 | F | FF | 12 | 5E | 0 | 0 | 120 | 64 | 35 |
| Octal | 321 | 17 | 377 | 22 | 136 | 0 | 0 | 440 | 144 | 65 |
| Binary | 11010001 | 1111 | 11111111 | 10010 | 1011110 | 0 | 0 | 100100000 | 1100100 | 110101 |
Color Harmonies of #D10FFF
Complementary color
Monochromatic Colors of #D10FFF
Black with #D10FFF
Text Example
Text Example
White with #D10FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10FFF; }
p { color: rgb(209,15,255); }
H1.HeaderClassName
{
color: #D10FFF;
}
.AnyTagClassName
{
color: #D10FFF;
}
</style>
background-color css
<style>
a { background-color: #D10FFF; }
a { background-color: rgb(209,15,255); }
div.DivClassName
{
background-color: #D10FFF;
}
.BgClassName
{
background-color: #D10FFF;
}
</style>
border-color css
<style>
span { border-color: #D10FFF; }
span { border-color: rgb(209,15,255); }
td.TdClassName
{
border-color: #D10FFF;
}
.TagClassName
{
border-color: #D10FFF;
}
</style>