Shades of Psychedelic Purple #D803EC
Tints of Psychedelic Purple #D803EC
RGB
CMYK
RGB Variations
Color information
#D803EC (or 0xD803EC) is known color: Psychedelic Purple. HEX triplet: D8, 03 and EC. RGB value is (216,3,236). Sum of RGB (Red+Green+Blue) = 216+3+236=455 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.47% from 455); Green value is 3 (1.56% from 255 or 0.66% from 455); Blue value is 236 (92.58% from 255 or 51.87% from 455); Max value from RGB is 236 - color contains mainly: blue. Hex color #D803EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D803EC is #27FC13. Grayscale: #5C5C5C. Windows color (decimal): -2620436 or 15467480. OLE color: 15467480.
HSL color Cylindrical-coordinate representation of color #D803EC: hue angle of 294.85º degrees, saturation: 0.97, 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 #D803EC is Cyan = 0.08, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 216 | 3 | 236 | - |
| CMYK | 0.08 | 0.99 | 0 | 0.07 |
| HSL | 294.85º | 0.97% | 0.47% | - |
| HSV(B) | 294.85º | 0.99% | 0.93% | - |
| XYZ | 43.49 | 20.72 | 81.06 | - |
| YUV | 93.25 | 208.57 | 215.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 3 | 236 | 0.08 | 0.99 | 0 | 0.07 | 294.85 | 0.97 | 0.47 |
| Hex | D8 | 3 | EC | 8 | 63 | 0 | 7 | 127 | 61 | 2F |
| Octal | 330 | 3 | 354 | 10 | 143 | 0 | 7 | 447 | 141 | 57 |
| Binary | 11011000 | 11 | 11101100 | 1000 | 1100011 | 0 | 111 | 100100111 | 1100001 | 101111 |
Color Harmonies of #D803EC
Complementary color
Monochromatic Colors of #D803EC
Black with #D803EC
Text Example
Text Example
White with #D803EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D803EC; }
p { color: rgb(216,3,236); }
H1.HeaderClassName
{
color: #D803EC;
}
.AnyTagClassName
{
color: #D803EC;
}
</style>
background-color css
<style>
a { background-color: #D803EC; }
a { background-color: rgb(216,3,236); }
div.DivClassName
{
background-color: #D803EC;
}
.BgClassName
{
background-color: #D803EC;
}
</style>
border-color css
<style>
span { border-color: #D803EC; }
span { border-color: rgb(216,3,236); }
td.TdClassName
{
border-color: #D803EC;
}
.TagClassName
{
border-color: #D803EC;
}
</style>