Shades of Psychedelic Purple #D027ED
Tints of Psychedelic Purple #D027ED
RGB
CMYK
RGB Variations
Color information
#D027ED (or 0xD027ED) is known color: Psychedelic Purple. HEX triplet: D0, 27 and ED. RGB value is (208,39,237). Sum of RGB (Red+Green+Blue) = 208+39+237=484 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.98% from 484); Green value is 39 (15.62% from 255 or 8.06% from 484); Blue value is 237 (92.97% from 255 or 48.97% from 484); Max value from RGB is 237 - color contains mainly: blue. Hex color #D027ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D027ED is #2FD812. Grayscale: #6F6F6F. Windows color (decimal): -3135507 or 15542224. OLE color: 15542224.
HSL color Cylindrical-coordinate representation of color #D027ED: hue angle of 291.21º 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 #D027ED is Cyan = 0.12, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 39 | 237 | - |
| CMYK | 0.12 | 0.84 | 0 | 0.07 |
| HSL | 291.21º | 0.85% | 0.54% | - |
| HSV(B) | 291.21º | 0.84% | 0.93% | - |
| XYZ | 42.02 | 20.98 | 81.95 | - |
| YUV | 112.1 | 198.49 | 196.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 39 | 237 | 0.12 | 0.84 | 0 | 0.07 | 291.21 | 0.85 | 0.54 |
| Hex | D0 | 27 | ED | C | 54 | 0 | 7 | 123 | 55 | 36 |
| Octal | 320 | 47 | 355 | 14 | 124 | 0 | 7 | 443 | 125 | 66 |
| Binary | 11010000 | 100111 | 11101101 | 1100 | 1010100 | 0 | 111 | 100100011 | 1010101 | 110110 |
Color Harmonies of #D027ED
Complementary color
Monochromatic Colors of #D027ED
Black with #D027ED
Text Example
Text Example
White with #D027ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D027ED; }
p { color: rgb(208,39,237); }
H1.HeaderClassName
{
color: #D027ED;
}
.AnyTagClassName
{
color: #D027ED;
}
</style>
background-color css
<style>
a { background-color: #D027ED; }
a { background-color: rgb(208,39,237); }
div.DivClassName
{
background-color: #D027ED;
}
.BgClassName
{
background-color: #D027ED;
}
</style>
border-color css
<style>
span { border-color: #D027ED; }
span { border-color: rgb(208,39,237); }
td.TdClassName
{
border-color: #D027ED;
}
.TagClassName
{
border-color: #D027ED;
}
</style>