Shades of Psychedelic Purple #D102E9
Tints of Psychedelic Purple #D102E9
RGB
CMYK
RGB Variations
Color information
#D102E9 (or 0xD102E9) is known color: Psychedelic Purple. HEX triplet: D1, 02 and E9. RGB value is (209,2,233). Sum of RGB (Red+Green+Blue) = 209+2+233=444 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.07% from 444); Green value is 2 (1.17% from 255 or 0.45% from 444); Blue value is 233 (91.41% from 255 or 52.48% from 444); Max value from RGB is 233 - color contains mainly: blue. Hex color #D102E9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D102E9 is #2EFD16. Grayscale: #595959. Windows color (decimal): -3079447 or 15270609. OLE color: 15270609.
HSL color Cylindrical-coordinate representation of color #D102E9: hue angle of 293.77º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D102E9 is Cyan = 0.10, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 209 | 2 | 233 | - |
| CMYK | 0.10 | 0.99 | 0 | 0.09 |
| HSL | 293.77º | 0.98% | 0.46% | - |
| HSV(B) | 293.77º | 0.99% | 0.91% | - |
| XYZ | 41.02 | 19.48 | 78.69 | - |
| YUV | 90.23 | 208.58 | 212.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 2 | 233 | 0.10 | 0.99 | 0 | 0.09 | 293.77 | 0.98 | 0.46 |
| Hex | D1 | 2 | E9 | A | 63 | 0 | 9 | 126 | 62 | 2E |
| Octal | 321 | 2 | 351 | 12 | 143 | 0 | 11 | 446 | 142 | 56 |
| Binary | 11010001 | 10 | 11101001 | 1010 | 1100011 | 0 | 1001 | 100100110 | 1100010 | 101110 |
Color Harmonies of #D102E9
Complementary color
Monochromatic Colors of #D102E9
Black with #D102E9
Text Example
Text Example
White with #D102E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D102E9; }
p { color: rgb(209,2,233); }
H1.HeaderClassName
{
color: #D102E9;
}
.AnyTagClassName
{
color: #D102E9;
}
</style>
background-color css
<style>
a { background-color: #D102E9; }
a { background-color: rgb(209,2,233); }
div.DivClassName
{
background-color: #D102E9;
}
.BgClassName
{
background-color: #D102E9;
}
</style>
border-color css
<style>
span { border-color: #D102E9; }
span { border-color: rgb(209,2,233); }
td.TdClassName
{
border-color: #D102E9;
}
.TagClassName
{
border-color: #D102E9;
}
</style>