Shades of Psychedelic Purple #D902FA
Tints of Psychedelic Purple #D902FA
RGB
CMYK
RGB Variations
Color information
#D902FA (or 0xD902FA) is known color: Psychedelic Purple. HEX triplet: D9, 02 and FA. RGB value is (217,2,250). Sum of RGB (Red+Green+Blue) = 217+2+250=469 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.27% from 469); Green value is 2 (1.17% from 255 or 0.43% 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 #D902FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D902FA is #26FD05. Grayscale: #5D5D5D. Windows color (decimal): -2555142 or 16384729. OLE color: 16384729.
HSL color Cylindrical-coordinate representation of color #D902FA: hue angle of 292.02º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D902FA is Cyan = 0.13, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 217 | 2 | 250 | - |
| CMYK | 0.13 | 0.99 | 0 | 0.02 |
| HSL | 292.02º | 0.98% | 0.49% | - |
| HSV(B) | 292.02º | 0.99% | 0.98% | - |
| XYZ | 45.89 | 21.7 | 92.21 | - |
| YUV | 94.56 | 215.73 | 215.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 2 | 250 | 0.13 | 0.99 | 0 | 0.02 | 292.02 | 0.98 | 0.49 |
| Hex | D9 | 2 | FA | D | 63 | 0 | 2 | 124 | 62 | 31 |
| Octal | 331 | 2 | 372 | 15 | 143 | 0 | 2 | 444 | 142 | 61 |
| Binary | 11011001 | 10 | 11111010 | 1101 | 1100011 | 0 | 10 | 100100100 | 1100010 | 110001 |
Color Harmonies of #D902FA
Complementary color
Monochromatic Colors of #D902FA
Black with #D902FA
Text Example
Text Example
White with #D902FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D902FA; }
p { color: rgb(217,2,250); }
H1.HeaderClassName
{
color: #D902FA;
}
.AnyTagClassName
{
color: #D902FA;
}
</style>
background-color css
<style>
a { background-color: #D902FA; }
a { background-color: rgb(217,2,250); }
div.DivClassName
{
background-color: #D902FA;
}
.BgClassName
{
background-color: #D902FA;
}
</style>
border-color css
<style>
span { border-color: #D902FA; }
span { border-color: rgb(217,2,250); }
td.TdClassName
{
border-color: #D902FA;
}
.TagClassName
{
border-color: #D902FA;
}
</style>