Shades of Psychedelic Purple #DC27FD
Tints of Psychedelic Purple #DC27FD
RGB
CMYK
RGB Variations
Color information
#DC27FD (or 0xDC27FD) is known color: Psychedelic Purple. HEX triplet: DC, 27 and FD. RGB value is (220,39,253). Sum of RGB (Red+Green+Blue) = 220+39+253=512 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.97% from 512); Green value is 39 (15.62% from 255 or 7.62% from 512); Blue value is 253 (99.22% from 255 or 49.41% from 512); Max value from RGB is 253 - color contains mainly: blue. Hex color #DC27FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC27FD is #23D802. Grayscale: #747474. Windows color (decimal): -2349059 or 16590812. OLE color: 16590812.
HSL color Cylindrical-coordinate representation of color #DC27FD: hue angle of 290.75º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DC27FD is Cyan = 0.13, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 39 | 253 | - |
| CMYK | 0.13 | 0.85 | 0 | 0.01 |
| HSL | 290.75º | 0.98% | 0.57% | - |
| HSV(B) | 290.75º | 0.85% | 0.99% | - |
| XYZ | 47.97 | 23.76 | 94.99 | - |
| YUV | 117.52 | 204.47 | 201.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 39 | 253 | 0.13 | 0.85 | 0 | 0.01 | 290.75 | 0.98 | 0.57 |
| Hex | DC | 27 | FD | D | 55 | 0 | 1 | 123 | 62 | 39 |
| Octal | 334 | 47 | 375 | 15 | 125 | 0 | 1 | 443 | 142 | 71 |
| Binary | 11011100 | 100111 | 11111101 | 1101 | 1010101 | 0 | 1 | 100100011 | 1100010 | 111001 |
Color Harmonies of #DC27FD
Complementary color
Monochromatic Colors of #DC27FD
Black with #DC27FD
Text Example
Text Example
White with #DC27FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC27FD; }
p { color: rgb(220,39,253); }
H1.HeaderClassName
{
color: #DC27FD;
}
.AnyTagClassName
{
color: #DC27FD;
}
</style>
background-color css
<style>
a { background-color: #DC27FD; }
a { background-color: rgb(220,39,253); }
div.DivClassName
{
background-color: #DC27FD;
}
.BgClassName
{
background-color: #DC27FD;
}
</style>
border-color css
<style>
span { border-color: #DC27FD; }
span { border-color: rgb(220,39,253); }
td.TdClassName
{
border-color: #DC27FD;
}
.TagClassName
{
border-color: #DC27FD;
}
</style>