Shades of Psychedelic Purple #D228EB
Tints of Psychedelic Purple #D228EB
RGB
CMYK
RGB Variations
Color information
#D228EB (or 0xD228EB) is known color: Psychedelic Purple. HEX triplet: D2, 28 and EB. RGB value is (210,40,235). Sum of RGB (Red+Green+Blue) = 210+40+235=485 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.30% from 485); Green value is 40 (16.02% from 255 or 8.25% from 485); Blue value is 235 (92.19% from 255 or 48.45% from 485); Max value from RGB is 235 - color contains mainly: blue. Hex color #D228EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D228EB is #2DD714. Grayscale: #707070. Windows color (decimal): -3004181 or 15411410. OLE color: 15411410.
HSL color Cylindrical-coordinate representation of color #D228EB: hue angle of 292.31º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D228EB is Cyan = 0.11, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 210 | 40 | 235 | - |
| CMYK | 0.11 | 0.83 | 0 | 0.08 |
| HSL | 292.31º | 0.83% | 0.54% | - |
| HSV(B) | 292.31º | 0.83% | 0.92% | - |
| XYZ | 42.33 | 21.22 | 80.46 | - |
| YUV | 113.06 | 196.82 | 197.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 40 | 235 | 0.11 | 0.83 | 0 | 0.08 | 292.31 | 0.83 | 0.54 |
| Hex | D2 | 28 | EB | B | 53 | 0 | 8 | 124 | 53 | 36 |
| Octal | 322 | 50 | 353 | 13 | 123 | 0 | 10 | 444 | 123 | 66 |
| Binary | 11010010 | 101000 | 11101011 | 1011 | 1010011 | 0 | 1000 | 100100100 | 1010011 | 110110 |
Color Harmonies of #D228EB
Complementary color
Monochromatic Colors of #D228EB
Black with #D228EB
Text Example
Text Example
White with #D228EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D228EB; }
p { color: rgb(210,40,235); }
H1.HeaderClassName
{
color: #D228EB;
}
.AnyTagClassName
{
color: #D228EB;
}
</style>
background-color css
<style>
a { background-color: #D228EB; }
a { background-color: rgb(210,40,235); }
div.DivClassName
{
background-color: #D228EB;
}
.BgClassName
{
background-color: #D228EB;
}
</style>
border-color css
<style>
span { border-color: #D228EB; }
span { border-color: rgb(210,40,235); }
td.TdClassName
{
border-color: #D228EB;
}
.TagClassName
{
border-color: #D228EB;
}
</style>