Shades of Psychedelic Purple #DB24FC
Tints of Psychedelic Purple #DB24FC
RGB
CMYK
RGB Variations
Color information
#DB24FC (or 0xDB24FC) is known color: Psychedelic Purple. HEX triplet: DB, 24 and FC. RGB value is (219,36,252). Sum of RGB (Red+Green+Blue) = 219+36+252=507 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.20% from 507); Green value is 36 (14.45% from 255 or 7.10% from 507); Blue value is 252 (98.83% from 255 or 49.70% from 507); Max value from RGB is 252 - color contains mainly: blue. Hex color #DB24FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB24FC is #24DB03. Grayscale: #727272. Windows color (decimal): -2415364 or 16524507. OLE color: 16524507.
HSL color Cylindrical-coordinate representation of color #DB24FC: hue angle of 290.83º degrees, saturation: 0.97, 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 #DB24FC is Cyan = 0.13, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 36 | 252 | - |
| CMYK | 0.13 | 0.86 | 0 | 0.01 |
| HSL | 290.83º | 0.97% | 0.56% | - |
| HSV(B) | 290.83º | 0.86% | 0.99% | - |
| XYZ | 47.41 | 23.35 | 94.1 | - |
| YUV | 115.34 | 205.13 | 201.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 36 | 252 | 0.13 | 0.86 | 0 | 0.01 | 290.83 | 0.97 | 0.56 |
| Hex | DB | 24 | FC | D | 56 | 0 | 1 | 123 | 61 | 38 |
| Octal | 333 | 44 | 374 | 15 | 126 | 0 | 1 | 443 | 141 | 70 |
| Binary | 11011011 | 100100 | 11111100 | 1101 | 1010110 | 0 | 1 | 100100011 | 1100001 | 111000 |
Color Harmonies of #DB24FC
Complementary color
Monochromatic Colors of #DB24FC
Black with #DB24FC
Text Example
Text Example
White with #DB24FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB24FC; }
p { color: rgb(219,36,252); }
H1.HeaderClassName
{
color: #DB24FC;
}
.AnyTagClassName
{
color: #DB24FC;
}
</style>
background-color css
<style>
a { background-color: #DB24FC; }
a { background-color: rgb(219,36,252); }
div.DivClassName
{
background-color: #DB24FC;
}
.BgClassName
{
background-color: #DB24FC;
}
</style>
border-color css
<style>
span { border-color: #DB24FC; }
span { border-color: rgb(219,36,252); }
td.TdClassName
{
border-color: #DB24FC;
}
.TagClassName
{
border-color: #DB24FC;
}
</style>