Shades of Psychedelic Purple #DB23FD
Tints of Psychedelic Purple #DB23FD
RGB
CMYK
RGB Variations
Color information
#DB23FD (or 0xDB23FD) is known color: Psychedelic Purple. HEX triplet: DB, 23 and FD. RGB value is (219,35,253). Sum of RGB (Red+Green+Blue) = 219+35+253=507 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.20% from 507); Green value is 35 (14.06% from 255 or 6.90% from 507); Blue value is 253 (99.22% from 255 or 49.90% from 507); Max value from RGB is 253 - color contains mainly: blue. Hex color #DB23FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB23FD is #24DC02. Grayscale: #727272. Windows color (decimal): -2415619 or 16589787. OLE color: 16589787.
HSL color Cylindrical-coordinate representation of color #DB23FD: hue angle of 290.64º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DB23FD is Cyan = 0.13, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 35 | 253 | - |
| CMYK | 0.13 | 0.86 | 0 | 0.01 |
| HSL | 290.64º | 0.98% | 0.56% | - |
| HSV(B) | 290.64º | 0.86% | 0.99% | - |
| XYZ | 47.54 | 23.35 | 94.93 | - |
| YUV | 114.87 | 205.96 | 202.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 35 | 253 | 0.13 | 0.86 | 0 | 0.01 | 290.64 | 0.98 | 0.56 |
| Hex | DB | 23 | FD | D | 56 | 0 | 1 | 123 | 62 | 38 |
| Octal | 333 | 43 | 375 | 15 | 126 | 0 | 1 | 443 | 142 | 70 |
| Binary | 11011011 | 100011 | 11111101 | 1101 | 1010110 | 0 | 1 | 100100011 | 1100010 | 111000 |
Color Harmonies of #DB23FD
Complementary color
Monochromatic Colors of #DB23FD
Black with #DB23FD
Text Example
Text Example
White with #DB23FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB23FD; }
p { color: rgb(219,35,253); }
H1.HeaderClassName
{
color: #DB23FD;
}
.AnyTagClassName
{
color: #DB23FD;
}
</style>
background-color css
<style>
a { background-color: #DB23FD; }
a { background-color: rgb(219,35,253); }
div.DivClassName
{
background-color: #DB23FD;
}
.BgClassName
{
background-color: #DB23FD;
}
</style>
border-color css
<style>
span { border-color: #DB23FD; }
span { border-color: rgb(219,35,253); }
td.TdClassName
{
border-color: #DB23FD;
}
.TagClassName
{
border-color: #DB23FD;
}
</style>