Shades of Psychedelic Purple #D228ED
Tints of Psychedelic Purple #D228ED
RGB
CMYK
RGB Variations
Color information
#D228ED (or 0xD228ED) is known color: Psychedelic Purple. HEX triplet: D2, 28 and ED. RGB value is (210,40,237). Sum of RGB (Red+Green+Blue) = 210+40+237=487 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.12% from 487); Green value is 40 (16.02% from 255 or 8.21% from 487); Blue value is 237 (92.97% from 255 or 48.67% from 487); Max value from RGB is 237 - color contains mainly: blue. Hex color #D228ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D228ED is #2DD712. Grayscale: #707070. Windows color (decimal): -3004179 or 15542482. OLE color: 15542482.
HSL color Cylindrical-coordinate representation of color #D228ED: hue angle of 291.78º 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 #D228ED is Cyan = 0.11, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 40 | 237 | - |
| CMYK | 0.11 | 0.83 | 0 | 0.07 |
| HSL | 291.78º | 0.85% | 0.54% | - |
| HSV(B) | 291.78º | 0.83% | 0.93% | - |
| XYZ | 42.62 | 21.33 | 81.99 | - |
| YUV | 113.29 | 197.82 | 196.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 40 | 237 | 0.11 | 0.83 | 0 | 0.07 | 291.78 | 0.85 | 0.54 |
| Hex | D2 | 28 | ED | B | 53 | 0 | 7 | 124 | 55 | 36 |
| Octal | 322 | 50 | 355 | 13 | 123 | 0 | 7 | 444 | 125 | 66 |
| Binary | 11010010 | 101000 | 11101101 | 1011 | 1010011 | 0 | 111 | 100100100 | 1010101 | 110110 |
Color Harmonies of #D228ED
Complementary color
Monochromatic Colors of #D228ED
Black with #D228ED
Text Example
Text Example
White with #D228ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D228ED; }
p { color: rgb(210,40,237); }
H1.HeaderClassName
{
color: #D228ED;
}
.AnyTagClassName
{
color: #D228ED;
}
</style>
background-color css
<style>
a { background-color: #D228ED; }
a { background-color: rgb(210,40,237); }
div.DivClassName
{
background-color: #D228ED;
}
.BgClassName
{
background-color: #D228ED;
}
</style>
border-color css
<style>
span { border-color: #D228ED; }
span { border-color: rgb(210,40,237); }
td.TdClassName
{
border-color: #D228ED;
}
.TagClassName
{
border-color: #D228ED;
}
</style>