Shades of Psychedelic Purple #D01BED
Tints of Psychedelic Purple #D01BED
RGB
CMYK
RGB Variations
Color information
#D01BED (or 0xD01BED) is known color: Psychedelic Purple. HEX triplet: D0, 1B and ED. RGB value is (208,27,237). Sum of RGB (Red+Green+Blue) = 208+27+237=472 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.07% from 472); Green value is 27 (10.94% from 255 or 5.72% from 472); Blue value is 237 (92.97% from 255 or 50.21% from 472); Max value from RGB is 237 - color contains mainly: blue. Hex color #D01BED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D01BED is #2FE412. Grayscale: #686868. Windows color (decimal): -3138579 or 15539152. OLE color: 15539152.
HSL color Cylindrical-coordinate representation of color #D01BED: hue angle of 291.71º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D01BED is Cyan = 0.12, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 27 | 237 | - |
| CMYK | 0.12 | 0.89 | 0 | 0.07 |
| HSL | 291.71º | 0.85% | 0.52% | - |
| HSV(B) | 291.71º | 0.89% | 0.93% | - |
| XYZ | 41.69 | 20.31 | 81.84 | - |
| YUV | 105.06 | 202.47 | 201.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 27 | 237 | 0.12 | 0.89 | 0 | 0.07 | 291.71 | 0.85 | 0.52 |
| Hex | D0 | 1B | ED | C | 59 | 0 | 7 | 124 | 55 | 34 |
| Octal | 320 | 33 | 355 | 14 | 131 | 0 | 7 | 444 | 125 | 64 |
| Binary | 11010000 | 11011 | 11101101 | 1100 | 1011001 | 0 | 111 | 100100100 | 1010101 | 110100 |
Color Harmonies of #D01BED
Complementary color
Monochromatic Colors of #D01BED
Black with #D01BED
Text Example
Text Example
White with #D01BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01BED; }
p { color: rgb(208,27,237); }
H1.HeaderClassName
{
color: #D01BED;
}
.AnyTagClassName
{
color: #D01BED;
}
</style>
background-color css
<style>
a { background-color: #D01BED; }
a { background-color: rgb(208,27,237); }
div.DivClassName
{
background-color: #D01BED;
}
.BgClassName
{
background-color: #D01BED;
}
</style>
border-color css
<style>
span { border-color: #D01BED; }
span { border-color: rgb(208,27,237); }
td.TdClassName
{
border-color: #D01BED;
}
.TagClassName
{
border-color: #D01BED;
}
</style>