Shades of Psychedelic Purple #D902ED
Tints of Psychedelic Purple #D902ED
RGB
CMYK
RGB Variations
Color information
#D902ED (or 0xD902ED) is known color: Psychedelic Purple. HEX triplet: D9, 02 and ED. RGB value is (217,2,237). Sum of RGB (Red+Green+Blue) = 217+2+237=456 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.59% from 456); Green value is 2 (1.17% from 255 or 0.44% from 456); Blue value is 237 (92.97% from 255 or 51.97% from 456); Max value from RGB is 237 - color contains mainly: blue. Hex color #D902ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D902ED is #26FD12. Grayscale: #5C5C5C. Windows color (decimal): -2555155 or 15532761. OLE color: 15532761.
HSL color Cylindrical-coordinate representation of color #D902ED: hue angle of 294.89º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D902ED is Cyan = 0.08, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 217 | 2 | 237 | - |
| CMYK | 0.08 | 0.99 | 0 | 0.07 |
| HSL | 294.89º | 0.98% | 0.47% | - |
| HSV(B) | 294.89º | 0.99% | 0.93% | - |
| XYZ | 43.92 | 20.91 | 81.84 | - |
| YUV | 93.08 | 209.23 | 216.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 2 | 237 | 0.08 | 0.99 | 0 | 0.07 | 294.89 | 0.98 | 0.47 |
| Hex | D9 | 2 | ED | 8 | 63 | 0 | 7 | 127 | 62 | 2F |
| Octal | 331 | 2 | 355 | 10 | 143 | 0 | 7 | 447 | 142 | 57 |
| Binary | 11011001 | 10 | 11101101 | 1000 | 1100011 | 0 | 111 | 100100111 | 1100010 | 101111 |
Color Harmonies of #D902ED
Complementary color
Monochromatic Colors of #D902ED
Black with #D902ED
Text Example
Text Example
White with #D902ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D902ED; }
p { color: rgb(217,2,237); }
H1.HeaderClassName
{
color: #D902ED;
}
.AnyTagClassName
{
color: #D902ED;
}
</style>
background-color css
<style>
a { background-color: #D902ED; }
a { background-color: rgb(217,2,237); }
div.DivClassName
{
background-color: #D902ED;
}
.BgClassName
{
background-color: #D902ED;
}
</style>
border-color css
<style>
span { border-color: #D902ED; }
span { border-color: rgb(217,2,237); }
td.TdClassName
{
border-color: #D902ED;
}
.TagClassName
{
border-color: #D902ED;
}
</style>