Html Css Color HEX #DC0EEB Psychedelic Purple

📋 copy color: '#DC0EEB'

red 220 ◦ green 14 ◦ blue 235

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

Shades of Psychedelic Purple #DC0EEB

Tints of Psychedelic Purple #DC0EEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 50.11%

R = 46.91%
G = 2.99%
B = 50.11%

CMYK

 C value IS 0.06

 M value IS 0.94

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DC0EEB (or 0xDC0EEB) is known color: Psychedelic Purple. HEX triplet: DC, 0E and EB. RGB value is (220,14,235). Sum of RGB (Red+Green+Blue) = 220+14+235=469 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.91% from 469); Green value is 14 (5.86% from 255 or 2.99% from 469); Blue value is 235 (92.19% from 255 or 50.11% from 469); Max value from RGB is 235 - color contains mainly: blue. Hex color #DC0EEB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC0EEB is #23F114. Grayscale: #646464. Windows color (decimal): -2355477 or 15404764. OLE color: 15404764.

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

Color convert

RGB 220 14 235 -
CMYK 0.06 0.94 0 0.08
HSL 295.93º 0.89% 0.49% -
HSV(B) 295.93º 0.94% 0.92% -
XYZ 44.67 21.53 80.4 -
YUV 100.79 203.75 213.03 -
System Red Green Blue C M Y K H S L
Decimal 220 14 235 0.06 0.94 0 0.08 295.93 0.89 0.49
Hex DC E EB 6 5E 0 8 128 59 31
Octal 334 16 353 6 136 0 10 450 131 61
Binary 11011100 1110 11101011 110 1011110 0 1000 100101000 1011001 110001

Color Harmonies of #DC0EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0EEB

Black with #DC0EEB

Text Example


Text Example

White with #DC0EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0EEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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