Shades of Psychedelic Purple #D100FD
Tints of Psychedelic Purple #D100FD
RGB
CMYK
RGB Variations
Color information
#D100FD (or 0xD100FD) is known color: Psychedelic Purple. HEX triplet: D1, 00 and FD. RGB value is (209,0,253). Sum of RGB (Red+Green+Blue) = 209+0+253=462 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.24% from 462); Green value is 0 (0.39% from 255 or 0% from 462); Blue value is 253 (99.22% from 255 or 54.76% from 462); Max value from RGB is 253 - color contains mainly: blue. Hex color #D100FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D100FD is #2EFF02. Grayscale: #5A5A5A. Windows color (decimal): -3079939 or 16580817. OLE color: 16580817.
HSL color Cylindrical-coordinate representation of color #D100FD: hue angle of 289.57º 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 #D100FD is Cyan = 0.17, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 209 | 0 | 253 | - |
| CMYK | 0.17 | 1 | 0 | 0.01 |
| HSL | 289.57º | 1% | 0.5% | - |
| HSV(B) | 289.57º | 1% | 0.99% | - |
| XYZ | 44.02 | 20.65 | 94.59 | - |
| YUV | 91.33 | 219.24 | 211.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 0 | 253 | 0.17 | 1 | 0 | 0.01 | 289.57 | 1 | 0.5 |
| Hex | D1 | 0 | FD | 11 | 64 | 0 | 1 | 122 | 64 | 32 |
| Octal | 321 | 0 | 375 | 21 | 144 | 0 | 1 | 442 | 144 | 62 |
| Binary | 11010001 | 0 | 11111101 | 10001 | 1100100 | 0 | 1 | 100100010 | 1100100 | 110010 |
Color Harmonies of #D100FD
Complementary color
Monochromatic Colors of #D100FD
Black with #D100FD
Text Example
Text Example
White with #D100FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D100FD; }
p { color: rgb(209,0,253); }
H1.HeaderClassName
{
color: #D100FD;
}
.AnyTagClassName
{
color: #D100FD;
}
</style>
background-color css
<style>
a { background-color: #D100FD; }
a { background-color: rgb(209,0,253); }
div.DivClassName
{
background-color: #D100FD;
}
.BgClassName
{
background-color: #D100FD;
}
</style>
border-color css
<style>
span { border-color: #D100FD; }
span { border-color: rgb(209,0,253); }
td.TdClassName
{
border-color: #D100FD;
}
.TagClassName
{
border-color: #D100FD;
}
</style>