Shades of Psychedelic Purple #D803FA
Tints of Psychedelic Purple #D803FA
RGB
CMYK
RGB Variations
Color information
#D803FA (or 0xD803FA) is known color: Psychedelic Purple. HEX triplet: D8, 03 and FA. RGB value is (216,3,250). Sum of RGB (Red+Green+Blue) = 216+3+250=469 (62% of max value = 765). Red value is 216 (84.77% from 255 or 46.06% from 469); Green value is 3 (1.56% from 255 or 0.64% from 469); Blue value is 250 (98.05% from 255 or 53.30% from 469); Max value from RGB is 250 - color contains mainly: blue. Hex color #D803FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D803FA is #27FC05. Grayscale: #5E5E5E. Windows color (decimal): -2620422 or 16384984. OLE color: 16384984.
HSL color Cylindrical-coordinate representation of color #D803FA: hue angle of 291.74º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D803FA is Cyan = 0.14, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 216 | 3 | 250 | - |
| CMYK | 0.14 | 0.99 | 0 | 0.02 |
| HSL | 291.74º | 0.98% | 0.5% | - |
| HSV(B) | 291.74º | 0.99% | 0.98% | - |
| XYZ | 45.61 | 21.57 | 92.2 | - |
| YUV | 94.85 | 215.57 | 214.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 3 | 250 | 0.14 | 0.99 | 0 | 0.02 | 291.74 | 0.98 | 0.5 |
| Hex | D8 | 3 | FA | E | 63 | 0 | 2 | 124 | 62 | 32 |
| Octal | 330 | 3 | 372 | 16 | 143 | 0 | 2 | 444 | 142 | 62 |
| Binary | 11011000 | 11 | 11111010 | 1110 | 1100011 | 0 | 10 | 100100100 | 1100010 | 110010 |
Color Harmonies of #D803FA
Complementary color
Monochromatic Colors of #D803FA
Black with #D803FA
Text Example
Text Example
White with #D803FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D803FA; }
p { color: rgb(216,3,250); }
H1.HeaderClassName
{
color: #D803FA;
}
.AnyTagClassName
{
color: #D803FA;
}
</style>
background-color css
<style>
a { background-color: #D803FA; }
a { background-color: rgb(216,3,250); }
div.DivClassName
{
background-color: #D803FA;
}
.BgClassName
{
background-color: #D803FA;
}
</style>
border-color css
<style>
span { border-color: #D803FA; }
span { border-color: rgb(216,3,250); }
td.TdClassName
{
border-color: #D803FA;
}
.TagClassName
{
border-color: #D803FA;
}
</style>