Shades of Psychedelic Purple #D415ED
Tints of Psychedelic Purple #D415ED
RGB
CMYK
RGB Variations
Color information
#D415ED (or 0xD415ED) is known color: Psychedelic Purple. HEX triplet: D4, 15 and ED. RGB value is (212,21,237). Sum of RGB (Red+Green+Blue) = 212+21+237=470 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.11% from 470); Green value is 21 (8.59% from 255 or 4.47% from 470); Blue value is 237 (92.97% from 255 or 50.43% from 470); Max value from RGB is 237 - color contains mainly: blue. Hex color #D415ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D415ED is #2BEA12. Grayscale: #666666. Windows color (decimal): -2877971 or 15537620. OLE color: 15537620.
HSL color Cylindrical-coordinate representation of color #D415ED: hue angle of 293.06º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D415ED is Cyan = 0.11, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 212 | 21 | 237 | - |
| CMYK | 0.11 | 0.91 | 0 | 0.07 |
| HSL | 293.06º | 0.86% | 0.51% | - |
| HSV(B) | 293.06º | 0.91% | 0.93% | - |
| XYZ | 42.71 | 20.65 | 81.86 | - |
| YUV | 102.73 | 203.78 | 205.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 21 | 237 | 0.11 | 0.91 | 0 | 0.07 | 293.06 | 0.86 | 0.51 |
| Hex | D4 | 15 | ED | B | 5B | 0 | 7 | 125 | 56 | 33 |
| Octal | 324 | 25 | 355 | 13 | 133 | 0 | 7 | 445 | 126 | 63 |
| Binary | 11010100 | 10101 | 11101101 | 1011 | 1011011 | 0 | 111 | 100100101 | 1010110 | 110011 |
Color Harmonies of #D415ED
Complementary color
Monochromatic Colors of #D415ED
Black with #D415ED
Text Example
Text Example
White with #D415ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D415ED; }
p { color: rgb(212,21,237); }
H1.HeaderClassName
{
color: #D415ED;
}
.AnyTagClassName
{
color: #D415ED;
}
</style>
background-color css
<style>
a { background-color: #D415ED; }
a { background-color: rgb(212,21,237); }
div.DivClassName
{
background-color: #D415ED;
}
.BgClassName
{
background-color: #D415ED;
}
</style>
border-color css
<style>
span { border-color: #D415ED; }
span { border-color: rgb(212,21,237); }
td.TdClassName
{
border-color: #D415ED;
}
.TagClassName
{
border-color: #D415ED;
}
</style>