Shades of Psychedelic Purple #DA12EE
Tints of Psychedelic Purple #DA12EE
RGB
CMYK
RGB Variations
Color information
#DA12EE (or 0xDA12EE) is known color: Psychedelic Purple. HEX triplet: DA, 12 and EE. RGB value is (218,18,238). Sum of RGB (Red+Green+Blue) = 218+18+238=474 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.99% from 474); Green value is 18 (7.42% from 255 or 3.80% from 474); Blue value is 238 (93.36% from 255 or 50.21% from 474); Max value from RGB is 238 - color contains mainly: blue. Hex color #DA12EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DA12EE is #25ED11. Grayscale: #666666. Windows color (decimal): -2485522 or 15602394. OLE color: 15602394.
HSL color Cylindrical-coordinate representation of color #DA12EE: hue angle of 294.55º degrees, saturation: 0.87, 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 #DA12EE is Cyan = 0.08, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 218 | 18 | 238 | - |
| CMYK | 0.08 | 0.92 | 0 | 0.07 |
| HSL | 294.55º | 0.87% | 0.5% | - |
| HSV(B) | 294.55º | 0.92% | 0.93% | - |
| XYZ | 44.56 | 21.51 | 82.69 | - |
| YUV | 102.88 | 204.26 | 210.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 18 | 238 | 0.08 | 0.92 | 0 | 0.07 | 294.55 | 0.87 | 0.5 |
| Hex | DA | 12 | EE | 8 | 5C | 0 | 7 | 127 | 57 | 32 |
| Octal | 332 | 22 | 356 | 10 | 134 | 0 | 7 | 447 | 127 | 62 |
| Binary | 11011010 | 10010 | 11101110 | 1000 | 1011100 | 0 | 111 | 100100111 | 1010111 | 110010 |
Color Harmonies of #DA12EE
Complementary color
Monochromatic Colors of #DA12EE
Black with #DA12EE
Text Example
Text Example
White with #DA12EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA12EE; }
p { color: rgb(218,18,238); }
H1.HeaderClassName
{
color: #DA12EE;
}
.AnyTagClassName
{
color: #DA12EE;
}
</style>
background-color css
<style>
a { background-color: #DA12EE; }
a { background-color: rgb(218,18,238); }
div.DivClassName
{
background-color: #DA12EE;
}
.BgClassName
{
background-color: #DA12EE;
}
</style>
border-color css
<style>
span { border-color: #DA12EE; }
span { border-color: rgb(218,18,238); }
td.TdClassName
{
border-color: #DA12EE;
}
.TagClassName
{
border-color: #DA12EE;
}
</style>