Html Css Color HEX #DC14E9 Psychedelic Purple

📋 copy color: '#DC14E9'

red 220 ◦ green 20 ◦ blue 233

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

Shades of Psychedelic Purple #DC14E9

Tints of Psychedelic Purple #DC14E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 49.26%

R = 46.51%
G = 4.23%
B = 49.26%

CMYK

 C value IS 0.06

 M value IS 0.91

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DC14E9 (or 0xDC14E9) is known color: Psychedelic Purple. HEX triplet: DC, 14 and E9. RGB value is (220,20,233). Sum of RGB (Red+Green+Blue) = 220+20+233=473 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.51% from 473); Green value is 20 (8.20% from 255 or 4.23% from 473); Blue value is 233 (91.41% from 255 or 49.26% from 473); Max value from RGB is 233 - color contains mainly: blue. Hex color #DC14E9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC14E9 is #23EB16. Grayscale: #676767. Windows color (decimal): -2353943 or 15275228. OLE color: 15275228.

HSL color Cylindrical-coordinate representation of color #DC14E9: hue angle of 296.34º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DC14E9 is Cyan = 0.06, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 220 20 233 -
CMYK 0.06 0.91 0 0.09
HSL 296.34º 0.84% 0.5% -
HSV(B) 296.34º 0.91% 0.91% -
XYZ 44.47 21.6 78.92 -
YUV 104.08 200.76 210.68 -
System Red Green Blue C M Y K H S L
Decimal 220 20 233 0.06 0.91 0 0.09 296.34 0.84 0.5
Hex DC 14 E9 6 5B 0 9 128 54 32
Octal 334 24 351 6 133 0 11 450 124 62
Binary 11011100 10100 11101001 110 1011011 0 1001 100101000 1010100 110010

Color Harmonies of #DC14E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC14E9

Black with #DC14E9

Text Example


Text Example

White with #DC14E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC14E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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