Shades of Psychedelic Purple #DB0CFC
Tints of Psychedelic Purple #DB0CFC
RGB
CMYK
RGB Variations
Color information
#DB0CFC (or 0xDB0CFC) is known color: Psychedelic Purple. HEX triplet: DB, 0C and FC. RGB value is (219,12,252). Sum of RGB (Red+Green+Blue) = 219+12+252=483 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.34% from 483); Green value is 12 (5.08% from 255 or 2.48% from 483); Blue value is 252 (98.83% from 255 or 52.17% from 483); Max value from RGB is 252 - color contains mainly: blue. Hex color #DB0CFC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB0CFC is #24F303. Grayscale: #646464. Windows color (decimal): -2421508 or 16518363. OLE color: 16518363.
HSL color Cylindrical-coordinate representation of color #DB0CFC: hue angle of 291.75º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DB0CFC is Cyan = 0.13, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 12 | 252 | - |
| CMYK | 0.13 | 0.95 | 0 | 0.01 |
| HSL | 291.75º | 0.98% | 0.52% | - |
| HSV(B) | 291.75º | 0.95% | 0.99% | - |
| XYZ | 46.92 | 22.35 | 93.94 | - |
| YUV | 101.25 | 213.08 | 211.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 12 | 252 | 0.13 | 0.95 | 0 | 0.01 | 291.75 | 0.98 | 0.52 |
| Hex | DB | C | FC | D | 5F | 0 | 1 | 124 | 62 | 34 |
| Octal | 333 | 14 | 374 | 15 | 137 | 0 | 1 | 444 | 142 | 64 |
| Binary | 11011011 | 1100 | 11111100 | 1101 | 1011111 | 0 | 1 | 100100100 | 1100010 | 110100 |
Color Harmonies of #DB0CFC
Complementary color
Monochromatic Colors of #DB0CFC
Black with #DB0CFC
Text Example
Text Example
White with #DB0CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0CFC; }
p { color: rgb(219,12,252); }
H1.HeaderClassName
{
color: #DB0CFC;
}
.AnyTagClassName
{
color: #DB0CFC;
}
</style>
background-color css
<style>
a { background-color: #DB0CFC; }
a { background-color: rgb(219,12,252); }
div.DivClassName
{
background-color: #DB0CFC;
}
.BgClassName
{
background-color: #DB0CFC;
}
</style>
border-color css
<style>
span { border-color: #DB0CFC; }
span { border-color: rgb(219,12,252); }
td.TdClassName
{
border-color: #DB0CFC;
}
.TagClassName
{
border-color: #DB0CFC;
}
</style>