Shades of Psychedelic Purple #DB15ED
Tints of Psychedelic Purple #DB15ED
RGB
CMYK
RGB Variations
Color information
#DB15ED (or 0xDB15ED) is known color: Psychedelic Purple. HEX triplet: DB, 15 and ED. RGB value is (219,21,237). Sum of RGB (Red+Green+Blue) = 219+21+237=477 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.91% from 477); Green value is 21 (8.59% from 255 or 4.40% from 477); Blue value is 237 (92.97% from 255 or 49.69% from 477); Max value from RGB is 237 - color contains mainly: blue. Hex color #DB15ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB15ED is #24EA12. Grayscale: #686868. Windows color (decimal): -2419219 or 15537627. OLE color: 15537627.
HSL color Cylindrical-coordinate representation of color #DB15ED: hue angle of 295º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DB15ED is Cyan = 0.08, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 219 | 21 | 237 | - |
CMYK | 0.08 | 0.91 | 0 | 0.07 |
HSL | 295º | 0.86% | 0.51% | - |
HSV(B) | 295º | 0.91% | 0.93% | - |
XYZ | 44.77 | 21.71 | 81.95 | - |
YUV | 104.83 | 202.6 | 209.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 21 | 237 | 0.08 | 0.91 | 0 | 0.07 | 295 | 0.86 | 0.51 |
Hex | DB | 15 | ED | 8 | 5B | 0 | 7 | 127 | 56 | 33 |
Octal | 333 | 25 | 355 | 10 | 133 | 0 | 7 | 447 | 126 | 63 |
Binary | 11011011 | 10101 | 11101101 | 1000 | 1011011 | 0 | 111 | 100100111 | 1010110 | 110011 |
Color Harmonies of #DB15ED
Complementary color
Monochromatic Colors of #DB15ED
Black with #DB15ED
Text Example
Text Example
White with #DB15ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB15ED; }
p { color: rgb(219,21,237); }
H1.HeaderClassName
{
color: #DB15ED;
}
.AnyTagClassName
{
color: #DB15ED;
}
</style>
background-color css
<style>
a { background-color: #DB15ED; }
a { background-color: rgb(219,21,237); }
div.DivClassName
{
background-color: #DB15ED;
}
.BgClassName
{
background-color: #DB15ED;
}
</style>
border-color css
<style>
span { border-color: #DB15ED; }
span { border-color: rgb(219,21,237); }
td.TdClassName
{
border-color: #DB15ED;
}
.TagClassName
{
border-color: #DB15ED;
}
</style>