Shades of Psychedelic Purple #D226EF
Tints of Psychedelic Purple #D226EF
RGB
CMYK
RGB Variations
Color information
#D226EF (or 0xD226EF) is known color: Psychedelic Purple. HEX triplet: D2, 26 and EF. RGB value is (210,38,239). Sum of RGB (Red+Green+Blue) = 210+38+239=487 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.12% from 487); Green value is 38 (15.23% from 255 or 7.80% from 487); Blue value is 239 (93.75% from 255 or 49.08% from 487); Max value from RGB is 239 - color contains mainly: blue. Hex color #D226EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D226EF is #2DD910. Grayscale: #6F6F6F. Windows color (decimal): -3004689 or 15673042. OLE color: 15673042.
HSL color Cylindrical-coordinate representation of color #D226EF: hue angle of 291.34º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D226EF is Cyan = 0.12, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 210 | 38 | 239 | - |
| CMYK | 0.12 | 0.84 | 0 | 0.06 |
| HSL | 291.34º | 0.86% | 0.54% | - |
| HSV(B) | 291.34º | 0.84% | 0.94% | - |
| XYZ | 42.85 | 21.32 | 83.52 | - |
| YUV | 112.34 | 199.48 | 197.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 38 | 239 | 0.12 | 0.84 | 0 | 0.06 | 291.34 | 0.86 | 0.54 |
| Hex | D2 | 26 | EF | C | 54 | 0 | 6 | 123 | 56 | 36 |
| Octal | 322 | 46 | 357 | 14 | 124 | 0 | 6 | 443 | 126 | 66 |
| Binary | 11010010 | 100110 | 11101111 | 1100 | 1010100 | 0 | 110 | 100100011 | 1010110 | 110110 |
Color Harmonies of #D226EF
Complementary color
Monochromatic Colors of #D226EF
Black with #D226EF
Text Example
Text Example
White with #D226EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D226EF; }
p { color: rgb(210,38,239); }
H1.HeaderClassName
{
color: #D226EF;
}
.AnyTagClassName
{
color: #D226EF;
}
</style>
background-color css
<style>
a { background-color: #D226EF; }
a { background-color: rgb(210,38,239); }
div.DivClassName
{
background-color: #D226EF;
}
.BgClassName
{
background-color: #D226EF;
}
</style>
border-color css
<style>
span { border-color: #D226EF; }
span { border-color: rgb(210,38,239); }
td.TdClassName
{
border-color: #D226EF;
}
.TagClassName
{
border-color: #D226EF;
}
</style>