Shades of Psychedelic Purple #D402E9
Tints of Psychedelic Purple #D402E9
RGB
CMYK
RGB Variations
Color information
#D402E9 (or 0xD402E9) is known color: Psychedelic Purple. HEX triplet: D4, 02 and E9. RGB value is (212,2,233). Sum of RGB (Red+Green+Blue) = 212+2+233=447 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.43% from 447); Green value is 2 (1.17% from 255 or 0.45% from 447); Blue value is 233 (91.41% from 255 or 52.13% from 447); Max value from RGB is 233 - color contains mainly: blue. Hex color #D402E9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D402E9 is #2BFD16. Grayscale: #5A5A5A. Windows color (decimal): -2882839 or 15270612. OLE color: 15270612.
HSL color Cylindrical-coordinate representation of color #D402E9: hue angle of 294.55º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D402E9 is Cyan = 0.09, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 212 | 2 | 233 | - |
| CMYK | 0.09 | 0.99 | 0 | 0.09 |
| HSL | 294.55º | 0.98% | 0.46% | - |
| HSV(B) | 294.55º | 0.99% | 0.91% | - |
| XYZ | 41.88 | 19.92 | 78.73 | - |
| YUV | 91.12 | 208.07 | 214.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 2 | 233 | 0.09 | 0.99 | 0 | 0.09 | 294.55 | 0.98 | 0.46 |
| Hex | D4 | 2 | E9 | 9 | 63 | 0 | 9 | 127 | 62 | 2E |
| Octal | 324 | 2 | 351 | 11 | 143 | 0 | 11 | 447 | 142 | 56 |
| Binary | 11010100 | 10 | 11101001 | 1001 | 1100011 | 0 | 1001 | 100100111 | 1100010 | 101110 |
Color Harmonies of #D402E9
Complementary color
Monochromatic Colors of #D402E9
Black with #D402E9
Text Example
Text Example
White with #D402E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D402E9; }
p { color: rgb(212,2,233); }
H1.HeaderClassName
{
color: #D402E9;
}
.AnyTagClassName
{
color: #D402E9;
}
</style>
background-color css
<style>
a { background-color: #D402E9; }
a { background-color: rgb(212,2,233); }
div.DivClassName
{
background-color: #D402E9;
}
.BgClassName
{
background-color: #D402E9;
}
</style>
border-color css
<style>
span { border-color: #D402E9; }
span { border-color: rgb(212,2,233); }
td.TdClassName
{
border-color: #D402E9;
}
.TagClassName
{
border-color: #D402E9;
}
</style>