Shades of Psychedelic Purple #D105F5
Tints of Psychedelic Purple #D105F5
RGB
CMYK
RGB Variations
Color information
#D105F5 (or 0xD105F5) is known color: Psychedelic Purple. HEX triplet: D1, 05 and F5. RGB value is (209,5,245). Sum of RGB (Red+Green+Blue) = 209+5+245=459 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.53% from 459); Green value is 5 (2.34% from 255 or 1.09% from 459); Blue value is 245 (96.09% from 255 or 53.38% from 459); Max value from RGB is 245 - color contains mainly: blue. Hex color #D105F5 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D105F5 is #2EFA0A. Grayscale: #5C5C5C. Windows color (decimal): -3078667 or 16057809. OLE color: 16057809.
HSL color Cylindrical-coordinate representation of color #D105F5: hue angle of 291º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D105F5 is Cyan = 0.15, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 209 | 5 | 245 | - |
| CMYK | 0.15 | 0.98 | 0 | 0.04 |
| HSL | 291º | 0.96% | 0.49% | - |
| HSV(B) | 291º | 0.98% | 0.96% | - |
| XYZ | 42.83 | 20.26 | 88.04 | - |
| YUV | 93.36 | 213.59 | 210.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 5 | 245 | 0.15 | 0.98 | 0 | 0.04 | 291 | 0.96 | 0.49 |
| Hex | D1 | 5 | F5 | F | 62 | 0 | 4 | 123 | 60 | 31 |
| Octal | 321 | 5 | 365 | 17 | 142 | 0 | 4 | 443 | 140 | 61 |
| Binary | 11010001 | 101 | 11110101 | 1111 | 1100010 | 0 | 100 | 100100011 | 1100000 | 110001 |
Color Harmonies of #D105F5
Complementary color
Monochromatic Colors of #D105F5
Black with #D105F5
Text Example
Text Example
White with #D105F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D105F5; }
p { color: rgb(209,5,245); }
H1.HeaderClassName
{
color: #D105F5;
}
.AnyTagClassName
{
color: #D105F5;
}
</style>
background-color css
<style>
a { background-color: #D105F5; }
a { background-color: rgb(209,5,245); }
div.DivClassName
{
background-color: #D105F5;
}
.BgClassName
{
background-color: #D105F5;
}
</style>
border-color css
<style>
span { border-color: #D105F5; }
span { border-color: rgb(209,5,245); }
td.TdClassName
{
border-color: #D105F5;
}
.TagClassName
{
border-color: #D105F5;
}
</style>