Shades of Psychedelic Purple #DC18F3
Tints of Psychedelic Purple #DC18F3
RGB
CMYK
RGB Variations
Color information
#DC18F3 (or 0xDC18F3) is known color: Psychedelic Purple. HEX triplet: DC, 18 and F3. RGB value is (220,24,243). Sum of RGB (Red+Green+Blue) = 220+24+243=487 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.17% from 487); Green value is 24 (9.77% from 255 or 4.93% from 487); Blue value is 243 (95.31% from 255 or 49.90% from 487); Max value from RGB is 243 - color contains mainly: blue. Hex color #DC18F3 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC18F3 is #23E70C. Grayscale: #6A6A6A. Windows color (decimal): -2352909 or 15931612. OLE color: 15931612.
HSL color Cylindrical-coordinate representation of color #DC18F3: hue angle of 293.7º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC18F3 is Cyan = 0.09, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 24 | 243 | - |
| CMYK | 0.09 | 0.90 | 0 | 0.05 |
| HSL | 293.7º | 0.9% | 0.52% | - |
| HSV(B) | 293.7º | 0.9% | 0.95% | - |
| XYZ | 46.02 | 22.34 | 86.68 | - |
| YUV | 107.57 | 204.43 | 208.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 24 | 243 | 0.09 | 0.90 | 0 | 0.05 | 293.7 | 0.9 | 0.52 |
| Hex | DC | 18 | F3 | 9 | 5A | 0 | 5 | 126 | 5A | 34 |
| Octal | 334 | 30 | 363 | 11 | 132 | 0 | 5 | 446 | 132 | 64 |
| Binary | 11011100 | 11000 | 11110011 | 1001 | 1011010 | 0 | 101 | 100100110 | 1011010 | 110100 |
Color Harmonies of #DC18F3
Complementary color
Monochromatic Colors of #DC18F3
Black with #DC18F3
Text Example
Text Example
White with #DC18F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC18F3; }
p { color: rgb(220,24,243); }
H1.HeaderClassName
{
color: #DC18F3;
}
.AnyTagClassName
{
color: #DC18F3;
}
</style>
background-color css
<style>
a { background-color: #DC18F3; }
a { background-color: rgb(220,24,243); }
div.DivClassName
{
background-color: #DC18F3;
}
.BgClassName
{
background-color: #DC18F3;
}
</style>
border-color css
<style>
span { border-color: #DC18F3; }
span { border-color: rgb(220,24,243); }
td.TdClassName
{
border-color: #DC18F3;
}
.TagClassName
{
border-color: #DC18F3;
}
</style>