Shades of Psychedelic Purple #DC09FD
Tints of Psychedelic Purple #DC09FD
RGB
CMYK
RGB Variations
Color information
#DC09FD (or 0xDC09FD) is known color: Psychedelic Purple. HEX triplet: DC, 09 and FD. RGB value is (220,9,253). Sum of RGB (Red+Green+Blue) = 220+9+253=482 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.64% from 482); Green value is 9 (3.91% from 255 or 1.87% from 482); Blue value is 253 (99.22% from 255 or 52.49% from 482); Max value from RGB is 253 - color contains mainly: blue. Hex color #DC09FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC09FD is #23F602. Grayscale: #636363. Windows color (decimal): -2356739 or 16583132. OLE color: 16583132.
HSL color Cylindrical-coordinate representation of color #DC09FD: hue angle of 291.89º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DC09FD is Cyan = 0.13, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 9 | 253 | - |
| CMYK | 0.13 | 0.96 | 0 | 0.01 |
| HSL | 291.89º | 0.98% | 0.51% | - |
| HSV(B) | 291.89º | 0.96% | 0.99% | - |
| XYZ | 47.34 | 22.5 | 94.78 | - |
| YUV | 99.91 | 214.4 | 213.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 9 | 253 | 0.13 | 0.96 | 0 | 0.01 | 291.89 | 0.98 | 0.51 |
| Hex | DC | 9 | FD | D | 60 | 0 | 1 | 124 | 62 | 33 |
| Octal | 334 | 11 | 375 | 15 | 140 | 0 | 1 | 444 | 142 | 63 |
| Binary | 11011100 | 1001 | 11111101 | 1101 | 1100000 | 0 | 1 | 100100100 | 1100010 | 110011 |
Color Harmonies of #DC09FD
Complementary color
Monochromatic Colors of #DC09FD
Black with #DC09FD
Text Example
Text Example
White with #DC09FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC09FD; }
p { color: rgb(220,9,253); }
H1.HeaderClassName
{
color: #DC09FD;
}
.AnyTagClassName
{
color: #DC09FD;
}
</style>
background-color css
<style>
a { background-color: #DC09FD; }
a { background-color: rgb(220,9,253); }
div.DivClassName
{
background-color: #DC09FD;
}
.BgClassName
{
background-color: #DC09FD;
}
</style>
border-color css
<style>
span { border-color: #DC09FD; }
span { border-color: rgb(220,9,253); }
td.TdClassName
{
border-color: #DC09FD;
}
.TagClassName
{
border-color: #DC09FD;
}
</style>