Shades of Psychedelic Purple #DA0CF1
Tints of Psychedelic Purple #DA0CF1
RGB
CMYK
RGB Variations
Color information
#DA0CF1 (or 0xDA0CF1) is known color: Psychedelic Purple. HEX triplet: DA, 0C and F1. RGB value is (218,12,241). Sum of RGB (Red+Green+Blue) = 218+12+241=471 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.28% from 471); Green value is 12 (5.08% from 255 or 2.55% from 471); Blue value is 241 (94.53% from 255 or 51.17% from 471); Max value from RGB is 241 - color contains mainly: blue. Hex color #DA0CF1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DA0CF1 is #25F30E. Grayscale: #626262. Windows color (decimal): -2487055 or 15797466. OLE color: 15797466.
HSL color Cylindrical-coordinate representation of color #DA0CF1: hue angle of 293.97º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DA0CF1 is Cyan = 0.10, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 12 | 241 | - |
| CMYK | 0.10 | 0.95 | 0 | 0.05 |
| HSL | 293.97º | 0.91% | 0.5% | - |
| HSV(B) | 293.97º | 0.95% | 0.95% | - |
| XYZ | 44.92 | 21.52 | 85.01 | - |
| YUV | 99.7 | 207.75 | 212.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 12 | 241 | 0.10 | 0.95 | 0 | 0.05 | 293.97 | 0.91 | 0.5 |
| Hex | DA | C | F1 | A | 5F | 0 | 5 | 126 | 5B | 32 |
| Octal | 332 | 14 | 361 | 12 | 137 | 0 | 5 | 446 | 133 | 62 |
| Binary | 11011010 | 1100 | 11110001 | 1010 | 1011111 | 0 | 101 | 100100110 | 1011011 | 110010 |
Color Harmonies of #DA0CF1
Complementary color
Monochromatic Colors of #DA0CF1
Black with #DA0CF1
Text Example
Text Example
White with #DA0CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0CF1; }
p { color: rgb(218,12,241); }
H1.HeaderClassName
{
color: #DA0CF1;
}
.AnyTagClassName
{
color: #DA0CF1;
}
</style>
background-color css
<style>
a { background-color: #DA0CF1; }
a { background-color: rgb(218,12,241); }
div.DivClassName
{
background-color: #DA0CF1;
}
.BgClassName
{
background-color: #DA0CF1;
}
</style>
border-color css
<style>
span { border-color: #DA0CF1; }
span { border-color: rgb(218,12,241); }
td.TdClassName
{
border-color: #DA0CF1;
}
.TagClassName
{
border-color: #DA0CF1;
}
</style>