Shades of Psychedelic Purple #D903FC
Tints of Psychedelic Purple #D903FC
RGB
CMYK
RGB Variations
Color information
#D903FC (or 0xD903FC) is known color: Psychedelic Purple. HEX triplet: D9, 03 and FC. RGB value is (217,3,252). Sum of RGB (Red+Green+Blue) = 217+3+252=472 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.97% from 472); Green value is 3 (1.56% from 255 or 0.64% from 472); Blue value is 252 (98.83% from 255 or 53.39% from 472); Max value from RGB is 252 - color contains mainly: blue. Hex color #D903FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D903FC is #26FC03. Grayscale: #5E5E5E. Windows color (decimal): -2554884 or 16516057. OLE color: 16516057.
HSL color Cylindrical-coordinate representation of color #D903FC: hue angle of 291.57º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D903FC is Cyan = 0.14, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 217 | 3 | 252 | - |
| CMYK | 0.14 | 0.99 | 0 | 0.01 |
| HSL | 291.57º | 0.98% | 0.5% | - |
| HSV(B) | 291.57º | 0.99% | 0.99% | - |
| XYZ | 46.22 | 21.85 | 93.88 | - |
| YUV | 95.37 | 216.4 | 214.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 3 | 252 | 0.14 | 0.99 | 0 | 0.01 | 291.57 | 0.98 | 0.5 |
| Hex | D9 | 3 | FC | E | 63 | 0 | 1 | 124 | 62 | 32 |
| Octal | 331 | 3 | 374 | 16 | 143 | 0 | 1 | 444 | 142 | 62 |
| Binary | 11011001 | 11 | 11111100 | 1110 | 1100011 | 0 | 1 | 100100100 | 1100010 | 110010 |
Color Harmonies of #D903FC
Complementary color
Monochromatic Colors of #D903FC
Black with #D903FC
Text Example
Text Example
White with #D903FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D903FC; }
p { color: rgb(217,3,252); }
H1.HeaderClassName
{
color: #D903FC;
}
.AnyTagClassName
{
color: #D903FC;
}
</style>
background-color css
<style>
a { background-color: #D903FC; }
a { background-color: rgb(217,3,252); }
div.DivClassName
{
background-color: #D903FC;
}
.BgClassName
{
background-color: #D903FC;
}
</style>
border-color css
<style>
span { border-color: #D903FC; }
span { border-color: rgb(217,3,252); }
td.TdClassName
{
border-color: #D903FC;
}
.TagClassName
{
border-color: #D903FC;
}
</style>