Shades of Psychedelic Purple #D80AFB
Tints of Psychedelic Purple #D80AFB
RGB
CMYK
RGB Variations
Color information
#D80AFB (or 0xD80AFB) is known color: Psychedelic Purple. HEX triplet: D8, 0A and FB. RGB value is (216,10,251). Sum of RGB (Red+Green+Blue) = 216+10+251=477 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.28% from 477); Green value is 10 (4.30% from 255 or 2.10% from 477); Blue value is 251 (98.44% from 255 or 52.62% from 477); Max value from RGB is 251 - color contains mainly: blue. Hex color #D80AFB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D80AFB is #27F504. Grayscale: #626262. Windows color (decimal): -2618629 or 16452312. OLE color: 16452312.
HSL color Cylindrical-coordinate representation of color #D80AFB: hue angle of 291.29º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D80AFB is Cyan = 0.14, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 216 | 10 | 251 | - |
| CMYK | 0.14 | 0.96 | 0 | 0.02 |
| HSL | 291.29º | 0.97% | 0.51% | - |
| HSV(B) | 291.29º | 0.96% | 0.98% | - |
| XYZ | 45.84 | 21.78 | 93.05 | - |
| YUV | 99.07 | 213.75 | 211.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 10 | 251 | 0.14 | 0.96 | 0 | 0.02 | 291.29 | 0.97 | 0.51 |
| Hex | D8 | A | FB | E | 60 | 0 | 2 | 123 | 61 | 33 |
| Octal | 330 | 12 | 373 | 16 | 140 | 0 | 2 | 443 | 141 | 63 |
| Binary | 11011000 | 1010 | 11111011 | 1110 | 1100000 | 0 | 10 | 100100011 | 1100001 | 110011 |
Color Harmonies of #D80AFB
Complementary color
Monochromatic Colors of #D80AFB
Black with #D80AFB
Text Example
Text Example
White with #D80AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80AFB; }
p { color: rgb(216,10,251); }
H1.HeaderClassName
{
color: #D80AFB;
}
.AnyTagClassName
{
color: #D80AFB;
}
</style>
background-color css
<style>
a { background-color: #D80AFB; }
a { background-color: rgb(216,10,251); }
div.DivClassName
{
background-color: #D80AFB;
}
.BgClassName
{
background-color: #D80AFB;
}
</style>
border-color css
<style>
span { border-color: #D80AFB; }
span { border-color: rgb(216,10,251); }
td.TdClassName
{
border-color: #D80AFB;
}
.TagClassName
{
border-color: #D80AFB;
}
</style>