Shades of Psychedelic Purple #D902EA
Tints of Psychedelic Purple #D902EA
RGB
CMYK
RGB Variations
Color information
#D902EA (or 0xD902EA) is known color: Psychedelic Purple. HEX triplet: D9, 02 and EA. RGB value is (217,2,234). Sum of RGB (Red+Green+Blue) = 217+2+234=453 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.90% from 453); Green value is 2 (1.17% from 255 or 0.44% from 453); Blue value is 234 (91.80% from 255 or 51.66% from 453); Max value from RGB is 234 - color contains mainly: blue. Hex color #D902EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D902EA is #26FD15. Grayscale: #5C5C5C. Windows color (decimal): -2555158 or 15336153. OLE color: 15336153.
HSL color Cylindrical-coordinate representation of color #D902EA: hue angle of 295.6º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D902EA is Cyan = 0.07, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 217 | 2 | 234 | - |
| CMYK | 0.07 | 0.99 | 0 | 0.08 |
| HSL | 295.6º | 0.98% | 0.46% | - |
| HSV(B) | 295.6º | 0.99% | 0.92% | - |
| XYZ | 43.49 | 20.74 | 79.55 | - |
| YUV | 92.73 | 207.73 | 216.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 2 | 234 | 0.07 | 0.99 | 0 | 0.08 | 295.6 | 0.98 | 0.46 |
| Hex | D9 | 2 | EA | 7 | 63 | 0 | 8 | 128 | 62 | 2E |
| Octal | 331 | 2 | 352 | 7 | 143 | 0 | 10 | 450 | 142 | 56 |
| Binary | 11011001 | 10 | 11101010 | 111 | 1100011 | 0 | 1000 | 100101000 | 1100010 | 101110 |
Color Harmonies of #D902EA
Complementary color
Monochromatic Colors of #D902EA
Black with #D902EA
Text Example
Text Example
White with #D902EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D902EA; }
p { color: rgb(217,2,234); }
H1.HeaderClassName
{
color: #D902EA;
}
.AnyTagClassName
{
color: #D902EA;
}
</style>
background-color css
<style>
a { background-color: #D902EA; }
a { background-color: rgb(217,2,234); }
div.DivClassName
{
background-color: #D902EA;
}
.BgClassName
{
background-color: #D902EA;
}
</style>
border-color css
<style>
span { border-color: #D902EA; }
span { border-color: rgb(217,2,234); }
td.TdClassName
{
border-color: #D902EA;
}
.TagClassName
{
border-color: #D902EA;
}
</style>