Shades of Psychedelic Purple #D029EA
Tints of Psychedelic Purple #D029EA
RGB
CMYK
RGB Variations
Color information
#D029EA (or 0xD029EA) is known color: Psychedelic Purple. HEX triplet: D0, 29 and EA. RGB value is (208,41,234). Sum of RGB (Red+Green+Blue) = 208+41+234=483 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.06% from 483); Green value is 41 (16.41% from 255 or 8.49% from 483); Blue value is 234 (91.80% from 255 or 48.45% from 483); Max value from RGB is 234 - color contains mainly: blue. Hex color #D029EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D029EA is #2FD615. Grayscale: #707070. Windows color (decimal): -3134998 or 15346128. OLE color: 15346128.
HSL color Cylindrical-coordinate representation of color #D029EA: hue angle of 291.92º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D029EA is Cyan = 0.11, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 208 | 41 | 234 | - |
| CMYK | 0.11 | 0.82 | 0 | 0.08 |
| HSL | 291.92º | 0.82% | 0.54% | - |
| HSV(B) | 291.92º | 0.82% | 0.92% | - |
| XYZ | 41.66 | 20.94 | 79.69 | - |
| YUV | 112.94 | 196.33 | 195.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 41 | 234 | 0.11 | 0.82 | 0 | 0.08 | 291.92 | 0.82 | 0.54 |
| Hex | D0 | 29 | EA | B | 52 | 0 | 8 | 124 | 52 | 36 |
| Octal | 320 | 51 | 352 | 13 | 122 | 0 | 10 | 444 | 122 | 66 |
| Binary | 11010000 | 101001 | 11101010 | 1011 | 1010010 | 0 | 1000 | 100100100 | 1010010 | 110110 |
Color Harmonies of #D029EA
Complementary color
Monochromatic Colors of #D029EA
Black with #D029EA
Text Example
Text Example
White with #D029EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D029EA; }
p { color: rgb(208,41,234); }
H1.HeaderClassName
{
color: #D029EA;
}
.AnyTagClassName
{
color: #D029EA;
}
</style>
background-color css
<style>
a { background-color: #D029EA; }
a { background-color: rgb(208,41,234); }
div.DivClassName
{
background-color: #D029EA;
}
.BgClassName
{
background-color: #D029EA;
}
</style>
border-color css
<style>
span { border-color: #D029EA; }
span { border-color: rgb(208,41,234); }
td.TdClassName
{
border-color: #D029EA;
}
.TagClassName
{
border-color: #D029EA;
}
</style>