Shades of Psychedelic Purple #DC32FD
Tints of Psychedelic Purple #DC32FD
RGB
CMYK
RGB Variations
Color information
#DC32FD (or 0xDC32FD) is known color: Psychedelic Purple. HEX triplet: DC, 32 and FD. RGB value is (220,50,253). Sum of RGB (Red+Green+Blue) = 220+50+253=523 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.07% from 523); Green value is 50 (19.92% from 255 or 9.56% from 523); Blue value is 253 (99.22% from 255 or 48.37% from 523); Max value from RGB is 253 - color contains mainly: blue. Hex color #DC32FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC32FD is #23CD02. Grayscale: #7B7B7B. Windows color (decimal): -2346243 or 16593628. OLE color: 16593628.
HSL color Cylindrical-coordinate representation of color #DC32FD: hue angle of 290.25º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DC32FD is Cyan = 0.13, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 50 | 253 | - |
| CMYK | 0.13 | 0.80 | 0 | 0.01 |
| HSL | 290.25º | 0.98% | 0.59% | - |
| HSV(B) | 290.25º | 0.8% | 0.99% | - |
| XYZ | 48.39 | 24.59 | 95.12 | - |
| YUV | 123.97 | 200.82 | 196.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 50 | 253 | 0.13 | 0.80 | 0 | 0.01 | 290.25 | 0.98 | 0.59 |
| Hex | DC | 32 | FD | D | 50 | 0 | 1 | 122 | 62 | 3B |
| Octal | 334 | 62 | 375 | 15 | 120 | 0 | 1 | 442 | 142 | 73 |
| Binary | 11011100 | 110010 | 11111101 | 1101 | 1010000 | 0 | 1 | 100100010 | 1100010 | 111011 |
Color Harmonies of #DC32FD
Complementary color
Monochromatic Colors of #DC32FD
Black with #DC32FD
Text Example
Text Example
White with #DC32FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC32FD; }
p { color: rgb(220,50,253); }
H1.HeaderClassName
{
color: #DC32FD;
}
.AnyTagClassName
{
color: #DC32FD;
}
</style>
background-color css
<style>
a { background-color: #DC32FD; }
a { background-color: rgb(220,50,253); }
div.DivClassName
{
background-color: #DC32FD;
}
.BgClassName
{
background-color: #DC32FD;
}
</style>
border-color css
<style>
span { border-color: #DC32FD; }
span { border-color: rgb(220,50,253); }
td.TdClassName
{
border-color: #DC32FD;
}
.TagClassName
{
border-color: #DC32FD;
}
</style>