Shades of Psychedelic Purple #D80AF2
Tints of Psychedelic Purple #D80AF2
RGB
CMYK
RGB Variations
Color information
#D80AF2 (or 0xD80AF2) is known color: Psychedelic Purple. HEX triplet: D8, 0A and F2. RGB value is (216,10,242). Sum of RGB (Red+Green+Blue) = 216+10+242=468 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.15% from 468); Green value is 10 (4.30% from 255 or 2.14% from 468); Blue value is 242 (94.92% from 255 or 51.71% from 468); Max value from RGB is 242 - color contains mainly: blue. Hex color #D80AF2 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D80AF2 is #27F50D. Grayscale: #616161. Windows color (decimal): -2618638 or 15862488. OLE color: 15862488.
HSL color Cylindrical-coordinate representation of color #D80AF2: hue angle of 293.28º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D80AF2 is Cyan = 0.11, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 216 | 10 | 242 | - |
| CMYK | 0.11 | 0.96 | 0 | 0.05 |
| HSL | 293.28º | 0.92% | 0.49% | - |
| HSV(B) | 293.28º | 0.96% | 0.95% | - |
| XYZ | 44.45 | 21.23 | 85.76 | - |
| YUV | 98.04 | 209.25 | 212.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 10 | 242 | 0.11 | 0.96 | 0 | 0.05 | 293.28 | 0.92 | 0.49 |
| Hex | D8 | A | F2 | B | 60 | 0 | 5 | 125 | 5C | 31 |
| Octal | 330 | 12 | 362 | 13 | 140 | 0 | 5 | 445 | 134 | 61 |
| Binary | 11011000 | 1010 | 11110010 | 1011 | 1100000 | 0 | 101 | 100100101 | 1011100 | 110001 |
Color Harmonies of #D80AF2
Complementary color
Monochromatic Colors of #D80AF2
Black with #D80AF2
Text Example
Text Example
White with #D80AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80AF2; }
p { color: rgb(216,10,242); }
H1.HeaderClassName
{
color: #D80AF2;
}
.AnyTagClassName
{
color: #D80AF2;
}
</style>
background-color css
<style>
a { background-color: #D80AF2; }
a { background-color: rgb(216,10,242); }
div.DivClassName
{
background-color: #D80AF2;
}
.BgClassName
{
background-color: #D80AF2;
}
</style>
border-color css
<style>
span { border-color: #D80AF2; }
span { border-color: rgb(216,10,242); }
td.TdClassName
{
border-color: #D80AF2;
}
.TagClassName
{
border-color: #D80AF2;
}
</style>