Shades of Psychedelic Purple #DC34F9
Tints of Psychedelic Purple #DC34F9
RGB
CMYK
RGB Variations
Color information
#DC34F9 (or 0xDC34F9) is known color: Psychedelic Purple. HEX triplet: DC, 34 and F9. RGB value is (220,52,249). Sum of RGB (Red+Green+Blue) = 220+52+249=521 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.23% from 521); Green value is 52 (20.70% from 255 or 9.98% from 521); Blue value is 249 (97.66% from 255 or 47.79% from 521); Max value from RGB is 249 - color contains mainly: blue. Hex color #DC34F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC34F9 is #23CB06. Grayscale: #7C7C7C. Windows color (decimal): -2345735 or 16331996. OLE color: 16331996.
HSL color Cylindrical-coordinate representation of color #DC34F9: hue angle of 291.17º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DC34F9 is Cyan = 0.12, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 52 | 249 | - |
| CMYK | 0.12 | 0.79 | 0 | 0.02 |
| HSL | 291.17º | 0.94% | 0.59% | - |
| HSV(B) | 291.17º | 0.79% | 0.98% | - |
| XYZ | 47.84 | 24.51 | 91.83 | - |
| YUV | 124.69 | 198.16 | 195.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 52 | 249 | 0.12 | 0.79 | 0 | 0.02 | 291.17 | 0.94 | 0.59 |
| Hex | DC | 34 | F9 | C | 4F | 0 | 2 | 123 | 5E | 3B |
| Octal | 334 | 64 | 371 | 14 | 117 | 0 | 2 | 443 | 136 | 73 |
| Binary | 11011100 | 110100 | 11111001 | 1100 | 1001111 | 0 | 10 | 100100011 | 1011110 | 111011 |
Color Harmonies of #DC34F9
Complementary color
Monochromatic Colors of #DC34F9
Black with #DC34F9
Text Example
Text Example
White with #DC34F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC34F9; }
p { color: rgb(220,52,249); }
H1.HeaderClassName
{
color: #DC34F9;
}
.AnyTagClassName
{
color: #DC34F9;
}
</style>
background-color css
<style>
a { background-color: #DC34F9; }
a { background-color: rgb(220,52,249); }
div.DivClassName
{
background-color: #DC34F9;
}
.BgClassName
{
background-color: #DC34F9;
}
</style>
border-color css
<style>
span { border-color: #DC34F9; }
span { border-color: rgb(220,52,249); }
td.TdClassName
{
border-color: #DC34F9;
}
.TagClassName
{
border-color: #DC34F9;
}
</style>