Shades of Psychedelic Purple #DC34FD
Tints of Psychedelic Purple #DC34FD
RGB
CMYK
RGB Variations
Color information
#DC34FD (or 0xDC34FD) is known color: Psychedelic Purple. HEX triplet: DC, 34 and FD. RGB value is (220,52,253). Sum of RGB (Red+Green+Blue) = 220+52+253=525 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.90% from 525); Green value is 52 (20.70% from 255 or 9.90% from 525); Blue value is 253 (99.22% from 255 or 48.19% from 525); Max value from RGB is 253 - color contains mainly: blue. Hex color #DC34FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC34FD is #23CB02. Grayscale: #7C7C7C. Windows color (decimal): -2345731 or 16594140. OLE color: 16594140.
HSL color Cylindrical-coordinate representation of color #DC34FD: hue angle of 290.15º 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 #DC34FD is Cyan = 0.13, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 52 | 253 | - |
| CMYK | 0.13 | 0.79 | 0 | 0.01 |
| HSL | 290.15º | 0.98% | 0.6% | - |
| HSV(B) | 290.15º | 0.79% | 0.99% | - |
| XYZ | 48.47 | 24.76 | 95.15 | - |
| YUV | 125.15 | 200.16 | 195.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 52 | 253 | 0.13 | 0.79 | 0 | 0.01 | 290.15 | 0.98 | 0.6 |
| Hex | DC | 34 | FD | D | 4F | 0 | 1 | 122 | 62 | 3C |
| Octal | 334 | 64 | 375 | 15 | 117 | 0 | 1 | 442 | 142 | 74 |
| Binary | 11011100 | 110100 | 11111101 | 1101 | 1001111 | 0 | 1 | 100100010 | 1100010 | 111100 |
Color Harmonies of #DC34FD
Complementary color
Monochromatic Colors of #DC34FD
Black with #DC34FD
Text Example
Text Example
White with #DC34FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC34FD; }
p { color: rgb(220,52,253); }
H1.HeaderClassName
{
color: #DC34FD;
}
.AnyTagClassName
{
color: #DC34FD;
}
</style>
background-color css
<style>
a { background-color: #DC34FD; }
a { background-color: rgb(220,52,253); }
div.DivClassName
{
background-color: #DC34FD;
}
.BgClassName
{
background-color: #DC34FD;
}
</style>
border-color css
<style>
span { border-color: #DC34FD; }
span { border-color: rgb(220,52,253); }
td.TdClassName
{
border-color: #DC34FD;
}
.TagClassName
{
border-color: #DC34FD;
}
</style>