Shades of Psychedelic Purple #D318ED
Tints of Psychedelic Purple #D318ED
RGB
CMYK
RGB Variations
Color information
#D318ED (or 0xD318ED) is known color: Psychedelic Purple. HEX triplet: D3, 18 and ED. RGB value is (211,24,237). Sum of RGB (Red+Green+Blue) = 211+24+237=472 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.70% from 472); Green value is 24 (9.77% from 255 or 5.08% from 472); Blue value is 237 (92.97% from 255 or 50.21% from 472); Max value from RGB is 237 - color contains mainly: blue. Hex color #D318ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D318ED is #2CE712. Grayscale: #676767. Windows color (decimal): -2942739 or 15538387. OLE color: 15538387.
HSL color Cylindrical-coordinate representation of color #D318ED: hue angle of 292.68º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D318ED is Cyan = 0.11, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 24 | 237 | - |
| CMYK | 0.11 | 0.90 | 0 | 0.07 |
| HSL | 292.68º | 0.86% | 0.51% | - |
| HSV(B) | 292.68º | 0.9% | 0.93% | - |
| XYZ | 42.48 | 20.62 | 81.86 | - |
| YUV | 104.2 | 202.95 | 204.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 24 | 237 | 0.11 | 0.90 | 0 | 0.07 | 292.68 | 0.86 | 0.51 |
| Hex | D3 | 18 | ED | B | 5A | 0 | 7 | 125 | 56 | 33 |
| Octal | 323 | 30 | 355 | 13 | 132 | 0 | 7 | 445 | 126 | 63 |
| Binary | 11010011 | 11000 | 11101101 | 1011 | 1011010 | 0 | 111 | 100100101 | 1010110 | 110011 |
Color Harmonies of #D318ED
Complementary color
Monochromatic Colors of #D318ED
Black with #D318ED
Text Example
Text Example
White with #D318ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D318ED; }
p { color: rgb(211,24,237); }
H1.HeaderClassName
{
color: #D318ED;
}
.AnyTagClassName
{
color: #D318ED;
}
</style>
background-color css
<style>
a { background-color: #D318ED; }
a { background-color: rgb(211,24,237); }
div.DivClassName
{
background-color: #D318ED;
}
.BgClassName
{
background-color: #D318ED;
}
</style>
border-color css
<style>
span { border-color: #D318ED; }
span { border-color: rgb(211,24,237); }
td.TdClassName
{
border-color: #D318ED;
}
.TagClassName
{
border-color: #D318ED;
}
</style>