Shades of Psychedelic Purple #D902FB
Tints of Psychedelic Purple #D902FB
RGB
CMYK
RGB Variations
Color information
#D902FB (or 0xD902FB) is known color: Psychedelic Purple. HEX triplet: D9, 02 and FB. RGB value is (217,2,251). Sum of RGB (Red+Green+Blue) = 217+2+251=470 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.17% from 470); Green value is 2 (1.17% from 255 or 0.43% from 470); Blue value is 251 (98.44% from 255 or 53.40% from 470); Max value from RGB is 251 - color contains mainly: blue. Hex color #D902FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D902FB is #26FD04. Grayscale: #5D5D5D. Windows color (decimal): -2555141 or 16450265. OLE color: 16450265.
HSL color Cylindrical-coordinate representation of color #D902FB: hue angle of 291.81º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D902FB is Cyan = 0.14, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 217 | 2 | 251 | - |
| CMYK | 0.14 | 0.99 | 0 | 0.02 |
| HSL | 291.81º | 0.98% | 0.5% | - |
| HSV(B) | 291.81º | 0.99% | 0.98% | - |
| XYZ | 46.05 | 21.76 | 93.04 | - |
| YUV | 94.67 | 216.23 | 215.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 2 | 251 | 0.14 | 0.99 | 0 | 0.02 | 291.81 | 0.98 | 0.5 |
| Hex | D9 | 2 | FB | E | 63 | 0 | 2 | 124 | 62 | 32 |
| Octal | 331 | 2 | 373 | 16 | 143 | 0 | 2 | 444 | 142 | 62 |
| Binary | 11011001 | 10 | 11111011 | 1110 | 1100011 | 0 | 10 | 100100100 | 1100010 | 110010 |
Color Harmonies of #D902FB
Complementary color
Monochromatic Colors of #D902FB
Black with #D902FB
Text Example
Text Example
White with #D902FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D902FB; }
p { color: rgb(217,2,251); }
H1.HeaderClassName
{
color: #D902FB;
}
.AnyTagClassName
{
color: #D902FB;
}
</style>
background-color css
<style>
a { background-color: #D902FB; }
a { background-color: rgb(217,2,251); }
div.DivClassName
{
background-color: #D902FB;
}
.BgClassName
{
background-color: #D902FB;
}
</style>
border-color css
<style>
span { border-color: #D902FB; }
span { border-color: rgb(217,2,251); }
td.TdClassName
{
border-color: #D902FB;
}
.TagClassName
{
border-color: #D902FB;
}
</style>