Shades of Psychedelic Purple #DC36FD
Tints of Psychedelic Purple #DC36FD
RGB
CMYK
RGB Variations
Color information
#DC36FD (or 0xDC36FD) is known color: Psychedelic Purple. HEX triplet: DC, 36 and FD. RGB value is (220,54,253). Sum of RGB (Red+Green+Blue) = 220+54+253=527 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.75% from 527); Green value is 54 (21.48% from 255 or 10.25% from 527); Blue value is 253 (99.22% from 255 or 48.01% from 527); Max value from RGB is 253 - color contains mainly: blue. Hex color #DC36FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC36FD is #23C902. Grayscale: #7D7D7D. Windows color (decimal): -2345219 or 16594652. OLE color: 16594652.
HSL color Cylindrical-coordinate representation of color #DC36FD: hue angle of 290.05º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DC36FD is Cyan = 0.13, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 54 | 253 | - |
| CMYK | 0.13 | 0.79 | 0 | 0.01 |
| HSL | 290.05º | 0.98% | 0.6% | - |
| HSV(B) | 290.05º | 0.79% | 0.99% | - |
| XYZ | 48.56 | 24.95 | 95.18 | - |
| YUV | 126.32 | 199.5 | 194.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 54 | 253 | 0.13 | 0.79 | 0 | 0.01 | 290.05 | 0.98 | 0.6 |
| Hex | DC | 36 | FD | D | 4F | 0 | 1 | 122 | 62 | 3C |
| Octal | 334 | 66 | 375 | 15 | 117 | 0 | 1 | 442 | 142 | 74 |
| Binary | 11011100 | 110110 | 11111101 | 1101 | 1001111 | 0 | 1 | 100100010 | 1100010 | 111100 |
Color Harmonies of #DC36FD
Complementary color
Monochromatic Colors of #DC36FD
Black with #DC36FD
Text Example
Text Example
White with #DC36FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC36FD; }
p { color: rgb(220,54,253); }
H1.HeaderClassName
{
color: #DC36FD;
}
.AnyTagClassName
{
color: #DC36FD;
}
</style>
background-color css
<style>
a { background-color: #DC36FD; }
a { background-color: rgb(220,54,253); }
div.DivClassName
{
background-color: #DC36FD;
}
.BgClassName
{
background-color: #DC36FD;
}
</style>
border-color css
<style>
span { border-color: #DC36FD; }
span { border-color: rgb(220,54,253); }
td.TdClassName
{
border-color: #DC36FD;
}
.TagClassName
{
border-color: #DC36FD;
}
</style>