Shades of Psychedelic Purple #DC27F2
Tints of Psychedelic Purple #DC27F2
RGB
CMYK
RGB Variations
Color information
#DC27F2 (or 0xDC27F2) is known color: Psychedelic Purple. HEX triplet: DC, 27 and F2. RGB value is (220,39,242). Sum of RGB (Red+Green+Blue) = 220+39+242=501 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.91% from 501); Green value is 39 (15.62% from 255 or 7.78% from 501); Blue value is 242 (94.92% from 255 or 48.30% from 501); Max value from RGB is 242 - color contains mainly: blue. Hex color #DC27F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC27F2 is #23D80D. Grayscale: #737373. Windows color (decimal): -2349070 or 15869916. OLE color: 15869916.
HSL color Cylindrical-coordinate representation of color #DC27F2: hue angle of 293.5º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DC27F2 is Cyan = 0.09, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 39 | 242 | - |
| CMYK | 0.09 | 0.84 | 0 | 0.05 |
| HSL | 293.5º | 0.89% | 0.55% | - |
| HSV(B) | 293.5º | 0.84% | 0.95% | - |
| XYZ | 46.27 | 23.08 | 86.02 | - |
| YUV | 116.26 | 198.97 | 201.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 39 | 242 | 0.09 | 0.84 | 0 | 0.05 | 293.5 | 0.89 | 0.55 |
| Hex | DC | 27 | F2 | 9 | 54 | 0 | 5 | 125 | 59 | 37 |
| Octal | 334 | 47 | 362 | 11 | 124 | 0 | 5 | 445 | 131 | 67 |
| Binary | 11011100 | 100111 | 11110010 | 1001 | 1010100 | 0 | 101 | 100100101 | 1011001 | 110111 |
Color Harmonies of #DC27F2
Complementary color
Monochromatic Colors of #DC27F2
Black with #DC27F2
Text Example
Text Example
White with #DC27F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC27F2; }
p { color: rgb(220,39,242); }
H1.HeaderClassName
{
color: #DC27F2;
}
.AnyTagClassName
{
color: #DC27F2;
}
</style>
background-color css
<style>
a { background-color: #DC27F2; }
a { background-color: rgb(220,39,242); }
div.DivClassName
{
background-color: #DC27F2;
}
.BgClassName
{
background-color: #DC27F2;
}
</style>
border-color css
<style>
span { border-color: #DC27F2; }
span { border-color: rgb(220,39,242); }
td.TdClassName
{
border-color: #DC27F2;
}
.TagClassName
{
border-color: #DC27F2;
}
</style>