Shades of Psychedelic Purple #D01BEA
Tints of Psychedelic Purple #D01BEA
RGB
CMYK
RGB Variations
Color information
#D01BEA (or 0xD01BEA) is known color: Psychedelic Purple. HEX triplet: D0, 1B and EA. RGB value is (208,27,234). Sum of RGB (Red+Green+Blue) = 208+27+234=469 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.35% from 469); Green value is 27 (10.94% from 255 or 5.76% from 469); Blue value is 234 (91.80% from 255 or 49.89% from 469); Max value from RGB is 234 - color contains mainly: blue. Hex color #D01BEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D01BEA is #2FE415. Grayscale: #686868. Windows color (decimal): -3138582 or 15342544. OLE color: 15342544.
HSL color Cylindrical-coordinate representation of color #D01BEA: hue angle of 292.46º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D01BEA is Cyan = 0.11, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 208 | 27 | 234 | - |
| CMYK | 0.11 | 0.88 | 0 | 0.08 |
| HSL | 292.46º | 0.83% | 0.51% | - |
| HSV(B) | 292.46º | 0.88% | 0.92% | - |
| XYZ | 41.26 | 20.13 | 79.55 | - |
| YUV | 104.72 | 200.97 | 201.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 27 | 234 | 0.11 | 0.88 | 0 | 0.08 | 292.46 | 0.83 | 0.51 |
| Hex | D0 | 1B | EA | B | 58 | 0 | 8 | 124 | 53 | 33 |
| Octal | 320 | 33 | 352 | 13 | 130 | 0 | 10 | 444 | 123 | 63 |
| Binary | 11010000 | 11011 | 11101010 | 1011 | 1011000 | 0 | 1000 | 100100100 | 1010011 | 110011 |
Color Harmonies of #D01BEA
Complementary color
Monochromatic Colors of #D01BEA
Black with #D01BEA
Text Example
Text Example
White with #D01BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01BEA; }
p { color: rgb(208,27,234); }
H1.HeaderClassName
{
color: #D01BEA;
}
.AnyTagClassName
{
color: #D01BEA;
}
</style>
background-color css
<style>
a { background-color: #D01BEA; }
a { background-color: rgb(208,27,234); }
div.DivClassName
{
background-color: #D01BEA;
}
.BgClassName
{
background-color: #D01BEA;
}
</style>
border-color css
<style>
span { border-color: #D01BEA; }
span { border-color: rgb(208,27,234); }
td.TdClassName
{
border-color: #D01BEA;
}
.TagClassName
{
border-color: #D01BEA;
}
</style>