Shades of Psychedelic Purple #D125ED
Tints of Psychedelic Purple #D125ED
RGB
CMYK
RGB Variations
Color information
#D125ED (or 0xD125ED) is known color: Psychedelic Purple. HEX triplet: D1, 25 and ED. RGB value is (209,37,237). Sum of RGB (Red+Green+Blue) = 209+37+237=483 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.27% from 483); Green value is 37 (14.84% from 255 or 7.66% from 483); Blue value is 237 (92.97% from 255 or 49.07% from 483); Max value from RGB is 237 - color contains mainly: blue. Hex color #D125ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D125ED is #2EDA12. Grayscale: #6E6E6E. Windows color (decimal): -3070483 or 15541713. OLE color: 15541713.
HSL color Cylindrical-coordinate representation of color #D125ED: hue angle of 291.6º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D125ED is Cyan = 0.12, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 209 | 37 | 237 | - |
| CMYK | 0.12 | 0.84 | 0 | 0.07 |
| HSL | 291.6º | 0.85% | 0.54% | - |
| HSV(B) | 291.6º | 0.84% | 0.93% | - |
| XYZ | 42.24 | 20.99 | 81.95 | - |
| YUV | 111.23 | 198.98 | 197.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 37 | 237 | 0.12 | 0.84 | 0 | 0.07 | 291.6 | 0.85 | 0.54 |
| Hex | D1 | 25 | ED | C | 54 | 0 | 7 | 124 | 55 | 36 |
| Octal | 321 | 45 | 355 | 14 | 124 | 0 | 7 | 444 | 125 | 66 |
| Binary | 11010001 | 100101 | 11101101 | 1100 | 1010100 | 0 | 111 | 100100100 | 1010101 | 110110 |
Color Harmonies of #D125ED
Complementary color
Monochromatic Colors of #D125ED
Black with #D125ED
Text Example
Text Example
White with #D125ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D125ED; }
p { color: rgb(209,37,237); }
H1.HeaderClassName
{
color: #D125ED;
}
.AnyTagClassName
{
color: #D125ED;
}
</style>
background-color css
<style>
a { background-color: #D125ED; }
a { background-color: rgb(209,37,237); }
div.DivClassName
{
background-color: #D125ED;
}
.BgClassName
{
background-color: #D125ED;
}
</style>
border-color css
<style>
span { border-color: #D125ED; }
span { border-color: rgb(209,37,237); }
td.TdClassName
{
border-color: #D125ED;
}
.TagClassName
{
border-color: #D125ED;
}
</style>