Shades of Psychedelic Purple #D100FC
Tints of Psychedelic Purple #D100FC
RGB
CMYK
RGB Variations
Color information
#D100FC (or 0xD100FC) is known color: Psychedelic Purple. HEX triplet: D1, 00 and FC. RGB value is (209,0,252). Sum of RGB (Red+Green+Blue) = 209+0+252=461 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.34% from 461); Green value is 0 (0.39% from 255 or 0% from 461); Blue value is 252 (98.83% from 255 or 54.66% from 461); Max value from RGB is 252 - color contains mainly: blue. Hex color #D100FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D100FC is #2EFF03. Grayscale: #5A5A5A. Windows color (decimal): -3079940 or 16515281. OLE color: 16515281.
HSL color Cylindrical-coordinate representation of color #D100FC: hue angle of 289.76º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D100FC is Cyan = 0.17, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 209 | 0 | 252 | - |
| CMYK | 0.17 | 1 | 0 | 0.01 |
| HSL | 289.76º | 1% | 0.49% | - |
| HSV(B) | 289.76º | 1% | 0.99% | - |
| XYZ | 43.87 | 20.58 | 93.76 | - |
| YUV | 91.22 | 218.74 | 212.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 0 | 252 | 0.17 | 1 | 0 | 0.01 | 289.76 | 1 | 0.49 |
| Hex | D1 | 0 | FC | 11 | 64 | 0 | 1 | 122 | 64 | 31 |
| Octal | 321 | 0 | 374 | 21 | 144 | 0 | 1 | 442 | 144 | 61 |
| Binary | 11010001 | 0 | 11111100 | 10001 | 1100100 | 0 | 1 | 100100010 | 1100100 | 110001 |
Color Harmonies of #D100FC
Complementary color
Monochromatic Colors of #D100FC
Black with #D100FC
Text Example
Text Example
White with #D100FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D100FC; }
p { color: rgb(209,0,252); }
H1.HeaderClassName
{
color: #D100FC;
}
.AnyTagClassName
{
color: #D100FC;
}
</style>
background-color css
<style>
a { background-color: #D100FC; }
a { background-color: rgb(209,0,252); }
div.DivClassName
{
background-color: #D100FC;
}
.BgClassName
{
background-color: #D100FC;
}
</style>
border-color css
<style>
span { border-color: #D100FC; }
span { border-color: rgb(209,0,252); }
td.TdClassName
{
border-color: #D100FC;
}
.TagClassName
{
border-color: #D100FC;
}
</style>