Shades of Psychedelic Purple #D101F0
Tints of Psychedelic Purple #D101F0
RGB
CMYK
RGB Variations
Color information
#D101F0 (or 0xD101F0) is known color: Psychedelic Purple. HEX triplet: D1, 01 and F0. RGB value is (209,1,240). Sum of RGB (Red+Green+Blue) = 209+1+240=450 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.44% from 450); Green value is 1 (0.78% from 255 or 0.22% from 450); Blue value is 240 (94.14% from 255 or 53.33% from 450); Max value from RGB is 240 - color contains mainly: blue. Hex color #D101F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D101F0 is #2EFE0F. Grayscale: #595959. Windows color (decimal): -3079696 or 15729105. OLE color: 15729105.
HSL color Cylindrical-coordinate representation of color #D101F0: hue angle of 292.22º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D101F0 is Cyan = 0.13, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 209 | 1 | 240 | - |
| CMYK | 0.13 | 1.00 | 0 | 0.06 |
| HSL | 292.22º | 0.99% | 0.47% | - |
| HSV(B) | 292.22º | 1% | 0.94% | - |
| XYZ | 42.03 | 19.87 | 84.06 | - |
| YUV | 90.44 | 212.41 | 212.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 1 | 240 | 0.13 | 1.00 | 0 | 0.06 | 292.22 | 0.99 | 0.47 |
| Hex | D1 | 1 | F0 | D | 64 | 0 | 6 | 124 | 63 | 2F |
| Octal | 321 | 1 | 360 | 15 | 144 | 0 | 6 | 444 | 143 | 57 |
| Binary | 11010001 | 1 | 11110000 | 1101 | 1100100 | 0 | 110 | 100100100 | 1100011 | 101111 |
Color Harmonies of #D101F0
Complementary color
Monochromatic Colors of #D101F0
Black with #D101F0
Text Example
Text Example
White with #D101F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D101F0; }
p { color: rgb(209,1,240); }
H1.HeaderClassName
{
color: #D101F0;
}
.AnyTagClassName
{
color: #D101F0;
}
</style>
background-color css
<style>
a { background-color: #D101F0; }
a { background-color: rgb(209,1,240); }
div.DivClassName
{
background-color: #D101F0;
}
.BgClassName
{
background-color: #D101F0;
}
</style>
border-color css
<style>
span { border-color: #D101F0; }
span { border-color: rgb(209,1,240); }
td.TdClassName
{
border-color: #D101F0;
}
.TagClassName
{
border-color: #D101F0;
}
</style>