Shades of Psychedelic Purple #DA12ED
Tints of Psychedelic Purple #DA12ED
RGB
CMYK
RGB Variations
Color information
#DA12ED (or 0xDA12ED) is known color: Psychedelic Purple. HEX triplet: DA, 12 and ED. RGB value is (218,18,237). Sum of RGB (Red+Green+Blue) = 218+18+237=473 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.09% from 473); Green value is 18 (7.42% from 255 or 3.81% from 473); Blue value is 237 (92.97% from 255 or 50.11% from 473); Max value from RGB is 237 - color contains mainly: blue. Hex color #DA12ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DA12ED is #25ED12. Grayscale: #666666. Windows color (decimal): -2485523 or 15536858. OLE color: 15536858.
HSL color Cylindrical-coordinate representation of color #DA12ED: hue angle of 294.79º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DA12ED is Cyan = 0.08, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 218 | 18 | 237 | - |
| CMYK | 0.08 | 0.92 | 0 | 0.07 |
| HSL | 294.79º | 0.86% | 0.5% | - |
| HSV(B) | 294.79º | 0.92% | 0.93% | - |
| XYZ | 44.42 | 21.45 | 81.92 | - |
| YUV | 102.77 | 203.76 | 210.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 18 | 237 | 0.08 | 0.92 | 0 | 0.07 | 294.79 | 0.86 | 0.5 |
| Hex | DA | 12 | ED | 8 | 5C | 0 | 7 | 127 | 56 | 32 |
| Octal | 332 | 22 | 355 | 10 | 134 | 0 | 7 | 447 | 126 | 62 |
| Binary | 11011010 | 10010 | 11101101 | 1000 | 1011100 | 0 | 111 | 100100111 | 1010110 | 110010 |
Color Harmonies of #DA12ED
Complementary color
Monochromatic Colors of #DA12ED
Black with #DA12ED
Text Example
Text Example
White with #DA12ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA12ED; }
p { color: rgb(218,18,237); }
H1.HeaderClassName
{
color: #DA12ED;
}
.AnyTagClassName
{
color: #DA12ED;
}
</style>
background-color css
<style>
a { background-color: #DA12ED; }
a { background-color: rgb(218,18,237); }
div.DivClassName
{
background-color: #DA12ED;
}
.BgClassName
{
background-color: #DA12ED;
}
</style>
border-color css
<style>
span { border-color: #DA12ED; }
span { border-color: rgb(218,18,237); }
td.TdClassName
{
border-color: #DA12ED;
}
.TagClassName
{
border-color: #DA12ED;
}
</style>