Shades of Psychedelic Purple #D514E6
Tints of Psychedelic Purple #D514E6
RGB
CMYK
RGB Variations
Color information
#D514E6 (or 0xD514E6) is known color: Psychedelic Purple. HEX triplet: D5, 14 and E6. RGB value is (213,20,230). Sum of RGB (Red+Green+Blue) = 213+20+230=463 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.00% from 463); Green value is 20 (8.20% from 255 or 4.32% from 463); Blue value is 230 (90.23% from 255 or 49.68% from 463); Max value from RGB is 230 - color contains mainly: blue. Hex color #D514E6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D514E6 is #2AEB19. Grayscale: #656565. Windows color (decimal): -2812698 or 15078613. OLE color: 15078613.
HSL color Cylindrical-coordinate representation of color #D514E6: hue angle of 295.14º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D514E6 is Cyan = 0.07, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 213 | 20 | 230 | - |
| CMYK | 0.07 | 0.91 | 0 | 0.10 |
| HSL | 295.14º | 0.84% | 0.49% | - |
| HSV(B) | 295.14º | 0.91% | 0.9% | - |
| XYZ | 41.97 | 20.36 | 76.58 | - |
| YUV | 101.65 | 200.44 | 207.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 20 | 230 | 0.07 | 0.91 | 0 | 0.10 | 295.14 | 0.84 | 0.49 |
| Hex | D5 | 14 | E6 | 7 | 5B | 0 | A | 127 | 54 | 31 |
| Octal | 325 | 24 | 346 | 7 | 133 | 0 | 12 | 447 | 124 | 61 |
| Binary | 11010101 | 10100 | 11100110 | 111 | 1011011 | 0 | 1010 | 100100111 | 1010100 | 110001 |
Color Harmonies of #D514E6
Complementary color
Monochromatic Colors of #D514E6
Black with #D514E6
Text Example
Text Example
White with #D514E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D514E6; }
p { color: rgb(213,20,230); }
H1.HeaderClassName
{
color: #D514E6;
}
.AnyTagClassName
{
color: #D514E6;
}
</style>
background-color css
<style>
a { background-color: #D514E6; }
a { background-color: rgb(213,20,230); }
div.DivClassName
{
background-color: #D514E6;
}
.BgClassName
{
background-color: #D514E6;
}
</style>
border-color css
<style>
span { border-color: #D514E6; }
span { border-color: rgb(213,20,230); }
td.TdClassName
{
border-color: #D514E6;
}
.TagClassName
{
border-color: #D514E6;
}
</style>