Shades of Psychedelic Purple #D105FF
Tints of Psychedelic Purple #D105FF
RGB
CMYK
RGB Variations
Color information
#D105FF (or 0xD105FF) is known color: Psychedelic Purple. HEX triplet: D1, 05 and FF. RGB value is (209,5,255). Sum of RGB (Red+Green+Blue) = 209+5+255=469 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.56% from 469); Green value is 5 (2.34% from 255 or 1.07% from 469); Blue value is 255 (100% from 255 or 54.37% from 469); Max value from RGB is 255 - color contains mainly: blue. Hex color #D105FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D105FF is #2EFA00. Grayscale: #5D5D5D. Windows color (decimal): -3078657 or 16713169. OLE color: 16713169.
HSL color Cylindrical-coordinate representation of color #D105FF: hue angle of 288.96º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D105FF is Cyan = 0.18, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 209 | 5 | 255 | - |
| CMYK | 0.18 | 0.98 | 0 | 0 |
| HSL | 288.96º | 1% | 0.51% | - |
| HSV(B) | 288.96º | 0.98% | 1% | - |
| XYZ | 44.4 | 20.88 | 96.3 | - |
| YUV | 94.5 | 218.59 | 209.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 5 | 255 | 0.18 | 0.98 | 0 | 0 | 288.96 | 1 | 0.51 |
| Hex | D1 | 5 | FF | 12 | 62 | 0 | 0 | 121 | 64 | 33 |
| Octal | 321 | 5 | 377 | 22 | 142 | 0 | 0 | 441 | 144 | 63 |
| Binary | 11010001 | 101 | 11111111 | 10010 | 1100010 | 0 | 0 | 100100001 | 1100100 | 110011 |
Color Harmonies of #D105FF
Complementary color
Monochromatic Colors of #D105FF
Black with #D105FF
Text Example
Text Example
White with #D105FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D105FF; }
p { color: rgb(209,5,255); }
H1.HeaderClassName
{
color: #D105FF;
}
.AnyTagClassName
{
color: #D105FF;
}
</style>
background-color css
<style>
a { background-color: #D105FF; }
a { background-color: rgb(209,5,255); }
div.DivClassName
{
background-color: #D105FF;
}
.BgClassName
{
background-color: #D105FF;
}
</style>
border-color css
<style>
span { border-color: #D105FF; }
span { border-color: rgb(209,5,255); }
td.TdClassName
{
border-color: #D105FF;
}
.TagClassName
{
border-color: #D105FF;
}
</style>