Shades of Psychedelic Purple #DC0AF1
Tints of Psychedelic Purple #DC0AF1
RGB
CMYK
RGB Variations
Color information
#DC0AF1 (or 0xDC0AF1) is known color: Psychedelic Purple. HEX triplet: DC, 0A and F1. RGB value is (220,10,241). Sum of RGB (Red+Green+Blue) = 220+10+241=471 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.71% from 471); Green value is 10 (4.30% from 255 or 2.12% 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 #DC0AF1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC0AF1 is #23F50E. Grayscale: #626262. Windows color (decimal): -2356495 or 15796956. OLE color: 15796956.
HSL color Cylindrical-coordinate representation of color #DC0AF1: hue angle of 294.55º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DC0AF1 is Cyan = 0.09, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 10 | 241 | - |
| CMYK | 0.09 | 0.96 | 0 | 0.05 |
| HSL | 294.55º | 0.92% | 0.49% | - |
| HSV(B) | 294.55º | 0.96% | 0.95% | - |
| XYZ | 45.5 | 21.78 | 85.03 | - |
| YUV | 99.12 | 208.07 | 214.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 10 | 241 | 0.09 | 0.96 | 0 | 0.05 | 294.55 | 0.92 | 0.49 |
| Hex | DC | A | F1 | 9 | 60 | 0 | 5 | 127 | 5C | 31 |
| Octal | 334 | 12 | 361 | 11 | 140 | 0 | 5 | 447 | 134 | 61 |
| Binary | 11011100 | 1010 | 11110001 | 1001 | 1100000 | 0 | 101 | 100100111 | 1011100 | 110001 |
Color Harmonies of #DC0AF1
Complementary color
Monochromatic Colors of #DC0AF1
Black with #DC0AF1
Text Example
Text Example
White with #DC0AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0AF1; }
p { color: rgb(220,10,241); }
H1.HeaderClassName
{
color: #DC0AF1;
}
.AnyTagClassName
{
color: #DC0AF1;
}
</style>
background-color css
<style>
a { background-color: #DC0AF1; }
a { background-color: rgb(220,10,241); }
div.DivClassName
{
background-color: #DC0AF1;
}
.BgClassName
{
background-color: #DC0AF1;
}
</style>
border-color css
<style>
span { border-color: #DC0AF1; }
span { border-color: rgb(220,10,241); }
td.TdClassName
{
border-color: #DC0AF1;
}
.TagClassName
{
border-color: #DC0AF1;
}
</style>