Shades of Psychedelic Purple #D803EE
Tints of Psychedelic Purple #D803EE
RGB
CMYK
RGB Variations
Color information
#D803EE (or 0xD803EE) is known color: Psychedelic Purple. HEX triplet: D8, 03 and EE. RGB value is (216,3,238). Sum of RGB (Red+Green+Blue) = 216+3+238=457 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.26% from 457); Green value is 3 (1.56% from 255 or 0.66% from 457); Blue value is 238 (93.36% from 255 or 52.08% from 457); Max value from RGB is 238 - color contains mainly: blue. Hex color #D803EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D803EE is #27FC11. Grayscale: #5C5C5C. Windows color (decimal): -2620434 or 15598552. OLE color: 15598552.
HSL color Cylindrical-coordinate representation of color #D803EE: hue angle of 294.38º 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 #D803EE is Cyan = 0.09, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 216 | 3 | 238 | - |
| CMYK | 0.09 | 0.99 | 0 | 0.07 |
| HSL | 294.38º | 0.98% | 0.47% | - |
| HSV(B) | 294.38º | 0.99% | 0.93% | - |
| XYZ | 43.78 | 20.84 | 82.6 | - |
| YUV | 93.48 | 209.57 | 215.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 3 | 238 | 0.09 | 0.99 | 0 | 0.07 | 294.38 | 0.98 | 0.47 |
| Hex | D8 | 3 | EE | 9 | 63 | 0 | 7 | 126 | 62 | 2F |
| Octal | 330 | 3 | 356 | 11 | 143 | 0 | 7 | 446 | 142 | 57 |
| Binary | 11011000 | 11 | 11101110 | 1001 | 1100011 | 0 | 111 | 100100110 | 1100010 | 101111 |
Color Harmonies of #D803EE
Complementary color
Monochromatic Colors of #D803EE
Black with #D803EE
Text Example
Text Example
White with #D803EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D803EE; }
p { color: rgb(216,3,238); }
H1.HeaderClassName
{
color: #D803EE;
}
.AnyTagClassName
{
color: #D803EE;
}
</style>
background-color css
<style>
a { background-color: #D803EE; }
a { background-color: rgb(216,3,238); }
div.DivClassName
{
background-color: #D803EE;
}
.BgClassName
{
background-color: #D803EE;
}
</style>
border-color css
<style>
span { border-color: #D803EE; }
span { border-color: rgb(216,3,238); }
td.TdClassName
{
border-color: #D803EE;
}
.TagClassName
{
border-color: #D803EE;
}
</style>