Shades of Psychedelic Purple #D01BE8
Tints of Psychedelic Purple #D01BE8
RGB
CMYK
RGB Variations
Color information
#D01BE8 (or 0xD01BE8) is known color: Psychedelic Purple. HEX triplet: D0, 1B and E8. RGB value is (208,27,232). Sum of RGB (Red+Green+Blue) = 208+27+232=467 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.54% from 467); Green value is 27 (10.94% from 255 or 5.78% from 467); Blue value is 232 (91.02% from 255 or 49.68% from 467); Max value from RGB is 232 - color contains mainly: blue. Hex color #D01BE8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D01BE8 is #2FE417. Grayscale: #676767. Windows color (decimal): -3138584 or 15211472. OLE color: 15211472.
HSL color Cylindrical-coordinate representation of color #D01BE8: hue angle of 292.98º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D01BE8 is Cyan = 0.10, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 208 | 27 | 232 | - |
| CMYK | 0.10 | 0.88 | 0 | 0.09 |
| HSL | 292.98º | 0.82% | 0.51% | - |
| HSV(B) | 292.98º | 0.88% | 0.91% | - |
| XYZ | 40.97 | 20.02 | 78.05 | - |
| YUV | 104.49 | 199.97 | 201.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 27 | 232 | 0.10 | 0.88 | 0 | 0.09 | 292.98 | 0.82 | 0.51 |
| Hex | D0 | 1B | E8 | A | 58 | 0 | 9 | 125 | 52 | 33 |
| Octal | 320 | 33 | 350 | 12 | 130 | 0 | 11 | 445 | 122 | 63 |
| Binary | 11010000 | 11011 | 11101000 | 1010 | 1011000 | 0 | 1001 | 100100101 | 1010010 | 110011 |
Color Harmonies of #D01BE8
Complementary color
Monochromatic Colors of #D01BE8
Black with #D01BE8
Text Example
Text Example
White with #D01BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01BE8; }
p { color: rgb(208,27,232); }
H1.HeaderClassName
{
color: #D01BE8;
}
.AnyTagClassName
{
color: #D01BE8;
}
</style>
background-color css
<style>
a { background-color: #D01BE8; }
a { background-color: rgb(208,27,232); }
div.DivClassName
{
background-color: #D01BE8;
}
.BgClassName
{
background-color: #D01BE8;
}
</style>
border-color css
<style>
span { border-color: #D01BE8; }
span { border-color: rgb(208,27,232); }
td.TdClassName
{
border-color: #D01BE8;
}
.TagClassName
{
border-color: #D01BE8;
}
</style>