Shades of Psychedelic Purple #DC25FA
Tints of Psychedelic Purple #DC25FA
RGB
CMYK
RGB Variations
Color information
#DC25FA (or 0xDC25FA) is known color: Psychedelic Purple. HEX triplet: DC, 25 and FA. RGB value is (220,37,250). Sum of RGB (Red+Green+Blue) = 220+37+250=507 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.39% from 507); Green value is 37 (14.84% from 255 or 7.30% from 507); Blue value is 250 (98.05% from 255 or 49.31% from 507); Max value from RGB is 250 - color contains mainly: blue. Hex color #DC25FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC25FA is #23DA05. Grayscale: #737373. Windows color (decimal): -2349574 or 16393692. OLE color: 16393692.
HSL color Cylindrical-coordinate representation of color #DC25FA: hue angle of 291.55º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DC25FA is Cyan = 0.12, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 37 | 250 | - |
| CMYK | 0.12 | 0.85 | 0 | 0.02 |
| HSL | 291.55º | 0.96% | 0.56% | - |
| HSV(B) | 291.55º | 0.85% | 0.98% | - |
| XYZ | 47.43 | 23.44 | 92.47 | - |
| YUV | 116 | 203.63 | 202.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 37 | 250 | 0.12 | 0.85 | 0 | 0.02 | 291.55 | 0.96 | 0.56 |
| Hex | DC | 25 | FA | C | 55 | 0 | 2 | 124 | 60 | 38 |
| Octal | 334 | 45 | 372 | 14 | 125 | 0 | 2 | 444 | 140 | 70 |
| Binary | 11011100 | 100101 | 11111010 | 1100 | 1010101 | 0 | 10 | 100100100 | 1100000 | 111000 |
Color Harmonies of #DC25FA
Complementary color
Monochromatic Colors of #DC25FA
Black with #DC25FA
Text Example
Text Example
White with #DC25FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC25FA; }
p { color: rgb(220,37,250); }
H1.HeaderClassName
{
color: #DC25FA;
}
.AnyTagClassName
{
color: #DC25FA;
}
</style>
background-color css
<style>
a { background-color: #DC25FA; }
a { background-color: rgb(220,37,250); }
div.DivClassName
{
background-color: #DC25FA;
}
.BgClassName
{
background-color: #DC25FA;
}
</style>
border-color css
<style>
span { border-color: #DC25FA; }
span { border-color: rgb(220,37,250); }
td.TdClassName
{
border-color: #DC25FA;
}
.TagClassName
{
border-color: #DC25FA;
}
</style>