Shades of Psychedelic Purple #D20BEB
Tints of Psychedelic Purple #D20BEB
RGB
CMYK
RGB Variations
Color information
#D20BEB (or 0xD20BEB) is known color: Psychedelic Purple. HEX triplet: D2, 0B and EB. RGB value is (210,11,235). Sum of RGB (Red+Green+Blue) = 210+11+235=456 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.05% from 456); Green value is 11 (4.69% from 255 or 2.41% from 456); Blue value is 235 (92.19% from 255 or 51.54% from 456); Max value from RGB is 235 - color contains mainly: blue. Hex color #D20BEB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D20BEB is #2DF414. Grayscale: #5F5F5F. Windows color (decimal): -3011605 or 15403986. OLE color: 15403986.
HSL color Cylindrical-coordinate representation of color #D20BEB: hue angle of 293.3º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D20BEB is Cyan = 0.11, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 210 | 11 | 235 | - |
| CMYK | 0.11 | 0.95 | 0 | 0.08 |
| HSL | 293.3º | 0.91% | 0.48% | - |
| HSV(B) | 293.3º | 0.95% | 0.92% | - |
| XYZ | 41.69 | 19.94 | 80.25 | - |
| YUV | 96.04 | 206.43 | 209.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 11 | 235 | 0.11 | 0.95 | 0 | 0.08 | 293.3 | 0.91 | 0.48 |
| Hex | D2 | B | EB | B | 5F | 0 | 8 | 125 | 5B | 30 |
| Octal | 322 | 13 | 353 | 13 | 137 | 0 | 10 | 445 | 133 | 60 |
| Binary | 11010010 | 1011 | 11101011 | 1011 | 1011111 | 0 | 1000 | 100100101 | 1011011 | 110000 |
Color Harmonies of #D20BEB
Complementary color
Monochromatic Colors of #D20BEB
Black with #D20BEB
Text Example
Text Example
White with #D20BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20BEB; }
p { color: rgb(210,11,235); }
H1.HeaderClassName
{
color: #D20BEB;
}
.AnyTagClassName
{
color: #D20BEB;
}
</style>
background-color css
<style>
a { background-color: #D20BEB; }
a { background-color: rgb(210,11,235); }
div.DivClassName
{
background-color: #D20BEB;
}
.BgClassName
{
background-color: #D20BEB;
}
</style>
border-color css
<style>
span { border-color: #D20BEB; }
span { border-color: rgb(210,11,235); }
td.TdClassName
{
border-color: #D20BEB;
}
.TagClassName
{
border-color: #D20BEB;
}
</style>