Shades of Psychedelic Purple #D229EF
Tints of Psychedelic Purple #D229EF
RGB
CMYK
RGB Variations
Color information
#D229EF (or 0xD229EF) is known color: Psychedelic Purple. HEX triplet: D2, 29 and EF. RGB value is (210,41,239). Sum of RGB (Red+Green+Blue) = 210+41+239=490 (64% of max value = 765). Red value is 210 (82.42% from 255 or 42.86% from 490); Green value is 41 (16.41% from 255 or 8.37% from 490); Blue value is 239 (93.75% from 255 or 48.78% from 490); Max value from RGB is 239 - color contains mainly: blue. Hex color #D229EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D229EF is #2DD610. Grayscale: #717171. Windows color (decimal): -3003921 or 15673810. OLE color: 15673810.
HSL color Cylindrical-coordinate representation of color #D229EF: hue angle of 291.21º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D229EF is Cyan = 0.12, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 210 | 41 | 239 | - |
| CMYK | 0.12 | 0.83 | 0 | 0.06 |
| HSL | 291.21º | 0.86% | 0.55% | - |
| HSV(B) | 291.21º | 0.83% | 0.94% | - |
| XYZ | 42.95 | 21.52 | 83.55 | - |
| YUV | 114.1 | 198.49 | 196.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 41 | 239 | 0.12 | 0.83 | 0 | 0.06 | 291.21 | 0.86 | 0.55 |
| Hex | D2 | 29 | EF | C | 53 | 0 | 6 | 123 | 56 | 37 |
| Octal | 322 | 51 | 357 | 14 | 123 | 0 | 6 | 443 | 126 | 67 |
| Binary | 11010010 | 101001 | 11101111 | 1100 | 1010011 | 0 | 110 | 100100011 | 1010110 | 110111 |
Color Harmonies of #D229EF
Complementary color
Monochromatic Colors of #D229EF
Black with #D229EF
Text Example
Text Example
White with #D229EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D229EF; }
p { color: rgb(210,41,239); }
H1.HeaderClassName
{
color: #D229EF;
}
.AnyTagClassName
{
color: #D229EF;
}
</style>
background-color css
<style>
a { background-color: #D229EF; }
a { background-color: rgb(210,41,239); }
div.DivClassName
{
background-color: #D229EF;
}
.BgClassName
{
background-color: #D229EF;
}
</style>
border-color css
<style>
span { border-color: #D229EF; }
span { border-color: rgb(210,41,239); }
td.TdClassName
{
border-color: #D229EF;
}
.TagClassName
{
border-color: #D229EF;
}
</style>