Shades of Psychedelic Purple #DB24FB
Tints of Psychedelic Purple #DB24FB
RGB
CMYK
RGB Variations
Color information
#DB24FB (or 0xDB24FB) is known color: Psychedelic Purple. HEX triplet: DB, 24 and FB. RGB value is (219,36,251). Sum of RGB (Red+Green+Blue) = 219+36+251=506 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.28% from 506); Green value is 36 (14.45% from 255 or 7.11% from 506); Blue value is 251 (98.44% from 255 or 49.60% from 506); Max value from RGB is 251 - color contains mainly: blue. Hex color #DB24FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB24FB is #24DB04. Grayscale: #727272. Windows color (decimal): -2415365 or 16458971. OLE color: 16458971.
HSL color Cylindrical-coordinate representation of color #DB24FB: hue angle of 291.07º 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 #DB24FB is Cyan = 0.13, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 36 | 251 | - |
| CMYK | 0.13 | 0.86 | 0 | 0.02 |
| HSL | 291.07º | 0.96% | 0.56% | - |
| HSV(B) | 291.07º | 0.86% | 0.98% | - |
| XYZ | 47.26 | 23.29 | 93.27 | - |
| YUV | 115.23 | 204.63 | 202.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 36 | 251 | 0.13 | 0.86 | 0 | 0.02 | 291.07 | 0.96 | 0.56 |
| Hex | DB | 24 | FB | D | 56 | 0 | 2 | 123 | 60 | 38 |
| Octal | 333 | 44 | 373 | 15 | 126 | 0 | 2 | 443 | 140 | 70 |
| Binary | 11011011 | 100100 | 11111011 | 1101 | 1010110 | 0 | 10 | 100100011 | 1100000 | 111000 |
Color Harmonies of #DB24FB
Complementary color
Monochromatic Colors of #DB24FB
Black with #DB24FB
Text Example
Text Example
White with #DB24FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB24FB; }
p { color: rgb(219,36,251); }
H1.HeaderClassName
{
color: #DB24FB;
}
.AnyTagClassName
{
color: #DB24FB;
}
</style>
background-color css
<style>
a { background-color: #DB24FB; }
a { background-color: rgb(219,36,251); }
div.DivClassName
{
background-color: #DB24FB;
}
.BgClassName
{
background-color: #DB24FB;
}
</style>
border-color css
<style>
span { border-color: #DB24FB; }
span { border-color: rgb(219,36,251); }
td.TdClassName
{
border-color: #DB24FB;
}
.TagClassName
{
border-color: #DB24FB;
}
</style>