Shades of Psychedelic Purple #D60FE8
Tints of Psychedelic Purple #D60FE8
RGB
CMYK
RGB Variations
Color information
#D60FE8 (or 0xD60FE8) is known color: Psychedelic Purple. HEX triplet: D6, 0F and E8. RGB value is (214,15,232). Sum of RGB (Red+Green+Blue) = 214+15+232=461 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.42% from 461); Green value is 15 (6.25% from 255 or 3.25% from 461); Blue value is 232 (91.02% from 255 or 50.33% from 461); Max value from RGB is 232 - color contains mainly: blue. Hex color #D60FE8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D60FE8 is #29F017. Grayscale: #626262. Windows color (decimal): -2748440 or 15208406. OLE color: 15208406.
HSL color Cylindrical-coordinate representation of color #D60FE8: hue angle of 295.02º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D60FE8 is Cyan = 0.08, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 214 | 15 | 232 | - |
| CMYK | 0.08 | 0.94 | 0 | 0.09 |
| HSL | 295.02º | 0.88% | 0.48% | - |
| HSV(B) | 295.02º | 0.94% | 0.91% | - |
| XYZ | 42.47 | 20.46 | 78.06 | - |
| YUV | 99.24 | 202.93 | 209.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 15 | 232 | 0.08 | 0.94 | 0 | 0.09 | 295.02 | 0.88 | 0.48 |
| Hex | D6 | F | E8 | 8 | 5E | 0 | 9 | 127 | 58 | 30 |
| Octal | 326 | 17 | 350 | 10 | 136 | 0 | 11 | 447 | 130 | 60 |
| Binary | 11010110 | 1111 | 11101000 | 1000 | 1011110 | 0 | 1001 | 100100111 | 1011000 | 110000 |
Color Harmonies of #D60FE8
Complementary color
Monochromatic Colors of #D60FE8
Black with #D60FE8
Text Example
Text Example
White with #D60FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60FE8; }
p { color: rgb(214,15,232); }
H1.HeaderClassName
{
color: #D60FE8;
}
.AnyTagClassName
{
color: #D60FE8;
}
</style>
background-color css
<style>
a { background-color: #D60FE8; }
a { background-color: rgb(214,15,232); }
div.DivClassName
{
background-color: #D60FE8;
}
.BgClassName
{
background-color: #D60FE8;
}
</style>
border-color css
<style>
span { border-color: #D60FE8; }
span { border-color: rgb(214,15,232); }
td.TdClassName
{
border-color: #D60FE8;
}
.TagClassName
{
border-color: #D60FE8;
}
</style>