Shades of Psychedelic Purple #D314E6
Tints of Psychedelic Purple #D314E6
RGB
CMYK
RGB Variations
Color information
#D314E6 (or 0xD314E6) is known color: Psychedelic Purple. HEX triplet: D3, 14 and E6. RGB value is (211,20,230). Sum of RGB (Red+Green+Blue) = 211+20+230=461 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.77% from 461); Green value is 20 (8.20% from 255 or 4.34% from 461); Blue value is 230 (90.23% from 255 or 49.89% from 461); Max value from RGB is 230 - color contains mainly: blue. Hex color #D314E6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D314E6 is #2CEB19. Grayscale: #646464. Windows color (decimal): -2943770 or 15078611. OLE color: 15078611.
HSL color Cylindrical-coordinate representation of color #D314E6: hue angle of 294.57º 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 #D314E6 is Cyan = 0.08, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 211 | 20 | 230 | - |
| CMYK | 0.08 | 0.91 | 0 | 0.10 |
| HSL | 294.57º | 0.84% | 0.49% | - |
| HSV(B) | 294.57º | 0.91% | 0.9% | - |
| XYZ | 41.4 | 20.06 | 76.55 | - |
| YUV | 101.05 | 200.78 | 206.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 20 | 230 | 0.08 | 0.91 | 0 | 0.10 | 294.57 | 0.84 | 0.49 |
| Hex | D3 | 14 | E6 | 8 | 5B | 0 | A | 127 | 54 | 31 |
| Octal | 323 | 24 | 346 | 10 | 133 | 0 | 12 | 447 | 124 | 61 |
| Binary | 11010011 | 10100 | 11100110 | 1000 | 1011011 | 0 | 1010 | 100100111 | 1010100 | 110001 |
Color Harmonies of #D314E6
Complementary color
Monochromatic Colors of #D314E6
Black with #D314E6
Text Example
Text Example
White with #D314E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D314E6; }
p { color: rgb(211,20,230); }
H1.HeaderClassName
{
color: #D314E6;
}
.AnyTagClassName
{
color: #D314E6;
}
</style>
background-color css
<style>
a { background-color: #D314E6; }
a { background-color: rgb(211,20,230); }
div.DivClassName
{
background-color: #D314E6;
}
.BgClassName
{
background-color: #D314E6;
}
</style>
border-color css
<style>
span { border-color: #D314E6; }
span { border-color: rgb(211,20,230); }
td.TdClassName
{
border-color: #D314E6;
}
.TagClassName
{
border-color: #D314E6;
}
</style>