Shades of Psychedelic Purple #D60AFD
Tints of Psychedelic Purple #D60AFD
RGB
CMYK
RGB Variations
Color information
#D60AFD (or 0xD60AFD) is known color: Psychedelic Purple. HEX triplet: D6, 0A and FD. RGB value is (214,10,253). Sum of RGB (Red+Green+Blue) = 214+10+253=477 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.86% from 477); Green value is 10 (4.30% from 255 or 2.10% from 477); Blue value is 253 (99.22% from 255 or 53.04% from 477); Max value from RGB is 253 - color contains mainly: blue. Hex color #D60AFD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D60AFD is #29F502. Grayscale: #616161. Windows color (decimal): -2749699 or 16583382. OLE color: 16583382.
HSL color Cylindrical-coordinate representation of color #D60AFD: hue angle of 290.37º 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 #D60AFD is Cyan = 0.15, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 214 | 10 | 253 | - |
| CMYK | 0.15 | 0.96 | 0 | 0.01 |
| HSL | 290.37º | 0.98% | 0.52% | - |
| HSV(B) | 290.37º | 0.96% | 0.99% | - |
| XYZ | 45.57 | 21.61 | 94.7 | - |
| YUV | 98.7 | 215.09 | 210.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 10 | 253 | 0.15 | 0.96 | 0 | 0.01 | 290.37 | 0.98 | 0.52 |
| Hex | D6 | A | FD | F | 60 | 0 | 1 | 122 | 62 | 34 |
| Octal | 326 | 12 | 375 | 17 | 140 | 0 | 1 | 442 | 142 | 64 |
| Binary | 11010110 | 1010 | 11111101 | 1111 | 1100000 | 0 | 1 | 100100010 | 1100010 | 110100 |
Color Harmonies of #D60AFD
Complementary color
Monochromatic Colors of #D60AFD
Black with #D60AFD
Text Example
Text Example
White with #D60AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60AFD; }
p { color: rgb(214,10,253); }
H1.HeaderClassName
{
color: #D60AFD;
}
.AnyTagClassName
{
color: #D60AFD;
}
</style>
background-color css
<style>
a { background-color: #D60AFD; }
a { background-color: rgb(214,10,253); }
div.DivClassName
{
background-color: #D60AFD;
}
.BgClassName
{
background-color: #D60AFD;
}
</style>
border-color css
<style>
span { border-color: #D60AFD; }
span { border-color: rgb(214,10,253); }
td.TdClassName
{
border-color: #D60AFD;
}
.TagClassName
{
border-color: #D60AFD;
}
</style>