Shades of Psychedelic Purple #D10DFF
Tints of Psychedelic Purple #D10DFF
RGB
CMYK
RGB Variations
Color information
#D10DFF (or 0xD10DFF) is known color: Psychedelic Purple. HEX triplet: D1, 0D and FF. RGB value is (209,13,255). Sum of RGB (Red+Green+Blue) = 209+13+255=477 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.82% from 477); Green value is 13 (5.47% from 255 or 2.73% from 477); Blue value is 255 (100% from 255 or 53.46% from 477); Max value from RGB is 255 - color contains mainly: blue. Hex color #D10DFF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D10DFF is #2EF200. Grayscale: #626262. Windows color (decimal): -3076609 or 16715217. OLE color: 16715217.
HSL color Cylindrical-coordinate representation of color #D10DFF: hue angle of 288.6º 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 #D10DFF is Cyan = 0.18, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 209 | 13 | 255 | - |
| CMYK | 0.18 | 0.95 | 0 | 0 |
| HSL | 288.6º | 1% | 0.53% | - |
| HSV(B) | 288.6º | 0.95% | 1% | - |
| XYZ | 44.49 | 21.06 | 96.33 | - |
| YUV | 99.19 | 215.93 | 206.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 13 | 255 | 0.18 | 0.95 | 0 | 0 | 288.6 | 1 | 0.53 |
| Hex | D1 | D | FF | 12 | 5F | 0 | 0 | 121 | 64 | 35 |
| Octal | 321 | 15 | 377 | 22 | 137 | 0 | 0 | 441 | 144 | 65 |
| Binary | 11010001 | 1101 | 11111111 | 10010 | 1011111 | 0 | 0 | 100100001 | 1100100 | 110101 |
Color Harmonies of #D10DFF
Complementary color
Monochromatic Colors of #D10DFF
Black with #D10DFF
Text Example
Text Example
White with #D10DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10DFF; }
p { color: rgb(209,13,255); }
H1.HeaderClassName
{
color: #D10DFF;
}
.AnyTagClassName
{
color: #D10DFF;
}
</style>
background-color css
<style>
a { background-color: #D10DFF; }
a { background-color: rgb(209,13,255); }
div.DivClassName
{
background-color: #D10DFF;
}
.BgClassName
{
background-color: #D10DFF;
}
</style>
border-color css
<style>
span { border-color: #D10DFF; }
span { border-color: rgb(209,13,255); }
td.TdClassName
{
border-color: #D10DFF;
}
.TagClassName
{
border-color: #D10DFF;
}
</style>