Html Css Color HEX #DC14ED Psychedelic Purple

📋 copy color: '#DC14ED'

red 220 ◦ green 20 ◦ blue 237

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

Shades of Psychedelic Purple #DC14ED

Tints of Psychedelic Purple #DC14ED

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.19%

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

R = 46.12%
G = 4.19%
B = 49.69%

CMYK

 C value IS 0.07

 M value IS 0.92

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DC14ED (or 0xDC14ED) is known color: Psychedelic Purple. HEX triplet: DC, 14 and ED. RGB value is (220,20,237). Sum of RGB (Red+Green+Blue) = 220+20+237=477 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.12% from 477); Green value is 20 (8.20% from 255 or 4.19% from 477); Blue value is 237 (92.97% from 255 or 49.69% from 477); Max value from RGB is 237 - color contains mainly: blue. Hex color #DC14ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC14ED is #23EB12. Grayscale: #676767. Windows color (decimal): -2353939 or 15537372. OLE color: 15537372.

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

Color convert

RGB 220 20 237 -
CMYK 0.07 0.92 0 0.07
HSL 295.3º 0.86% 0.5% -
HSV(B) 295.3º 0.92% 0.93% -
XYZ 45.05 21.83 81.96 -
YUV 104.54 202.76 210.36 -
System Red Green Blue C M Y K H S L
Decimal 220 20 237 0.07 0.92 0 0.07 295.3 0.86 0.5
Hex DC 14 ED 7 5C 0 7 127 56 32
Octal 334 24 355 7 134 0 7 447 126 62
Binary 11011100 10100 11101101 111 1011100 0 111 100100111 1010110 110010

Color Harmonies of #DC14ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC14ED

Black with #DC14ED

Text Example


Text Example

White with #DC14ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC14ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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