Shades of Psychedelic Purple #D226ED
Tints of Psychedelic Purple #D226ED
RGB
CMYK
RGB Variations
Color information
#D226ED (or 0xD226ED) is known color: Psychedelic Purple. HEX triplet: D2, 26 and ED. RGB value is (210,38,237). Sum of RGB (Red+Green+Blue) = 210+38+237=485 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.30% from 485); Green value is 38 (15.23% from 255 or 7.84% from 485); Blue value is 237 (92.97% from 255 or 48.87% from 485); Max value from RGB is 237 - color contains mainly: blue. Hex color #D226ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D226ED is #2DD912. Grayscale: #6F6F6F. Windows color (decimal): -3004691 or 15541970. OLE color: 15541970.
HSL color Cylindrical-coordinate representation of color #D226ED: hue angle of 291.86º 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 #D226ED is Cyan = 0.11, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 38 | 237 | - |
| CMYK | 0.11 | 0.84 | 0 | 0.07 |
| HSL | 291.86º | 0.85% | 0.54% | - |
| HSV(B) | 291.86º | 0.84% | 0.93% | - |
| XYZ | 42.56 | 21.2 | 81.97 | - |
| YUV | 112.11 | 198.48 | 197.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 38 | 237 | 0.11 | 0.84 | 0 | 0.07 | 291.86 | 0.85 | 0.54 |
| Hex | D2 | 26 | ED | B | 54 | 0 | 7 | 124 | 55 | 36 |
| Octal | 322 | 46 | 355 | 13 | 124 | 0 | 7 | 444 | 125 | 66 |
| Binary | 11010010 | 100110 | 11101101 | 1011 | 1010100 | 0 | 111 | 100100100 | 1010101 | 110110 |
Color Harmonies of #D226ED
Complementary color
Monochromatic Colors of #D226ED
Black with #D226ED
Text Example
Text Example
White with #D226ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D226ED; }
p { color: rgb(210,38,237); }
H1.HeaderClassName
{
color: #D226ED;
}
.AnyTagClassName
{
color: #D226ED;
}
</style>
background-color css
<style>
a { background-color: #D226ED; }
a { background-color: rgb(210,38,237); }
div.DivClassName
{
background-color: #D226ED;
}
.BgClassName
{
background-color: #D226ED;
}
</style>
border-color css
<style>
span { border-color: #D226ED; }
span { border-color: rgb(210,38,237); }
td.TdClassName
{
border-color: #D226ED;
}
.TagClassName
{
border-color: #D226ED;
}
</style>