Shades of Psychedelic Purple #DC14FB
Tints of Psychedelic Purple #DC14FB
RGB
CMYK
RGB Variations
Color information
#DC14FB (or 0xDC14FB) is known color: Psychedelic Purple. HEX triplet: DC, 14 and FB. RGB value is (220,20,251). Sum of RGB (Red+Green+Blue) = 220+20+251=491 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.81% from 491); Green value is 20 (8.20% from 255 or 4.07% from 491); Blue value is 251 (98.44% from 255 or 51.12% from 491); Max value from RGB is 251 - color contains mainly: blue. Hex color #DC14FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC14FB is #23EB04. Grayscale: #696969. Windows color (decimal): -2353925 or 16454876. OLE color: 16454876.
HSL color Cylindrical-coordinate representation of color #DC14FB: hue angle of 291.95º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DC14FB is Cyan = 0.12, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 20 | 251 | - |
| CMYK | 0.12 | 0.92 | 0 | 0.02 |
| HSL | 291.95º | 0.97% | 0.53% | - |
| HSV(B) | 291.95º | 0.92% | 0.98% | - |
| XYZ | 47.18 | 22.68 | 93.16 | - |
| YUV | 106.13 | 209.76 | 209.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 20 | 251 | 0.12 | 0.92 | 0 | 0.02 | 291.95 | 0.97 | 0.53 |
| Hex | DC | 14 | FB | C | 5C | 0 | 2 | 124 | 61 | 35 |
| Octal | 334 | 24 | 373 | 14 | 134 | 0 | 2 | 444 | 141 | 65 |
| Binary | 11011100 | 10100 | 11111011 | 1100 | 1011100 | 0 | 10 | 100100100 | 1100001 | 110101 |
Color Harmonies of #DC14FB
Complementary color
Monochromatic Colors of #DC14FB
Black with #DC14FB
Text Example
Text Example
White with #DC14FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC14FB; }
p { color: rgb(220,20,251); }
H1.HeaderClassName
{
color: #DC14FB;
}
.AnyTagClassName
{
color: #DC14FB;
}
</style>
background-color css
<style>
a { background-color: #DC14FB; }
a { background-color: rgb(220,20,251); }
div.DivClassName
{
background-color: #DC14FB;
}
.BgClassName
{
background-color: #DC14FB;
}
</style>
border-color css
<style>
span { border-color: #DC14FB; }
span { border-color: rgb(220,20,251); }
td.TdClassName
{
border-color: #DC14FB;
}
.TagClassName
{
border-color: #DC14FB;
}
</style>