Shades of Psychedelic Purple #DC09FE
Tints of Psychedelic Purple #DC09FE
RGB
CMYK
RGB Variations
Color information
#DC09FE (or 0xDC09FE) is known color: Psychedelic Purple. HEX triplet: DC, 09 and FE. RGB value is (220,9,254). Sum of RGB (Red+Green+Blue) = 220+9+254=483 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.55% from 483); Green value is 9 (3.91% from 255 or 1.86% from 483); Blue value is 254 (99.61% from 255 or 52.59% from 483); Max value from RGB is 254 - color contains mainly: blue. Hex color #DC09FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC09FE is #23F601. Grayscale: #636363. Windows color (decimal): -2356738 or 16648668. OLE color: 16648668.
HSL color Cylindrical-coordinate representation of color #DC09FE: hue angle of 291.67º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DC09FE is Cyan = 0.13, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 220 | 9 | 254 | - |
| CMYK | 0.13 | 0.96 | 0 | 0.00 |
| HSL | 291.67º | 0.99% | 0.52% | - |
| HSV(B) | 291.67º | 0.96% | 1% | - |
| XYZ | 47.5 | 22.57 | 95.62 | - |
| YUV | 100.02 | 214.9 | 213.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 9 | 254 | 0.13 | 0.96 | 0 | 0.00 | 291.67 | 0.99 | 0.52 |
| Hex | DC | 9 | FE | D | 60 | 0 | 0 | 124 | 63 | 34 |
| Octal | 334 | 11 | 376 | 15 | 140 | 0 | 0 | 444 | 143 | 64 |
| Binary | 11011100 | 1001 | 11111110 | 1101 | 1100000 | 0 | 0 | 100100100 | 1100011 | 110100 |
Color Harmonies of #DC09FE
Complementary color
Monochromatic Colors of #DC09FE
Black with #DC09FE
Text Example
Text Example
White with #DC09FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC09FE; }
p { color: rgb(220,9,254); }
H1.HeaderClassName
{
color: #DC09FE;
}
.AnyTagClassName
{
color: #DC09FE;
}
</style>
background-color css
<style>
a { background-color: #DC09FE; }
a { background-color: rgb(220,9,254); }
div.DivClassName
{
background-color: #DC09FE;
}
.BgClassName
{
background-color: #DC09FE;
}
</style>
border-color css
<style>
span { border-color: #DC09FE; }
span { border-color: rgb(220,9,254); }
td.TdClassName
{
border-color: #DC09FE;
}
.TagClassName
{
border-color: #DC09FE;
}
</style>