Shades of Psychedelic Purple #D105F2
Tints of Psychedelic Purple #D105F2
RGB
CMYK
RGB Variations
Color information
#D105F2 (or 0xD105F2) is known color: Psychedelic Purple. HEX triplet: D1, 05 and F2. RGB value is (209,5,242). Sum of RGB (Red+Green+Blue) = 209+5+242=456 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.83% from 456); Green value is 5 (2.34% from 255 or 1.10% from 456); Blue value is 242 (94.92% from 255 or 53.07% from 456); Max value from RGB is 242 - color contains mainly: blue. Hex color #D105F2 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D105F2 is #2EFA0D. Grayscale: #5C5C5C. Windows color (decimal): -3078670 or 15861201. OLE color: 15861201.
HSL color Cylindrical-coordinate representation of color #D105F2: hue angle of 291.65º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D105F2 is Cyan = 0.14, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 209 | 5 | 242 | - |
| CMYK | 0.14 | 0.98 | 0 | 0.05 |
| HSL | 291.65º | 0.96% | 0.48% | - |
| HSV(B) | 291.65º | 0.98% | 0.95% | - |
| XYZ | 42.38 | 20.07 | 85.65 | - |
| YUV | 93.01 | 212.09 | 210.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 5 | 242 | 0.14 | 0.98 | 0 | 0.05 | 291.65 | 0.96 | 0.48 |
| Hex | D1 | 5 | F2 | E | 62 | 0 | 5 | 124 | 60 | 30 |
| Octal | 321 | 5 | 362 | 16 | 142 | 0 | 5 | 444 | 140 | 60 |
| Binary | 11010001 | 101 | 11110010 | 1110 | 1100010 | 0 | 101 | 100100100 | 1100000 | 110000 |
Color Harmonies of #D105F2
Complementary color
Monochromatic Colors of #D105F2
Black with #D105F2
Text Example
Text Example
White with #D105F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D105F2; }
p { color: rgb(209,5,242); }
H1.HeaderClassName
{
color: #D105F2;
}
.AnyTagClassName
{
color: #D105F2;
}
</style>
background-color css
<style>
a { background-color: #D105F2; }
a { background-color: rgb(209,5,242); }
div.DivClassName
{
background-color: #D105F2;
}
.BgClassName
{
background-color: #D105F2;
}
</style>
border-color css
<style>
span { border-color: #D105F2; }
span { border-color: rgb(209,5,242); }
td.TdClassName
{
border-color: #D105F2;
}
.TagClassName
{
border-color: #D105F2;
}
</style>