Shades of Psychedelic Purple #D01AF2
Tints of Psychedelic Purple #D01AF2
RGB
CMYK
RGB Variations
Color information
#D01AF2 (or 0xD01AF2) is known color: Psychedelic Purple. HEX triplet: D0, 1A and F2. RGB value is (208,26,242). Sum of RGB (Red+Green+Blue) = 208+26+242=476 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.70% from 476); Green value is 26 (10.55% from 255 or 5.46% from 476); Blue value is 242 (94.92% from 255 or 50.84% from 476); Max value from RGB is 242 - color contains mainly: blue. Hex color #D01AF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D01AF2 is #2FE50D. Grayscale: #686868. Windows color (decimal): -3138830 or 15866576. OLE color: 15866576.
HSL color Cylindrical-coordinate representation of color #D01AF2: hue angle of 290.56º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D01AF2 is Cyan = 0.14, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 208 | 26 | 242 | - |
| CMYK | 0.14 | 0.89 | 0 | 0.05 |
| HSL | 290.56º | 0.89% | 0.53% | - |
| HSV(B) | 290.56º | 0.89% | 0.95% | - |
| XYZ | 42.41 | 20.56 | 85.74 | - |
| YUV | 105.04 | 205.3 | 201.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 26 | 242 | 0.14 | 0.89 | 0 | 0.05 | 290.56 | 0.89 | 0.53 |
| Hex | D0 | 1A | F2 | E | 59 | 0 | 5 | 123 | 59 | 35 |
| Octal | 320 | 32 | 362 | 16 | 131 | 0 | 5 | 443 | 131 | 65 |
| Binary | 11010000 | 11010 | 11110010 | 1110 | 1011001 | 0 | 101 | 100100011 | 1011001 | 110101 |
Color Harmonies of #D01AF2
Complementary color
Monochromatic Colors of #D01AF2
Black with #D01AF2
Text Example
Text Example
White with #D01AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01AF2; }
p { color: rgb(208,26,242); }
H1.HeaderClassName
{
color: #D01AF2;
}
.AnyTagClassName
{
color: #D01AF2;
}
</style>
background-color css
<style>
a { background-color: #D01AF2; }
a { background-color: rgb(208,26,242); }
div.DivClassName
{
background-color: #D01AF2;
}
.BgClassName
{
background-color: #D01AF2;
}
</style>
border-color css
<style>
span { border-color: #D01AF2; }
span { border-color: rgb(208,26,242); }
td.TdClassName
{
border-color: #D01AF2;
}
.TagClassName
{
border-color: #D01AF2;
}
</style>