Shades of Psychedelic Purple #D10CFE
Tints of Psychedelic Purple #D10CFE
RGB
CMYK
RGB Variations
Color information
#D10CFE (or 0xD10CFE) is known color: Psychedelic Purple. HEX triplet: D1, 0C and FE. RGB value is (209,12,254). Sum of RGB (Red+Green+Blue) = 209+12+254=475 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44% from 475); Green value is 12 (5.08% from 255 or 2.53% from 475); Blue value is 254 (99.61% from 255 or 53.47% from 475); Max value from RGB is 254 - color contains mainly: blue. Hex color #D10CFE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D10CFE is #2EF301. Grayscale: #616161. Windows color (decimal): -3076866 or 16649425. OLE color: 16649425.
HSL color Cylindrical-coordinate representation of color #D10CFE: hue angle of 288.84º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D10CFE is Cyan = 0.18, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 209 | 12 | 254 | - |
| CMYK | 0.18 | 0.95 | 0 | 0.00 |
| HSL | 288.84º | 0.99% | 0.52% | - |
| HSV(B) | 288.84º | 0.95% | 1% | - |
| XYZ | 44.32 | 20.97 | 95.48 | - |
| YUV | 98.49 | 215.77 | 206.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 12 | 254 | 0.18 | 0.95 | 0 | 0.00 | 288.84 | 0.99 | 0.52 |
| Hex | D1 | C | FE | 12 | 5F | 0 | 0 | 121 | 63 | 34 |
| Octal | 321 | 14 | 376 | 22 | 137 | 0 | 0 | 441 | 143 | 64 |
| Binary | 11010001 | 1100 | 11111110 | 10010 | 1011111 | 0 | 0 | 100100001 | 1100011 | 110100 |
Color Harmonies of #D10CFE
Complementary color
Monochromatic Colors of #D10CFE
Black with #D10CFE
Text Example
Text Example
White with #D10CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10CFE; }
p { color: rgb(209,12,254); }
H1.HeaderClassName
{
color: #D10CFE;
}
.AnyTagClassName
{
color: #D10CFE;
}
</style>
background-color css
<style>
a { background-color: #D10CFE; }
a { background-color: rgb(209,12,254); }
div.DivClassName
{
background-color: #D10CFE;
}
.BgClassName
{
background-color: #D10CFE;
}
</style>
border-color css
<style>
span { border-color: #D10CFE; }
span { border-color: rgb(209,12,254); }
td.TdClassName
{
border-color: #D10CFE;
}
.TagClassName
{
border-color: #D10CFE;
}
</style>