Shades of Psychedelic Purple #DA12E7
Tints of Psychedelic Purple #DA12E7
RGB
CMYK
RGB Variations
Color information
#DA12E7 (or 0xDA12E7) is known color: Psychedelic Purple. HEX triplet: DA, 12 and E7. RGB value is (218,18,231). Sum of RGB (Red+Green+Blue) = 218+18+231=467 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.68% from 467); Green value is 18 (7.42% from 255 or 3.85% from 467); Blue value is 231 (90.62% from 255 or 49.46% from 467); Max value from RGB is 231 - color contains mainly: blue. Hex color #DA12E7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DA12E7 is #25ED18. Grayscale: #656565. Windows color (decimal): -2485529 or 15143642. OLE color: 15143642.
HSL color Cylindrical-coordinate representation of color #DA12E7: hue angle of 296.34º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DA12E7 is Cyan = 0.06, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 18 | 231 | - |
| CMYK | 0.06 | 0.92 | 0 | 0.09 |
| HSL | 296.34º | 0.86% | 0.49% | - |
| HSV(B) | 296.34º | 0.92% | 0.91% | - |
| XYZ | 43.55 | 21.11 | 77.38 | - |
| YUV | 102.08 | 200.76 | 210.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 18 | 231 | 0.06 | 0.92 | 0 | 0.09 | 296.34 | 0.86 | 0.49 |
| Hex | DA | 12 | E7 | 6 | 5C | 0 | 9 | 128 | 56 | 31 |
| Octal | 332 | 22 | 347 | 6 | 134 | 0 | 11 | 450 | 126 | 61 |
| Binary | 11011010 | 10010 | 11100111 | 110 | 1011100 | 0 | 1001 | 100101000 | 1010110 | 110001 |
Color Harmonies of #DA12E7
Complementary color
Monochromatic Colors of #DA12E7
Black with #DA12E7
Text Example
Text Example
White with #DA12E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA12E7; }
p { color: rgb(218,18,231); }
H1.HeaderClassName
{
color: #DA12E7;
}
.AnyTagClassName
{
color: #DA12E7;
}
</style>
background-color css
<style>
a { background-color: #DA12E7; }
a { background-color: rgb(218,18,231); }
div.DivClassName
{
background-color: #DA12E7;
}
.BgClassName
{
background-color: #DA12E7;
}
</style>
border-color css
<style>
span { border-color: #DA12E7; }
span { border-color: rgb(218,18,231); }
td.TdClassName
{
border-color: #DA12E7;
}
.TagClassName
{
border-color: #DA12E7;
}
</style>