Shades of Psychedelic Purple #D903FE
Tints of Psychedelic Purple #D903FE
RGB
CMYK
RGB Variations
Color information
#D903FE (or 0xD903FE) is known color: Psychedelic Purple. HEX triplet: D9, 03 and FE. RGB value is (217,3,254). Sum of RGB (Red+Green+Blue) = 217+3+254=474 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.78% from 474); Green value is 3 (1.56% from 255 or 0.63% from 474); Blue value is 254 (99.61% from 255 or 53.59% from 474); Max value from RGB is 254 - color contains mainly: blue. Hex color #D903FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D903FE is #26FC01. Grayscale: #5E5E5E. Windows color (decimal): -2554882 or 16647129. OLE color: 16647129.
HSL color Cylindrical-coordinate representation of color #D903FE: hue angle of 291.16º 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 #D903FE is Cyan = 0.15, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 217 | 3 | 254 | - |
| CMYK | 0.15 | 0.99 | 0 | 0.00 |
| HSL | 291.16º | 0.99% | 0.5% | - |
| HSV(B) | 291.16º | 0.99% | 1% | - |
| XYZ | 46.54 | 21.97 | 95.55 | - |
| YUV | 95.6 | 217.4 | 214.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 3 | 254 | 0.15 | 0.99 | 0 | 0.00 | 291.16 | 0.99 | 0.5 |
| Hex | D9 | 3 | FE | F | 63 | 0 | 0 | 123 | 63 | 32 |
| Octal | 331 | 3 | 376 | 17 | 143 | 0 | 0 | 443 | 143 | 62 |
| Binary | 11011001 | 11 | 11111110 | 1111 | 1100011 | 0 | 0 | 100100011 | 1100011 | 110010 |
Color Harmonies of #D903FE
Complementary color
Monochromatic Colors of #D903FE
Black with #D903FE
Text Example
Text Example
White with #D903FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D903FE; }
p { color: rgb(217,3,254); }
H1.HeaderClassName
{
color: #D903FE;
}
.AnyTagClassName
{
color: #D903FE;
}
</style>
background-color css
<style>
a { background-color: #D903FE; }
a { background-color: rgb(217,3,254); }
div.DivClassName
{
background-color: #D903FE;
}
.BgClassName
{
background-color: #D903FE;
}
</style>
border-color css
<style>
span { border-color: #D903FE; }
span { border-color: rgb(217,3,254); }
td.TdClassName
{
border-color: #D903FE;
}
.TagClassName
{
border-color: #D903FE;
}
</style>