Shades of Psychedelic Purple #DB24FA
Tints of Psychedelic Purple #DB24FA
RGB
CMYK
RGB Variations
Color information
#DB24FA (or 0xDB24FA) is known color: Psychedelic Purple. HEX triplet: DB, 24 and FA. RGB value is (219,36,250). Sum of RGB (Red+Green+Blue) = 219+36+250=505 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.37% from 505); Green value is 36 (14.45% from 255 or 7.13% from 505); Blue value is 250 (98.05% from 255 or 49.50% from 505); Max value from RGB is 250 - color contains mainly: blue. Hex color #DB24FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB24FA is #24DB05. Grayscale: #727272. Windows color (decimal): -2415366 or 16393435. OLE color: 16393435.
HSL color Cylindrical-coordinate representation of color #DB24FA: hue angle of 291.31º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DB24FA is Cyan = 0.12, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 36 | 250 | - |
| CMYK | 0.12 | 0.86 | 0 | 0.02 |
| HSL | 291.31º | 0.96% | 0.56% | - |
| HSV(B) | 291.31º | 0.86% | 0.98% | - |
| XYZ | 47.1 | 23.22 | 92.44 | - |
| YUV | 115.11 | 204.13 | 202.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 36 | 250 | 0.12 | 0.86 | 0 | 0.02 | 291.31 | 0.96 | 0.56 |
| Hex | DB | 24 | FA | C | 56 | 0 | 2 | 123 | 60 | 38 |
| Octal | 333 | 44 | 372 | 14 | 126 | 0 | 2 | 443 | 140 | 70 |
| Binary | 11011011 | 100100 | 11111010 | 1100 | 1010110 | 0 | 10 | 100100011 | 1100000 | 111000 |
Color Harmonies of #DB24FA
Complementary color
Monochromatic Colors of #DB24FA
Black with #DB24FA
Text Example
Text Example
White with #DB24FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB24FA; }
p { color: rgb(219,36,250); }
H1.HeaderClassName
{
color: #DB24FA;
}
.AnyTagClassName
{
color: #DB24FA;
}
</style>
background-color css
<style>
a { background-color: #DB24FA; }
a { background-color: rgb(219,36,250); }
div.DivClassName
{
background-color: #DB24FA;
}
.BgClassName
{
background-color: #DB24FA;
}
</style>
border-color css
<style>
span { border-color: #DB24FA; }
span { border-color: rgb(219,36,250); }
td.TdClassName
{
border-color: #DB24FA;
}
.TagClassName
{
border-color: #DB24FA;
}
</style>