Shades of Psychedelic Purple #D803FE
Tints of Psychedelic Purple #D803FE
RGB
CMYK
RGB Variations
Color information
#D803FE (or 0xD803FE) is known color: Psychedelic Purple. HEX triplet: D8, 03 and FE. RGB value is (216,3,254). Sum of RGB (Red+Green+Blue) = 216+3+254=473 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.67% from 473); Green value is 3 (1.56% from 255 or 0.63% from 473); Blue value is 254 (99.61% from 255 or 53.70% from 473); Max value from RGB is 254 - color contains mainly: blue. Hex color #D803FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D803FE is #27FC01. Grayscale: #5E5E5E. Windows color (decimal): -2620418 or 16647128. OLE color: 16647128.
HSL color Cylindrical-coordinate representation of color #D803FE: hue angle of 290.92º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D803FE is Cyan = 0.15, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 216 | 3 | 254 | - |
| CMYK | 0.15 | 0.99 | 0 | 0.00 |
| HSL | 290.92º | 0.99% | 0.5% | - |
| HSV(B) | 290.92º | 0.99% | 1% | - |
| XYZ | 46.24 | 21.82 | 95.54 | - |
| YUV | 95.3 | 217.57 | 214.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 3 | 254 | 0.15 | 0.99 | 0 | 0.00 | 290.92 | 0.99 | 0.5 |
| Hex | D8 | 3 | FE | F | 63 | 0 | 0 | 123 | 63 | 32 |
| Octal | 330 | 3 | 376 | 17 | 143 | 0 | 0 | 443 | 143 | 62 |
| Binary | 11011000 | 11 | 11111110 | 1111 | 1100011 | 0 | 0 | 100100011 | 1100011 | 110010 |
Color Harmonies of #D803FE
Complementary color
Monochromatic Colors of #D803FE
Black with #D803FE
Text Example
Text Example
White with #D803FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D803FE; }
p { color: rgb(216,3,254); }
H1.HeaderClassName
{
color: #D803FE;
}
.AnyTagClassName
{
color: #D803FE;
}
</style>
background-color css
<style>
a { background-color: #D803FE; }
a { background-color: rgb(216,3,254); }
div.DivClassName
{
background-color: #D803FE;
}
.BgClassName
{
background-color: #D803FE;
}
</style>
border-color css
<style>
span { border-color: #D803FE; }
span { border-color: rgb(216,3,254); }
td.TdClassName
{
border-color: #D803FE;
}
.TagClassName
{
border-color: #D803FE;
}
</style>