#dc18f6

Color #DC18F6 Psychedelic Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Psychedelic Purple #DC18F6

Tints of Psychedelic Purple #DC18F6

Color information

#DC18F6 (or 0xDC18F6) is unknown color: approx Psychedelic Purple. HEX triplet: DC, 18 and F6. RGB value is (220,24,246). Sum of RGB (Red+Green+Blue) = 220+24+246=490 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.90% from 490); Green value is 24 (9.77% from 255 or 4.90% from 490); Blue value is 246 (96.48% from 255 or 50.20% from 490); Max value from RGB is 246 - color contains mainly: blue. Hex color #DC18F6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC18F6 is #23E709. Grayscale: #6B6B6B. Windows color (decimal): -2352906 or 16128220. OLE color: 16128220.

HSL color Cylindrical-coordinate representation of color #DC18F6: hue angle of 292.97º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC18F6 is Cyan = 0.11, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB22024246-
CMYK0.110.9000.04
HSL292.97º92.5%52.94%-
HSV(B)292.97º90.24%96.47%-
XYZ46.4822.5289.09-
YUV107.91205.93207.95-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 220 (86.33% from 255) = 44.90%
GREEN value IS 24 (9.77% from 255) = 4.90%
BLUE value IS 246 (96.48% from 255) = 50.20%
R=44.90%
G=4.90%
B=50.20%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal220242460.110.9000.04292.9792.552.94
HexDC18F6B5A041255c35
Octal33430366131320444513465
Binary1101110011000111101101011101101001001001001011011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dc18f6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dc18f6; }

 p { color: rgb(220,24,246); }

 H1.HeaderClassName
 {
   color: #dc18f6;
 }
 .AnyTagClassName
 {
   color: #dc18f6;
 }
</style>
background-color css

<style>
 a { background-color: #dc18f6; }

 a { background-color: rgb(220,24,246); }

 div.DivClassName
 {
   background-color: #dc18f6;
 }
 .BgClassName
 {
   background-color: #dc18f6;
 }
</style>
border-color css

<style>
 span { border-color: #dc18f6; }

 span { border-color: rgb(220,24,246); }

 td.TdClassName
 {
   border-color: #dc18f6;
 }
 .TagClassName
 {
   border-color: #dc18f6;
 }
</style>