Shades of Psychedelic Purple #D10AFF
Tints of Psychedelic Purple #D10AFF
RGB
CMYK
RGB Variations
Color information
#D10AFF (or 0xD10AFF) is known color: Psychedelic Purple. HEX triplet: D1, 0A and FF. RGB value is (209,10,255). Sum of RGB (Red+Green+Blue) = 209+10+255=474 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.09% from 474); Green value is 10 (4.30% from 255 or 2.11% from 474); Blue value is 255 (100% from 255 or 53.80% from 474); Max value from RGB is 255 - color contains mainly: blue. Hex color #D10AFF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D10AFF is #2EF500. Grayscale: #606060. Windows color (decimal): -3077377 or 16714449. OLE color: 16714449.
HSL color Cylindrical-coordinate representation of color #D10AFF: hue angle of 288.73º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D10AFF is Cyan = 0.18, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 209 | 10 | 255 | - |
| CMYK | 0.18 | 0.96 | 0 | 0 |
| HSL | 288.73º | 1% | 0.52% | - |
| HSV(B) | 288.73º | 0.96% | 1% | - |
| XYZ | 44.45 | 20.99 | 96.32 | - |
| YUV | 97.43 | 216.93 | 207.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 10 | 255 | 0.18 | 0.96 | 0 | 0 | 288.73 | 1 | 0.52 |
| Hex | D1 | A | FF | 12 | 60 | 0 | 0 | 121 | 64 | 34 |
| Octal | 321 | 12 | 377 | 22 | 140 | 0 | 0 | 441 | 144 | 64 |
| Binary | 11010001 | 1010 | 11111111 | 10010 | 1100000 | 0 | 0 | 100100001 | 1100100 | 110100 |
Color Harmonies of #D10AFF
Complementary color
Monochromatic Colors of #D10AFF
Black with #D10AFF
Text Example
Text Example
White with #D10AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10AFF; }
p { color: rgb(209,10,255); }
H1.HeaderClassName
{
color: #D10AFF;
}
.AnyTagClassName
{
color: #D10AFF;
}
</style>
background-color css
<style>
a { background-color: #D10AFF; }
a { background-color: rgb(209,10,255); }
div.DivClassName
{
background-color: #D10AFF;
}
.BgClassName
{
background-color: #D10AFF;
}
</style>
border-color css
<style>
span { border-color: #D10AFF; }
span { border-color: rgb(209,10,255); }
td.TdClassName
{
border-color: #D10AFF;
}
.TagClassName
{
border-color: #D10AFF;
}
</style>