Shades of Psychedelic Purple #D902FD
Tints of Psychedelic Purple #D902FD
RGB
CMYK
RGB Variations
Color information
#D902FD (or 0xD902FD) is known color: Psychedelic Purple. HEX triplet: D9, 02 and FD. RGB value is (217,2,253). Sum of RGB (Red+Green+Blue) = 217+2+253=472 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.97% from 472); Green value is 2 (1.17% from 255 or 0.42% from 472); Blue value is 253 (99.22% from 255 or 53.60% from 472); Max value from RGB is 253 - color contains mainly: blue. Hex color #D902FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D902FD is #26FD02. Grayscale: #5E5E5E. Windows color (decimal): -2555139 or 16581337. OLE color: 16581337.
HSL color Cylindrical-coordinate representation of color #D902FD: hue angle of 291.39º 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 #D902FD is Cyan = 0.14, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 217 | 2 | 253 | - |
| CMYK | 0.14 | 0.99 | 0 | 0.01 |
| HSL | 291.39º | 0.98% | 0.5% | - |
| HSV(B) | 291.39º | 0.99% | 0.99% | - |
| XYZ | 46.37 | 21.89 | 94.71 | - |
| YUV | 94.9 | 217.23 | 215.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 2 | 253 | 0.14 | 0.99 | 0 | 0.01 | 291.39 | 0.98 | 0.5 |
| Hex | D9 | 2 | FD | E | 63 | 0 | 1 | 123 | 62 | 32 |
| Octal | 331 | 2 | 375 | 16 | 143 | 0 | 1 | 443 | 142 | 62 |
| Binary | 11011001 | 10 | 11111101 | 1110 | 1100011 | 0 | 1 | 100100011 | 1100010 | 110010 |
Color Harmonies of #D902FD
Complementary color
Monochromatic Colors of #D902FD
Black with #D902FD
Text Example
Text Example
White with #D902FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D902FD; }
p { color: rgb(217,2,253); }
H1.HeaderClassName
{
color: #D902FD;
}
.AnyTagClassName
{
color: #D902FD;
}
</style>
background-color css
<style>
a { background-color: #D902FD; }
a { background-color: rgb(217,2,253); }
div.DivClassName
{
background-color: #D902FD;
}
.BgClassName
{
background-color: #D902FD;
}
</style>
border-color css
<style>
span { border-color: #D902FD; }
span { border-color: rgb(217,2,253); }
td.TdClassName
{
border-color: #D902FD;
}
.TagClassName
{
border-color: #D902FD;
}
</style>