Shades of Psychedelic Purple #D902FC
Tints of Psychedelic Purple #D902FC
RGB
CMYK
RGB Variations
Color information
#D902FC (or 0xD902FC) is known color: Psychedelic Purple. HEX triplet: D9, 02 and FC. RGB value is (217,2,252). Sum of RGB (Red+Green+Blue) = 217+2+252=471 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.07% from 471); Green value is 2 (1.17% from 255 or 0.42% from 471); Blue value is 252 (98.83% from 255 or 53.50% from 471); Max value from RGB is 252 - color contains mainly: blue. Hex color #D902FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D902FC is #26FD03. Grayscale: #5E5E5E. Windows color (decimal): -2555140 or 16515801. OLE color: 16515801.
HSL color Cylindrical-coordinate representation of color #D902FC: hue angle of 291.6º 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 #D902FC is Cyan = 0.14, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 217 | 2 | 252 | - |
| CMYK | 0.14 | 0.99 | 0 | 0.01 |
| HSL | 291.6º | 0.98% | 0.5% | - |
| HSV(B) | 291.6º | 0.99% | 0.99% | - |
| XYZ | 46.21 | 21.82 | 93.87 | - |
| YUV | 94.79 | 216.73 | 215.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 2 | 252 | 0.14 | 0.99 | 0 | 0.01 | 291.6 | 0.98 | 0.5 |
| Hex | D9 | 2 | FC | E | 63 | 0 | 1 | 124 | 62 | 32 |
| Octal | 331 | 2 | 374 | 16 | 143 | 0 | 1 | 444 | 142 | 62 |
| Binary | 11011001 | 10 | 11111100 | 1110 | 1100011 | 0 | 1 | 100100100 | 1100010 | 110010 |
Color Harmonies of #D902FC
Complementary color
Monochromatic Colors of #D902FC
Black with #D902FC
Text Example
Text Example
White with #D902FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D902FC; }
p { color: rgb(217,2,252); }
H1.HeaderClassName
{
color: #D902FC;
}
.AnyTagClassName
{
color: #D902FC;
}
</style>
background-color css
<style>
a { background-color: #D902FC; }
a { background-color: rgb(217,2,252); }
div.DivClassName
{
background-color: #D902FC;
}
.BgClassName
{
background-color: #D902FC;
}
</style>
border-color css
<style>
span { border-color: #D902FC; }
span { border-color: rgb(217,2,252); }
td.TdClassName
{
border-color: #D902FC;
}
.TagClassName
{
border-color: #D902FC;
}
</style>