Shades of Psychedelic Purple #DC28F3
Tints of Psychedelic Purple #DC28F3
RGB
CMYK
RGB Variations
Color information
#DC28F3 (or 0xDC28F3) is known color: Psychedelic Purple. HEX triplet: DC, 28 and F3. RGB value is (220,40,243). Sum of RGB (Red+Green+Blue) = 220+40+243=503 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.74% from 503); Green value is 40 (16.02% from 255 or 7.95% from 503); Blue value is 243 (95.31% from 255 or 48.31% from 503); Max value from RGB is 243 - color contains mainly: blue. Hex color #DC28F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC28F3 is #23D70C. Grayscale: #747474. Windows color (decimal): -2348813 or 15935708. OLE color: 15935708.
HSL color Cylindrical-coordinate representation of color #DC28F3: hue angle of 293.2º 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 #DC28F3 is Cyan = 0.09, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 40 | 243 | - |
| CMYK | 0.09 | 0.84 | 0 | 0.05 |
| HSL | 293.2º | 0.89% | 0.55% | - |
| HSV(B) | 293.2º | 0.84% | 0.95% | - |
| XYZ | 46.45 | 23.2 | 86.82 | - |
| YUV | 116.96 | 199.13 | 201.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 40 | 243 | 0.09 | 0.84 | 0 | 0.05 | 293.2 | 0.89 | 0.55 |
| Hex | DC | 28 | F3 | 9 | 54 | 0 | 5 | 125 | 59 | 37 |
| Octal | 334 | 50 | 363 | 11 | 124 | 0 | 5 | 445 | 131 | 67 |
| Binary | 11011100 | 101000 | 11110011 | 1001 | 1010100 | 0 | 101 | 100100101 | 1011001 | 110111 |
Color Harmonies of #DC28F3
Complementary color
Monochromatic Colors of #DC28F3
Black with #DC28F3
Text Example
Text Example
White with #DC28F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC28F3; }
p { color: rgb(220,40,243); }
H1.HeaderClassName
{
color: #DC28F3;
}
.AnyTagClassName
{
color: #DC28F3;
}
</style>
background-color css
<style>
a { background-color: #DC28F3; }
a { background-color: rgb(220,40,243); }
div.DivClassName
{
background-color: #DC28F3;
}
.BgClassName
{
background-color: #DC28F3;
}
</style>
border-color css
<style>
span { border-color: #DC28F3; }
span { border-color: rgb(220,40,243); }
td.TdClassName
{
border-color: #DC28F3;
}
.TagClassName
{
border-color: #DC28F3;
}
</style>