Shades of Psychedelic Purple #DA12F1
Tints of Psychedelic Purple #DA12F1
RGB
CMYK
RGB Variations
Color information
#DA12F1 (or 0xDA12F1) is known color: Psychedelic Purple. HEX triplet: DA, 12 and F1. RGB value is (218,18,241). Sum of RGB (Red+Green+Blue) = 218+18+241=477 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.70% from 477); Green value is 18 (7.42% from 255 or 3.77% from 477); Blue value is 241 (94.53% from 255 or 50.52% from 477); Max value from RGB is 241 - color contains mainly: blue. Hex color #DA12F1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DA12F1 is #25ED0E. Grayscale: #666666. Windows color (decimal): -2485519 or 15799002. OLE color: 15799002.
HSL color Cylindrical-coordinate representation of color #DA12F1: hue angle of 293.81º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DA12F1 is Cyan = 0.10, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 18 | 241 | - |
| CMYK | 0.10 | 0.93 | 0 | 0.05 |
| HSL | 293.81º | 0.89% | 0.51% | - |
| HSV(B) | 293.81º | 0.93% | 0.95% | - |
| XYZ | 45.01 | 21.69 | 85.03 | - |
| YUV | 103.22 | 205.76 | 209.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 18 | 241 | 0.10 | 0.93 | 0 | 0.05 | 293.81 | 0.89 | 0.51 |
| Hex | DA | 12 | F1 | A | 5D | 0 | 5 | 126 | 59 | 33 |
| Octal | 332 | 22 | 361 | 12 | 135 | 0 | 5 | 446 | 131 | 63 |
| Binary | 11011010 | 10010 | 11110001 | 1010 | 1011101 | 0 | 101 | 100100110 | 1011001 | 110011 |
Color Harmonies of #DA12F1
Complementary color
Monochromatic Colors of #DA12F1
Black with #DA12F1
Text Example
Text Example
White with #DA12F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA12F1; }
p { color: rgb(218,18,241); }
H1.HeaderClassName
{
color: #DA12F1;
}
.AnyTagClassName
{
color: #DA12F1;
}
</style>
background-color css
<style>
a { background-color: #DA12F1; }
a { background-color: rgb(218,18,241); }
div.DivClassName
{
background-color: #DA12F1;
}
.BgClassName
{
background-color: #DA12F1;
}
</style>
border-color css
<style>
span { border-color: #DA12F1; }
span { border-color: rgb(218,18,241); }
td.TdClassName
{
border-color: #DA12F1;
}
.TagClassName
{
border-color: #DA12F1;
}
</style>