Shades of Psychedelic Purple #D01BEB
Tints of Psychedelic Purple #D01BEB
RGB
CMYK
RGB Variations
Color information
#D01BEB (or 0xD01BEB) is known color: Psychedelic Purple. HEX triplet: D0, 1B and EB. RGB value is (208,27,235). Sum of RGB (Red+Green+Blue) = 208+27+235=470 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.26% from 470); Green value is 27 (10.94% from 255 or 5.74% from 470); Blue value is 235 (92.19% from 255 or 50% from 470); Max value from RGB is 235 - color contains mainly: blue. Hex color #D01BEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D01BEB is #2FE414. Grayscale: #686868. Windows color (decimal): -3138581 or 15408080. OLE color: 15408080.
HSL color Cylindrical-coordinate representation of color #D01BEB: hue angle of 292.21º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D01BEB is Cyan = 0.11, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 208 | 27 | 235 | - |
| CMYK | 0.11 | 0.89 | 0 | 0.08 |
| HSL | 292.21º | 0.84% | 0.51% | - |
| HSV(B) | 292.21º | 0.89% | 0.92% | - |
| XYZ | 41.4 | 20.19 | 80.31 | - |
| YUV | 104.83 | 201.47 | 201.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 27 | 235 | 0.11 | 0.89 | 0 | 0.08 | 292.21 | 0.84 | 0.51 |
| Hex | D0 | 1B | EB | B | 59 | 0 | 8 | 124 | 54 | 33 |
| Octal | 320 | 33 | 353 | 13 | 131 | 0 | 10 | 444 | 124 | 63 |
| Binary | 11010000 | 11011 | 11101011 | 1011 | 1011001 | 0 | 1000 | 100100100 | 1010100 | 110011 |
Color Harmonies of #D01BEB
Complementary color
Monochromatic Colors of #D01BEB
Black with #D01BEB
Text Example
Text Example
White with #D01BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01BEB; }
p { color: rgb(208,27,235); }
H1.HeaderClassName
{
color: #D01BEB;
}
.AnyTagClassName
{
color: #D01BEB;
}
</style>
background-color css
<style>
a { background-color: #D01BEB; }
a { background-color: rgb(208,27,235); }
div.DivClassName
{
background-color: #D01BEB;
}
.BgClassName
{
background-color: #D01BEB;
}
</style>
border-color css
<style>
span { border-color: #D01BEB; }
span { border-color: rgb(208,27,235); }
td.TdClassName
{
border-color: #D01BEB;
}
.TagClassName
{
border-color: #D01BEB;
}
</style>