Shades of Psychedelic Purple #D60AFB
Tints of Psychedelic Purple #D60AFB
RGB
CMYK
RGB Variations
Color information
#D60AFB (or 0xD60AFB) is known color: Psychedelic Purple. HEX triplet: D6, 0A and FB. RGB value is (214,10,251). Sum of RGB (Red+Green+Blue) = 214+10+251=475 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.05% from 475); Green value is 10 (4.30% from 255 or 2.11% from 475); Blue value is 251 (98.44% from 255 or 52.84% from 475); Max value from RGB is 251 - color contains mainly: blue. Hex color #D60AFB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D60AFB is #29F504. Grayscale: #616161. Windows color (decimal): -2749701 or 16452310. OLE color: 16452310.
HSL color Cylindrical-coordinate representation of color #D60AFB: hue angle of 290.79º 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 #D60AFB is Cyan = 0.15, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 214 | 10 | 251 | - |
| CMYK | 0.15 | 0.96 | 0 | 0.02 |
| HSL | 290.79º | 0.97% | 0.51% | - |
| HSV(B) | 290.79º | 0.96% | 0.98% | - |
| XYZ | 45.25 | 21.48 | 93.03 | - |
| YUV | 98.47 | 214.09 | 210.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 10 | 251 | 0.15 | 0.96 | 0 | 0.02 | 290.79 | 0.97 | 0.51 |
| Hex | D6 | A | FB | F | 60 | 0 | 2 | 123 | 61 | 33 |
| Octal | 326 | 12 | 373 | 17 | 140 | 0 | 2 | 443 | 141 | 63 |
| Binary | 11010110 | 1010 | 11111011 | 1111 | 1100000 | 0 | 10 | 100100011 | 1100001 | 110011 |
Color Harmonies of #D60AFB
Complementary color
Monochromatic Colors of #D60AFB
Black with #D60AFB
Text Example
Text Example
White with #D60AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60AFB; }
p { color: rgb(214,10,251); }
H1.HeaderClassName
{
color: #D60AFB;
}
.AnyTagClassName
{
color: #D60AFB;
}
</style>
background-color css
<style>
a { background-color: #D60AFB; }
a { background-color: rgb(214,10,251); }
div.DivClassName
{
background-color: #D60AFB;
}
.BgClassName
{
background-color: #D60AFB;
}
</style>
border-color css
<style>
span { border-color: #D60AFB; }
span { border-color: rgb(214,10,251); }
td.TdClassName
{
border-color: #D60AFB;
}
.TagClassName
{
border-color: #D60AFB;
}
</style>