#dc0ee6

Color #DC0EE6 Psychedelic Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Psychedelic Purple #DC0EE6

Tints of Psychedelic Purple #DC0EE6

Color information

#DC0EE6 (or 0xDC0EE6) is unknown color: approx Psychedelic Purple. HEX triplet: DC, 0E and E6. RGB value is (220,14,230). Sum of RGB (Red+Green+Blue) = 220+14+230=464 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.41% from 464); Green value is 14 (5.86% from 255 or 3.02% from 464); Blue value is 230 (90.23% from 255 or 49.57% from 464); Max value from RGB is 230 - color contains mainly: blue. Hex color #DC0EE6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC0EE6 is #23F119. Grayscale: #636363. Windows color (decimal): -2355482 or 15077084. OLE color: 15077084.

HSL color Cylindrical-coordinate representation of color #DC0EE6: hue angle of 297.22º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DC0EE6 is Cyan = 0.04, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB22014230-
CMYK0.040.9400.10
HSL297.22º88.52%47.84%-
HSV(B)297.22º93.91%90.2%-
XYZ43.9621.2476.65-
YUV100.22201.25213.44-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 47.41%
GREEN value IS 14 (5.86% from 255) = 3.02%
BLUE value IS 230 (90.23% from 255) = 49.57%
R=47.41%
G=3.02%
B=49.57%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal220142300.040.9400.10297.2288.5247.84
HexDCEE645E0A1295930
Octal33416346413601245113160
Binary110111001110111001101001011110010101001010011011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dc0ee6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dc0ee6; }

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

 H1.HeaderClassName
 {
   color: #dc0ee6;
 }
 .AnyTagClassName
 {
   color: #dc0ee6;
 }
</style>
background-color css

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

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

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

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

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

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