Shades of Psychedelic Purple #DA12F0
Tints of Psychedelic Purple #DA12F0
RGB
CMYK
RGB Variations
Color information
#DA12F0 (or 0xDA12F0) is known color: Psychedelic Purple. HEX triplet: DA, 12 and F0. RGB value is (218,18,240). Sum of RGB (Red+Green+Blue) = 218+18+240=476 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.80% from 476); Green value is 18 (7.42% from 255 or 3.78% from 476); Blue value is 240 (94.14% from 255 or 50.42% from 476); Max value from RGB is 240 - color contains mainly: blue. Hex color #DA12F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DA12F0 is #25ED0F. Grayscale: #666666. Windows color (decimal): -2485520 or 15733466. OLE color: 15733466.
HSL color Cylindrical-coordinate representation of color #DA12F0: hue angle of 294.05º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DA12F0 is Cyan = 0.09, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 218 | 18 | 240 | - |
| CMYK | 0.09 | 0.92 | 0 | 0.06 |
| HSL | 294.05º | 0.88% | 0.51% | - |
| HSV(B) | 294.05º | 0.93% | 0.94% | - |
| XYZ | 44.86 | 21.63 | 84.25 | - |
| YUV | 103.11 | 205.26 | 209.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 18 | 240 | 0.09 | 0.92 | 0 | 0.06 | 294.05 | 0.88 | 0.51 |
| Hex | DA | 12 | F0 | 9 | 5C | 0 | 6 | 126 | 58 | 33 |
| Octal | 332 | 22 | 360 | 11 | 134 | 0 | 6 | 446 | 130 | 63 |
| Binary | 11011010 | 10010 | 11110000 | 1001 | 1011100 | 0 | 110 | 100100110 | 1011000 | 110011 |
Color Harmonies of #DA12F0
Complementary color
Monochromatic Colors of #DA12F0
Black with #DA12F0
Text Example
Text Example
White with #DA12F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA12F0; }
p { color: rgb(218,18,240); }
H1.HeaderClassName
{
color: #DA12F0;
}
.AnyTagClassName
{
color: #DA12F0;
}
</style>
background-color css
<style>
a { background-color: #DA12F0; }
a { background-color: rgb(218,18,240); }
div.DivClassName
{
background-color: #DA12F0;
}
.BgClassName
{
background-color: #DA12F0;
}
</style>
border-color css
<style>
span { border-color: #DA12F0; }
span { border-color: rgb(218,18,240); }
td.TdClassName
{
border-color: #DA12F0;
}
.TagClassName
{
border-color: #DA12F0;
}
</style>