Shades of Psychedelic Purple #D81AF1
Tints of Psychedelic Purple #D81AF1
RGB
CMYK
RGB Variations
Color information
#D81AF1 (or 0xD81AF1) is known color: Psychedelic Purple. HEX triplet: D8, 1A and F1. RGB value is (216,26,241). Sum of RGB (Red+Green+Blue) = 216+26+241=483 (63% of max value = 765). Red value is 216 (84.77% from 255 or 44.72% from 483); Green value is 26 (10.55% from 255 or 5.38% from 483); Blue value is 241 (94.53% from 255 or 49.90% from 483); Max value from RGB is 241 - color contains mainly: blue. Hex color #D81AF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D81AF1 is #27E50E. Grayscale: #6A6A6A. Windows color (decimal): -2614543 or 15801048. OLE color: 15801048.
HSL color Cylindrical-coordinate representation of color #D81AF1: hue angle of 293.02º 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 #D81AF1 is Cyan = 0.10, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 216 | 26 | 241 | - |
| CMYK | 0.10 | 0.89 | 0 | 0.05 |
| HSL | 293.02º | 0.88% | 0.52% | - |
| HSV(B) | 293.02º | 0.89% | 0.95% | - |
| XYZ | 44.57 | 21.69 | 85.06 | - |
| YUV | 107.32 | 203.45 | 205.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 26 | 241 | 0.10 | 0.89 | 0 | 0.05 | 293.02 | 0.88 | 0.52 |
| Hex | D8 | 1A | F1 | A | 59 | 0 | 5 | 125 | 58 | 34 |
| Octal | 330 | 32 | 361 | 12 | 131 | 0 | 5 | 445 | 130 | 64 |
| Binary | 11011000 | 11010 | 11110001 | 1010 | 1011001 | 0 | 101 | 100100101 | 1011000 | 110100 |
Color Harmonies of #D81AF1
Complementary color
Monochromatic Colors of #D81AF1
Black with #D81AF1
Text Example
Text Example
White with #D81AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81AF1; }
p { color: rgb(216,26,241); }
H1.HeaderClassName
{
color: #D81AF1;
}
.AnyTagClassName
{
color: #D81AF1;
}
</style>
background-color css
<style>
a { background-color: #D81AF1; }
a { background-color: rgb(216,26,241); }
div.DivClassName
{
background-color: #D81AF1;
}
.BgClassName
{
background-color: #D81AF1;
}
</style>
border-color css
<style>
span { border-color: #D81AF1; }
span { border-color: rgb(216,26,241); }
td.TdClassName
{
border-color: #D81AF1;
}
.TagClassName
{
border-color: #D81AF1;
}
</style>