Shades of Psychedelic Purple #D60AE8
Tints of Psychedelic Purple #D60AE8
RGB
CMYK
RGB Variations
Color information
#D60AE8 (or 0xD60AE8) is known color: Psychedelic Purple. HEX triplet: D6, 0A and E8. RGB value is (214,10,232). Sum of RGB (Red+Green+Blue) = 214+10+232=456 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.93% from 456); Green value is 10 (4.30% from 255 or 2.19% from 456); Blue value is 232 (91.02% from 255 or 50.88% from 456); Max value from RGB is 232 - color contains mainly: blue. Hex color #D60AE8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D60AE8 is #29F517. Grayscale: #5F5F5F. Windows color (decimal): -2749720 or 15207126. OLE color: 15207126.
HSL color Cylindrical-coordinate representation of color #D60AE8: hue angle of 295.14º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D60AE8 is Cyan = 0.08, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 214 | 10 | 232 | - |
| CMYK | 0.08 | 0.96 | 0 | 0.09 |
| HSL | 295.14º | 0.92% | 0.47% | - |
| HSV(B) | 295.14º | 0.96% | 0.91% | - |
| XYZ | 42.41 | 20.34 | 78.03 | - |
| YUV | 96.3 | 204.59 | 211.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 10 | 232 | 0.08 | 0.96 | 0 | 0.09 | 295.14 | 0.92 | 0.47 |
| Hex | D6 | A | E8 | 8 | 60 | 0 | 9 | 127 | 5C | 2F |
| Octal | 326 | 12 | 350 | 10 | 140 | 0 | 11 | 447 | 134 | 57 |
| Binary | 11010110 | 1010 | 11101000 | 1000 | 1100000 | 0 | 1001 | 100100111 | 1011100 | 101111 |
Color Harmonies of #D60AE8
Complementary color
Monochromatic Colors of #D60AE8
Black with #D60AE8
Text Example
Text Example
White with #D60AE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60AE8; }
p { color: rgb(214,10,232); }
H1.HeaderClassName
{
color: #D60AE8;
}
.AnyTagClassName
{
color: #D60AE8;
}
</style>
background-color css
<style>
a { background-color: #D60AE8; }
a { background-color: rgb(214,10,232); }
div.DivClassName
{
background-color: #D60AE8;
}
.BgClassName
{
background-color: #D60AE8;
}
</style>
border-color css
<style>
span { border-color: #D60AE8; }
span { border-color: rgb(214,10,232); }
td.TdClassName
{
border-color: #D60AE8;
}
.TagClassName
{
border-color: #D60AE8;
}
</style>