Shades of Psychedelic Purple #D628ED
Tints of Psychedelic Purple #D628ED
RGB
CMYK
RGB Variations
Color information
#D628ED (or 0xD628ED) is known color: Psychedelic Purple. HEX triplet: D6, 28 and ED. RGB value is (214,40,237). Sum of RGB (Red+Green+Blue) = 214+40+237=491 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.58% from 491); Green value is 40 (16.02% from 255 or 8.15% from 491); Blue value is 237 (92.97% from 255 or 48.27% from 491); Max value from RGB is 237 - color contains mainly: blue. Hex color #D628ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D628ED is #29D712. Grayscale: #717171. Windows color (decimal): -2742035 or 15542486. OLE color: 15542486.
HSL color Cylindrical-coordinate representation of color #D628ED: hue angle of 292.99º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D628ED is Cyan = 0.10, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 214 | 40 | 237 | - |
| CMYK | 0.10 | 0.83 | 0 | 0.07 |
| HSL | 292.99º | 0.85% | 0.54% | - |
| HSV(B) | 292.99º | 0.83% | 0.93% | - |
| XYZ | 43.78 | 21.93 | 82.05 | - |
| YUV | 114.48 | 197.15 | 198.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 40 | 237 | 0.10 | 0.83 | 0 | 0.07 | 292.99 | 0.85 | 0.54 |
| Hex | D6 | 28 | ED | A | 53 | 0 | 7 | 125 | 55 | 36 |
| Octal | 326 | 50 | 355 | 12 | 123 | 0 | 7 | 445 | 125 | 66 |
| Binary | 11010110 | 101000 | 11101101 | 1010 | 1010011 | 0 | 111 | 100100101 | 1010101 | 110110 |
Color Harmonies of #D628ED
Complementary color
Monochromatic Colors of #D628ED
Black with #D628ED
Text Example
Text Example
White with #D628ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D628ED; }
p { color: rgb(214,40,237); }
H1.HeaderClassName
{
color: #D628ED;
}
.AnyTagClassName
{
color: #D628ED;
}
</style>
background-color css
<style>
a { background-color: #D628ED; }
a { background-color: rgb(214,40,237); }
div.DivClassName
{
background-color: #D628ED;
}
.BgClassName
{
background-color: #D628ED;
}
</style>
border-color css
<style>
span { border-color: #D628ED; }
span { border-color: rgb(214,40,237); }
td.TdClassName
{
border-color: #D628ED;
}
.TagClassName
{
border-color: #D628ED;
}
</style>