Shades of Psychedelic Purple #DC14F3
Tints of Psychedelic Purple #DC14F3
RGB
CMYK
RGB Variations
Color information
#DC14F3 (or 0xDC14F3) is known color: Psychedelic Purple. HEX triplet: DC, 14 and F3. RGB value is (220,20,243). Sum of RGB (Red+Green+Blue) = 220+20+243=483 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.55% from 483); Green value is 20 (8.20% from 255 or 4.14% from 483); Blue value is 243 (95.31% from 255 or 50.31% from 483); Max value from RGB is 243 - color contains mainly: blue. Hex color #DC14F3 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC14F3 is #23EB0C. Grayscale: #686868. Windows color (decimal): -2353933 or 15930588. OLE color: 15930588.
HSL color Cylindrical-coordinate representation of color #DC14F3: hue angle of 293.81º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DC14F3 is Cyan = 0.09, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 20 | 243 | - |
| CMYK | 0.09 | 0.92 | 0 | 0.05 |
| HSL | 293.81º | 0.9% | 0.52% | - |
| HSV(B) | 293.81º | 0.92% | 0.95% | - |
| XYZ | 45.94 | 22.19 | 86.66 | - |
| YUV | 105.22 | 205.76 | 209.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 20 | 243 | 0.09 | 0.92 | 0 | 0.05 | 293.81 | 0.9 | 0.52 |
| Hex | DC | 14 | F3 | 9 | 5C | 0 | 5 | 126 | 5A | 34 |
| Octal | 334 | 24 | 363 | 11 | 134 | 0 | 5 | 446 | 132 | 64 |
| Binary | 11011100 | 10100 | 11110011 | 1001 | 1011100 | 0 | 101 | 100100110 | 1011010 | 110100 |
Color Harmonies of #DC14F3
Complementary color
Monochromatic Colors of #DC14F3
Black with #DC14F3
Text Example
Text Example
White with #DC14F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC14F3; }
p { color: rgb(220,20,243); }
H1.HeaderClassName
{
color: #DC14F3;
}
.AnyTagClassName
{
color: #DC14F3;
}
</style>
background-color css
<style>
a { background-color: #DC14F3; }
a { background-color: rgb(220,20,243); }
div.DivClassName
{
background-color: #DC14F3;
}
.BgClassName
{
background-color: #DC14F3;
}
</style>
border-color css
<style>
span { border-color: #DC14F3; }
span { border-color: rgb(220,20,243); }
td.TdClassName
{
border-color: #DC14F3;
}
.TagClassName
{
border-color: #DC14F3;
}
</style>