Shades of Psychedelic Purple #D60AFA
Tints of Psychedelic Purple #D60AFA
RGB
CMYK
RGB Variations
Color information
#D60AFA (or 0xD60AFA) is known color: Psychedelic Purple. HEX triplet: D6, 0A and FA. RGB value is (214,10,250). Sum of RGB (Red+Green+Blue) = 214+10+250=474 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.15% from 474); Green value is 10 (4.30% from 255 or 2.11% from 474); Blue value is 250 (98.05% from 255 or 52.74% from 474); Max value from RGB is 250 - color contains mainly: blue. Hex color #D60AFA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D60AFA is #29F505. Grayscale: #616161. Windows color (decimal): -2749702 or 16386774. OLE color: 16386774.
HSL color Cylindrical-coordinate representation of color #D60AFA: hue angle of 291º degrees, saturation: 0.96, 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 #D60AFA is Cyan = 0.14, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 214 | 10 | 250 | - |
| CMYK | 0.14 | 0.96 | 0 | 0.02 |
| HSL | 291º | 0.96% | 0.51% | - |
| HSV(B) | 291º | 0.96% | 0.98% | - |
| XYZ | 45.1 | 21.42 | 92.2 | - |
| YUV | 98.36 | 213.59 | 210.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 10 | 250 | 0.14 | 0.96 | 0 | 0.02 | 291 | 0.96 | 0.51 |
| Hex | D6 | A | FA | E | 60 | 0 | 2 | 123 | 60 | 33 |
| Octal | 326 | 12 | 372 | 16 | 140 | 0 | 2 | 443 | 140 | 63 |
| Binary | 11010110 | 1010 | 11111010 | 1110 | 1100000 | 0 | 10 | 100100011 | 1100000 | 110011 |
Color Harmonies of #D60AFA
Complementary color
Monochromatic Colors of #D60AFA
Black with #D60AFA
Text Example
Text Example
White with #D60AFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60AFA; }
p { color: rgb(214,10,250); }
H1.HeaderClassName
{
color: #D60AFA;
}
.AnyTagClassName
{
color: #D60AFA;
}
</style>
background-color css
<style>
a { background-color: #D60AFA; }
a { background-color: rgb(214,10,250); }
div.DivClassName
{
background-color: #D60AFA;
}
.BgClassName
{
background-color: #D60AFA;
}
</style>
border-color css
<style>
span { border-color: #D60AFA; }
span { border-color: rgb(214,10,250); }
td.TdClassName
{
border-color: #D60AFA;
}
.TagClassName
{
border-color: #D60AFA;
}
</style>