Shades of Psychedelic Purple #D80AFD
Tints of Psychedelic Purple #D80AFD
RGB
CMYK
RGB Variations
Color information
#D80AFD (or 0xD80AFD) is known color: Psychedelic Purple. HEX triplet: D8, 0A and FD. RGB value is (216,10,253). Sum of RGB (Red+Green+Blue) = 216+10+253=479 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.09% from 479); Green value is 10 (4.30% from 255 or 2.09% from 479); Blue value is 253 (99.22% from 255 or 52.82% from 479); Max value from RGB is 253 - color contains mainly: blue. Hex color #D80AFD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D80AFD is #27F502. Grayscale: #626262. Windows color (decimal): -2618627 or 16583384. OLE color: 16583384.
HSL color Cylindrical-coordinate representation of color #D80AFD: hue angle of 290.86º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D80AFD is Cyan = 0.15, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 216 | 10 | 253 | - |
| CMYK | 0.15 | 0.96 | 0 | 0.01 |
| HSL | 290.86º | 0.98% | 0.52% | - |
| HSV(B) | 290.86º | 0.96% | 0.99% | - |
| XYZ | 46.16 | 21.91 | 94.72 | - |
| YUV | 99.3 | 214.75 | 211.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 10 | 253 | 0.15 | 0.96 | 0 | 0.01 | 290.86 | 0.98 | 0.52 |
| Hex | D8 | A | FD | F | 60 | 0 | 1 | 123 | 62 | 34 |
| Octal | 330 | 12 | 375 | 17 | 140 | 0 | 1 | 443 | 142 | 64 |
| Binary | 11011000 | 1010 | 11111101 | 1111 | 1100000 | 0 | 1 | 100100011 | 1100010 | 110100 |
Color Harmonies of #D80AFD
Complementary color
Monochromatic Colors of #D80AFD
Black with #D80AFD
Text Example
Text Example
White with #D80AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80AFD; }
p { color: rgb(216,10,253); }
H1.HeaderClassName
{
color: #D80AFD;
}
.AnyTagClassName
{
color: #D80AFD;
}
</style>
background-color css
<style>
a { background-color: #D80AFD; }
a { background-color: rgb(216,10,253); }
div.DivClassName
{
background-color: #D80AFD;
}
.BgClassName
{
background-color: #D80AFD;
}
</style>
border-color css
<style>
span { border-color: #D80AFD; }
span { border-color: rgb(216,10,253); }
td.TdClassName
{
border-color: #D80AFD;
}
.TagClassName
{
border-color: #D80AFD;
}
</style>