Shades of Psychedelic Purple #D101FD
Tints of Psychedelic Purple #D101FD
RGB
CMYK
RGB Variations
Color information
#D101FD (or 0xD101FD) is known color: Psychedelic Purple. HEX triplet: D1, 01 and FD. RGB value is (209,1,253). Sum of RGB (Red+Green+Blue) = 209+1+253=463 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.14% from 463); Green value is 1 (0.78% from 255 or 0.22% from 463); Blue value is 253 (99.22% from 255 or 54.64% from 463); Max value from RGB is 253 - color contains mainly: blue. Hex color #D101FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D101FD is #2EFE02. Grayscale: #5B5B5B. Windows color (decimal): -3079683 or 16581073. OLE color: 16581073.
HSL color Cylindrical-coordinate representation of color #D101FD: hue angle of 289.52º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D101FD is Cyan = 0.17, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 209 | 1 | 253 | - |
| CMYK | 0.17 | 1.00 | 0 | 0.01 |
| HSL | 289.52º | 0.99% | 0.5% | - |
| HSV(B) | 289.52º | 1% | 0.99% | - |
| XYZ | 44.03 | 20.67 | 94.6 | - |
| YUV | 91.92 | 218.91 | 211.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 1 | 253 | 0.17 | 1.00 | 0 | 0.01 | 289.52 | 0.99 | 0.5 |
| Hex | D1 | 1 | FD | 11 | 64 | 0 | 1 | 122 | 63 | 32 |
| Octal | 321 | 1 | 375 | 21 | 144 | 0 | 1 | 442 | 143 | 62 |
| Binary | 11010001 | 1 | 11111101 | 10001 | 1100100 | 0 | 1 | 100100010 | 1100011 | 110010 |
Color Harmonies of #D101FD
Complementary color
Monochromatic Colors of #D101FD
Black with #D101FD
Text Example
Text Example
White with #D101FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D101FD; }
p { color: rgb(209,1,253); }
H1.HeaderClassName
{
color: #D101FD;
}
.AnyTagClassName
{
color: #D101FD;
}
</style>
background-color css
<style>
a { background-color: #D101FD; }
a { background-color: rgb(209,1,253); }
div.DivClassName
{
background-color: #D101FD;
}
.BgClassName
{
background-color: #D101FD;
}
</style>
border-color css
<style>
span { border-color: #D101FD; }
span { border-color: rgb(209,1,253); }
td.TdClassName
{
border-color: #D101FD;
}
.TagClassName
{
border-color: #D101FD;
}
</style>