Shades of Psychedelic Purple #D81AF2
Tints of Psychedelic Purple #D81AF2
RGB
CMYK
RGB Variations
Color information
#D81AF2 (or 0xD81AF2) is known color: Psychedelic Purple. HEX triplet: D8, 1A and F2. RGB value is (216,26,242). Sum of RGB (Red+Green+Blue) = 216+26+242=484 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.63% from 484); Green value is 26 (10.55% from 255 or 5.37% from 484); Blue value is 242 (94.92% from 255 or 50% from 484); Max value from RGB is 242 - color contains mainly: blue. Hex color #D81AF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D81AF2 is #27E50D. Grayscale: #6A6A6A. Windows color (decimal): -2614542 or 15866584. OLE color: 15866584.
HSL color Cylindrical-coordinate representation of color #D81AF2: hue angle of 292.78º 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 #D81AF2 is Cyan = 0.11, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 216 | 26 | 242 | - |
| CMYK | 0.11 | 0.89 | 0 | 0.05 |
| HSL | 292.78º | 0.89% | 0.53% | - |
| HSV(B) | 292.78º | 0.89% | 0.95% | - |
| XYZ | 44.72 | 21.75 | 85.85 | - |
| YUV | 107.43 | 203.95 | 205.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 26 | 242 | 0.11 | 0.89 | 0 | 0.05 | 292.78 | 0.89 | 0.53 |
| Hex | D8 | 1A | F2 | B | 59 | 0 | 5 | 125 | 59 | 35 |
| Octal | 330 | 32 | 362 | 13 | 131 | 0 | 5 | 445 | 131 | 65 |
| Binary | 11011000 | 11010 | 11110010 | 1011 | 1011001 | 0 | 101 | 100100101 | 1011001 | 110101 |
Color Harmonies of #D81AF2
Complementary color
Monochromatic Colors of #D81AF2
Black with #D81AF2
Text Example
Text Example
White with #D81AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81AF2; }
p { color: rgb(216,26,242); }
H1.HeaderClassName
{
color: #D81AF2;
}
.AnyTagClassName
{
color: #D81AF2;
}
</style>
background-color css
<style>
a { background-color: #D81AF2; }
a { background-color: rgb(216,26,242); }
div.DivClassName
{
background-color: #D81AF2;
}
.BgClassName
{
background-color: #D81AF2;
}
</style>
border-color css
<style>
span { border-color: #D81AF2; }
span { border-color: rgb(216,26,242); }
td.TdClassName
{
border-color: #D81AF2;
}
.TagClassName
{
border-color: #D81AF2;
}
</style>