Shades of Psychedelic Purple #D903EA
Tints of Psychedelic Purple #D903EA
RGB
CMYK
RGB Variations
Color information
#D903EA (or 0xD903EA) is known color: Psychedelic Purple. HEX triplet: D9, 03 and EA. RGB value is (217,3,234). Sum of RGB (Red+Green+Blue) = 217+3+234=454 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.80% from 454); Green value is 3 (1.56% from 255 or 0.66% from 454); Blue value is 234 (91.80% from 255 or 51.54% from 454); Max value from RGB is 234 - color contains mainly: blue. Hex color #D903EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D903EA is #26FC15. Grayscale: #5C5C5C. Windows color (decimal): -2554902 or 15336409. OLE color: 15336409.
HSL color Cylindrical-coordinate representation of color #D903EA: hue angle of 295.58º degrees, saturation: 0.97, 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 #D903EA is Cyan = 0.07, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 217 | 3 | 234 | - |
| CMYK | 0.07 | 0.99 | 0 | 0.08 |
| HSL | 295.58º | 0.97% | 0.46% | - |
| HSV(B) | 295.58º | 0.99% | 0.92% | - |
| XYZ | 43.5 | 20.76 | 79.56 | - |
| YUV | 93.32 | 207.4 | 216.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 3 | 234 | 0.07 | 0.99 | 0 | 0.08 | 295.58 | 0.97 | 0.46 |
| Hex | D9 | 3 | EA | 7 | 63 | 0 | 8 | 128 | 61 | 2E |
| Octal | 331 | 3 | 352 | 7 | 143 | 0 | 10 | 450 | 141 | 56 |
| Binary | 11011001 | 11 | 11101010 | 111 | 1100011 | 0 | 1000 | 100101000 | 1100001 | 101110 |
Color Harmonies of #D903EA
Complementary color
Monochromatic Colors of #D903EA
Black with #D903EA
Text Example
Text Example
White with #D903EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D903EA; }
p { color: rgb(217,3,234); }
H1.HeaderClassName
{
color: #D903EA;
}
.AnyTagClassName
{
color: #D903EA;
}
</style>
background-color css
<style>
a { background-color: #D903EA; }
a { background-color: rgb(217,3,234); }
div.DivClassName
{
background-color: #D903EA;
}
.BgClassName
{
background-color: #D903EA;
}
</style>
border-color css
<style>
span { border-color: #D903EA; }
span { border-color: rgb(217,3,234); }
td.TdClassName
{
border-color: #D903EA;
}
.TagClassName
{
border-color: #D903EA;
}
</style>