Shades of Psychedelic Purple #D900FD
Tints of Psychedelic Purple #D900FD
RGB
CMYK
RGB Variations
Color information
#D900FD (or 0xD900FD) is known color: Psychedelic Purple. HEX triplet: D9, 00 and FD. RGB value is (217,0,253). Sum of RGB (Red+Green+Blue) = 217+0+253=470 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.17% from 470); Green value is 0 (0.39% from 255 or 0% from 470); Blue value is 253 (99.22% from 255 or 53.83% from 470); Max value from RGB is 253 - color contains mainly: blue. Hex color #D900FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D900FD is #26FF02. Grayscale: #5C5C5C. Windows color (decimal): -2555651 or 16580825. OLE color: 16580825.
HSL color Cylindrical-coordinate representation of color #D900FD: hue angle of 291.46º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D900FD is Cyan = 0.14, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 217 | 0 | 253 | - |
| CMYK | 0.14 | 1 | 0 | 0.01 |
| HSL | 291.46º | 1% | 0.5% | - |
| HSV(B) | 291.46º | 1% | 0.99% | - |
| XYZ | 46.34 | 21.84 | 94.7 | - |
| YUV | 93.73 | 217.89 | 215.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 0 | 253 | 0.14 | 1 | 0 | 0.01 | 291.46 | 1 | 0.5 |
| Hex | D9 | 0 | FD | E | 64 | 0 | 1 | 123 | 64 | 32 |
| Octal | 331 | 0 | 375 | 16 | 144 | 0 | 1 | 443 | 144 | 62 |
| Binary | 11011001 | 0 | 11111101 | 1110 | 1100100 | 0 | 1 | 100100011 | 1100100 | 110010 |
Color Harmonies of #D900FD
Complementary color
Monochromatic Colors of #D900FD
Black with #D900FD
Text Example
Text Example
White with #D900FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D900FD; }
p { color: rgb(217,0,253); }
H1.HeaderClassName
{
color: #D900FD;
}
.AnyTagClassName
{
color: #D900FD;
}
</style>
background-color css
<style>
a { background-color: #D900FD; }
a { background-color: rgb(217,0,253); }
div.DivClassName
{
background-color: #D900FD;
}
.BgClassName
{
background-color: #D900FD;
}
</style>
border-color css
<style>
span { border-color: #D900FD; }
span { border-color: rgb(217,0,253); }
td.TdClassName
{
border-color: #D900FD;
}
.TagClassName
{
border-color: #D900FD;
}
</style>