Shades of Psychedelic Purple #D101E7
Tints of Psychedelic Purple #D101E7
RGB
CMYK
RGB Variations
Color information
#D101E7 (or 0xD101E7) is known color: Psychedelic Purple. HEX triplet: D1, 01 and E7. RGB value is (209,1,231). Sum of RGB (Red+Green+Blue) = 209+1+231=441 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.39% from 441); Green value is 1 (0.78% from 255 or 0.23% from 441); Blue value is 231 (90.62% from 255 or 52.38% from 441); Max value from RGB is 231 - color contains mainly: blue. Hex color #D101E7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D101E7 is #2EFE18. Grayscale: #585858. Windows color (decimal): -3079705 or 15139281. OLE color: 15139281.
HSL color Cylindrical-coordinate representation of color #D101E7: hue angle of 294.26º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D101E7 is Cyan = 0.10, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 209 | 1 | 231 | - |
| CMYK | 0.10 | 1.00 | 0 | 0.09 |
| HSL | 294.26º | 0.99% | 0.45% | - |
| HSV(B) | 294.26º | 1% | 0.91% | - |
| XYZ | 40.73 | 19.35 | 77.19 | - |
| YUV | 89.41 | 207.91 | 213.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 1 | 231 | 0.10 | 1.00 | 0 | 0.09 | 294.26 | 0.99 | 0.45 |
| Hex | D1 | 1 | E7 | A | 64 | 0 | 9 | 126 | 63 | 2D |
| Octal | 321 | 1 | 347 | 12 | 144 | 0 | 11 | 446 | 143 | 55 |
| Binary | 11010001 | 1 | 11100111 | 1010 | 1100100 | 0 | 1001 | 100100110 | 1100011 | 101101 |
Color Harmonies of #D101E7
Complementary color
Monochromatic Colors of #D101E7
Black with #D101E7
Text Example
Text Example
White with #D101E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D101E7; }
p { color: rgb(209,1,231); }
H1.HeaderClassName
{
color: #D101E7;
}
.AnyTagClassName
{
color: #D101E7;
}
</style>
background-color css
<style>
a { background-color: #D101E7; }
a { background-color: rgb(209,1,231); }
div.DivClassName
{
background-color: #D101E7;
}
.BgClassName
{
background-color: #D101E7;
}
</style>
border-color css
<style>
span { border-color: #D101E7; }
span { border-color: rgb(209,1,231); }
td.TdClassName
{
border-color: #D101E7;
}
.TagClassName
{
border-color: #D101E7;
}
</style>