Shades of Psychedelic Purple #D312E6
Tints of Psychedelic Purple #D312E6
RGB
CMYK
RGB Variations
Color information
#D312E6 (or 0xD312E6) is known color: Psychedelic Purple. HEX triplet: D3, 12 and E6. RGB value is (211,18,230). Sum of RGB (Red+Green+Blue) = 211+18+230=459 (60% of max value = 765). Red value is 211 (82.81% from 255 or 45.97% from 459); Green value is 18 (7.42% from 255 or 3.92% from 459); Blue value is 230 (90.23% from 255 or 50.11% from 459); Max value from RGB is 230 - color contains mainly: blue. Hex color #D312E6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D312E6 is #2CED19. Grayscale: #636363. Windows color (decimal): -2944282 or 15078099. OLE color: 15078099.
HSL color Cylindrical-coordinate representation of color #D312E6: hue angle of 294.62º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D312E6 is Cyan = 0.08, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 211 | 18 | 230 | - |
| CMYK | 0.08 | 0.92 | 0 | 0.10 |
| HSL | 294.62º | 0.85% | 0.49% | - |
| HSV(B) | 294.62º | 0.92% | 0.9% | - |
| XYZ | 41.36 | 19.99 | 76.54 | - |
| YUV | 99.88 | 201.44 | 207.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 18 | 230 | 0.08 | 0.92 | 0 | 0.10 | 294.62 | 0.85 | 0.49 |
| Hex | D3 | 12 | E6 | 8 | 5C | 0 | A | 127 | 55 | 31 |
| Octal | 323 | 22 | 346 | 10 | 134 | 0 | 12 | 447 | 125 | 61 |
| Binary | 11010011 | 10010 | 11100110 | 1000 | 1011100 | 0 | 1010 | 100100111 | 1010101 | 110001 |
Color Harmonies of #D312E6
Complementary color
Monochromatic Colors of #D312E6
Black with #D312E6
Text Example
Text Example
White with #D312E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D312E6; }
p { color: rgb(211,18,230); }
H1.HeaderClassName
{
color: #D312E6;
}
.AnyTagClassName
{
color: #D312E6;
}
</style>
background-color css
<style>
a { background-color: #D312E6; }
a { background-color: rgb(211,18,230); }
div.DivClassName
{
background-color: #D312E6;
}
.BgClassName
{
background-color: #D312E6;
}
</style>
border-color css
<style>
span { border-color: #D312E6; }
span { border-color: rgb(211,18,230); }
td.TdClassName
{
border-color: #D312E6;
}
.TagClassName
{
border-color: #D312E6;
}
</style>