Shades of Psychedelic Purple #DC14F8
Tints of Psychedelic Purple #DC14F8
RGB
CMYK
RGB Variations
Color information
#DC14F8 (or 0xDC14F8) is known color: Psychedelic Purple. HEX triplet: DC, 14 and F8. RGB value is (220,20,248). Sum of RGB (Red+Green+Blue) = 220+20+248=488 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.08% from 488); Green value is 20 (8.20% from 255 or 4.10% from 488); Blue value is 248 (97.27% from 255 or 50.82% from 488); Max value from RGB is 248 - color contains mainly: blue. Hex color #DC14F8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC14F8 is #23EB07. Grayscale: #696969. Windows color (decimal): -2353928 or 16258268. OLE color: 16258268.
HSL color Cylindrical-coordinate representation of color #DC14F8: hue angle of 292.63º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DC14F8 is Cyan = 0.11, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 220 | 20 | 248 | - |
| CMYK | 0.11 | 0.92 | 0 | 0.03 |
| HSL | 292.63º | 0.94% | 0.53% | - |
| HSV(B) | 292.63º | 0.92% | 0.97% | - |
| XYZ | 46.71 | 22.49 | 90.69 | - |
| YUV | 105.79 | 208.26 | 209.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 20 | 248 | 0.11 | 0.92 | 0 | 0.03 | 292.63 | 0.94 | 0.53 |
| Hex | DC | 14 | F8 | B | 5C | 0 | 3 | 125 | 5E | 35 |
| Octal | 334 | 24 | 370 | 13 | 134 | 0 | 3 | 445 | 136 | 65 |
| Binary | 11011100 | 10100 | 11111000 | 1011 | 1011100 | 0 | 11 | 100100101 | 1011110 | 110101 |
Color Harmonies of #DC14F8
Complementary color
Monochromatic Colors of #DC14F8
Black with #DC14F8
Text Example
Text Example
White with #DC14F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC14F8; }
p { color: rgb(220,20,248); }
H1.HeaderClassName
{
color: #DC14F8;
}
.AnyTagClassName
{
color: #DC14F8;
}
</style>
background-color css
<style>
a { background-color: #DC14F8; }
a { background-color: rgb(220,20,248); }
div.DivClassName
{
background-color: #DC14F8;
}
.BgClassName
{
background-color: #DC14F8;
}
</style>
border-color css
<style>
span { border-color: #DC14F8; }
span { border-color: rgb(220,20,248); }
td.TdClassName
{
border-color: #DC14F8;
}
.TagClassName
{
border-color: #DC14F8;
}
</style>