Shades of Psychedelic Purple #D10BE8
Tints of Psychedelic Purple #D10BE8
RGB
CMYK
RGB Variations
Color information
#D10BE8 (or 0xD10BE8) is known color: Psychedelic Purple. HEX triplet: D1, 0B and E8. RGB value is (209,11,232). Sum of RGB (Red+Green+Blue) = 209+11+232=452 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.24% from 452); Green value is 11 (4.69% from 255 or 2.43% from 452); Blue value is 232 (91.02% from 255 or 51.33% from 452); Max value from RGB is 232 - color contains mainly: blue. Hex color #D10BE8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D10BE8 is #2EF417. Grayscale: #5E5E5E. Windows color (decimal): -3077144 or 15207377. OLE color: 15207377.
HSL color Cylindrical-coordinate representation of color #D10BE8: hue angle of 293.76º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D10BE8 is Cyan = 0.10, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 209 | 11 | 232 | - |
| CMYK | 0.10 | 0.95 | 0 | 0.09 |
| HSL | 293.76º | 0.91% | 0.48% | - |
| HSV(B) | 293.76º | 0.95% | 0.91% | - |
| XYZ | 40.98 | 19.62 | 77.97 | - |
| YUV | 95.4 | 205.1 | 209.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 11 | 232 | 0.10 | 0.95 | 0 | 0.09 | 293.76 | 0.91 | 0.48 |
| Hex | D1 | B | E8 | A | 5F | 0 | 9 | 126 | 5B | 30 |
| Octal | 321 | 13 | 350 | 12 | 137 | 0 | 11 | 446 | 133 | 60 |
| Binary | 11010001 | 1011 | 11101000 | 1010 | 1011111 | 0 | 1001 | 100100110 | 1011011 | 110000 |
Color Harmonies of #D10BE8
Complementary color
Monochromatic Colors of #D10BE8
Black with #D10BE8
Text Example
Text Example
White with #D10BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10BE8; }
p { color: rgb(209,11,232); }
H1.HeaderClassName
{
color: #D10BE8;
}
.AnyTagClassName
{
color: #D10BE8;
}
</style>
background-color css
<style>
a { background-color: #D10BE8; }
a { background-color: rgb(209,11,232); }
div.DivClassName
{
background-color: #D10BE8;
}
.BgClassName
{
background-color: #D10BE8;
}
</style>
border-color css
<style>
span { border-color: #D10BE8; }
span { border-color: rgb(209,11,232); }
td.TdClassName
{
border-color: #D10BE8;
}
.TagClassName
{
border-color: #D10BE8;
}
</style>