Html Css Color HEX #DC18ED Psychedelic Purple

📋 copy color: '#DC18ED'

red 220 ◦ green 24 ◦ blue 237

#DC18ED
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Psychedelic Purple #DC18ED

Tints of Psychedelic Purple #DC18ED

RGB

 RED value IS 220 (86.33% from 255) = 45.74%

 GREEN value IS 24 (9.77% from 255) = 4.99%

 BLUE value IS 237 (92.97% from 255) = 49.27%

R = 45.74%
G = 4.99%
B = 49.27%

CMYK

 C value IS 0.07

 M value IS 0.90

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DC18ED (or 0xDC18ED) is known color: Psychedelic Purple. HEX triplet: DC, 18 and ED. RGB value is (220,24,237). Sum of RGB (Red+Green+Blue) = 220+24+237=481 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.74% from 481); Green value is 24 (9.77% from 255 or 4.99% from 481); Blue value is 237 (92.97% from 255 or 49.27% from 481); Max value from RGB is 237 - color contains mainly: blue. Hex color #DC18ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC18ED is #23E712. Grayscale: #6A6A6A. Windows color (decimal): -2352915 or 15538396. OLE color: 15538396.

HSL color Cylindrical-coordinate representation of color #DC18ED: hue angle of 295.21º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC18ED is Cyan = 0.07, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 220 24 237 -
CMYK 0.07 0.90 0 0.07
HSL 295.21º 0.86% 0.51% -
HSV(B) 295.21º 0.9% 0.93% -
XYZ 45.13 21.98 81.99 -
YUV 106.89 201.43 208.68 -
System Red Green Blue C M Y K H S L
Decimal 220 24 237 0.07 0.90 0 0.07 295.21 0.86 0.51
Hex DC 18 ED 7 5A 0 7 127 56 33
Octal 334 30 355 7 132 0 7 447 126 63
Binary 11011100 11000 11101101 111 1011010 0 111 100100111 1010110 110011

Color Harmonies of #DC18ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC18ED

Black with #DC18ED

Text Example


Text Example

White with #DC18ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC18ED; }

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

 H1.HeaderClassName
 {
   color: #DC18ED;
 }
 .AnyTagClassName
 {
   color: #DC18ED;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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