Html Css Color HEX #DC0EED Psychedelic Purple

📋 copy color: '#DC0EED'

red 220 ◦ green 14 ◦ blue 237

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

Shades of Psychedelic Purple #DC0EED

Tints of Psychedelic Purple #DC0EED

RGB

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

 GREEN value IS 14 (5.86% from 255) = 2.97%

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

R = 46.71%
G = 2.97%
B = 50.32%

CMYK

 C value IS 0.07

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DC0EED (or 0xDC0EED) is known color: Psychedelic Purple. HEX triplet: DC, 0E and ED. RGB value is (220,14,237). Sum of RGB (Red+Green+Blue) = 220+14+237=471 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.71% from 471); Green value is 14 (5.86% from 255 or 2.97% from 471); Blue value is 237 (92.97% from 255 or 50.32% from 471); Max value from RGB is 237 - color contains mainly: blue. Hex color #DC0EED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC0EED is #23F112. Grayscale: #646464. Windows color (decimal): -2355475 or 15535836. OLE color: 15535836.

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

Color convert

RGB 220 14 237 -
CMYK 0.07 0.94 0 0.07
HSL 295.43º 0.89% 0.49% -
HSV(B) 295.43º 0.94% 0.93% -
XYZ 44.96 21.64 81.93 -
YUV 101.02 204.75 212.87 -
System Red Green Blue C M Y K H S L
Decimal 220 14 237 0.07 0.94 0 0.07 295.43 0.89 0.49
Hex DC E ED 7 5E 0 7 127 59 31
Octal 334 16 355 7 136 0 7 447 131 61
Binary 11011100 1110 11101101 111 1011110 0 111 100100111 1011001 110001

Color Harmonies of #DC0EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0EED

Black with #DC0EED

Text Example


Text Example

White with #DC0EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0EED; }

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

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

background-color css

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

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

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

border-color css

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

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

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