Shades of Psychedelic Purple #D01AF1
Tints of Psychedelic Purple #D01AF1
RGB
CMYK
RGB Variations
Color information
#D01AF1 (or 0xD01AF1) is known color: Psychedelic Purple. HEX triplet: D0, 1A and F1. RGB value is (208,26,241). Sum of RGB (Red+Green+Blue) = 208+26+241=475 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.79% from 475); Green value is 26 (10.55% from 255 or 5.47% from 475); Blue value is 241 (94.53% from 255 or 50.74% from 475); Max value from RGB is 241 - color contains mainly: blue. Hex color #D01AF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D01AF1 is #2FE50E. Grayscale: #686868. Windows color (decimal): -3138831 or 15801040. OLE color: 15801040.
HSL color Cylindrical-coordinate representation of color #D01AF1: hue angle of 290.79º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D01AF1 is Cyan = 0.14, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 208 | 26 | 241 | - |
| CMYK | 0.14 | 0.89 | 0 | 0.05 |
| HSL | 290.79º | 0.88% | 0.52% | - |
| HSV(B) | 290.79º | 0.89% | 0.95% | - |
| XYZ | 42.26 | 20.5 | 84.95 | - |
| YUV | 104.93 | 204.8 | 201.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 26 | 241 | 0.14 | 0.89 | 0 | 0.05 | 290.79 | 0.88 | 0.52 |
| Hex | D0 | 1A | F1 | E | 59 | 0 | 5 | 123 | 58 | 34 |
| Octal | 320 | 32 | 361 | 16 | 131 | 0 | 5 | 443 | 130 | 64 |
| Binary | 11010000 | 11010 | 11110001 | 1110 | 1011001 | 0 | 101 | 100100011 | 1011000 | 110100 |
Color Harmonies of #D01AF1
Complementary color
Monochromatic Colors of #D01AF1
Black with #D01AF1
Text Example
Text Example
White with #D01AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01AF1; }
p { color: rgb(208,26,241); }
H1.HeaderClassName
{
color: #D01AF1;
}
.AnyTagClassName
{
color: #D01AF1;
}
</style>
background-color css
<style>
a { background-color: #D01AF1; }
a { background-color: rgb(208,26,241); }
div.DivClassName
{
background-color: #D01AF1;
}
.BgClassName
{
background-color: #D01AF1;
}
</style>
border-color css
<style>
span { border-color: #D01AF1; }
span { border-color: rgb(208,26,241); }
td.TdClassName
{
border-color: #D01AF1;
}
.TagClassName
{
border-color: #D01AF1;
}
</style>