#DC0CE9

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

Shades of Psychedelic Purple #DC0CE9

Tints of Psychedelic Purple #DC0CE9

Color information

#DC0CE9 (or 0xDC0CE9) is unknown color: approx Psychedelic Purple. HEX triplet: DC, 0C and E9. RGB value is (220,12,233). Sum of RGB (Red+Green+Blue) = 220+12+233=465 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.31% from 465); Green value is 12 (5.08% from 255 or 2.58% from 465); Blue value is 233 (91.41% from 255 or 50.11% from 465); Max value from RGB is 233 - color contains mainly: blue. Hex color #DC0CE9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC0CE9 is #23F316. Grayscale: #626262. Windows color (decimal): -2355991 or 15273180. OLE color: 15273180.

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

Color convert

RGB22012233-
CMYK0.060.9500.09
HSL296.47º90.2%48.04%-
HSV(B)296.47º94.85%91.37%-
XYZ44.3521.3678.88-
YUV99.39203.41214.03-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 47.31%
GREEN value IS 12 (5.08% from 255) = 2.58%
BLUE value IS 233 (91.41% from 255) = 50.11%
R=47.31%
G=2.58%
B=50.11%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal220122330.060.9500.09296.4790.248.04
HexDCCE965F091285a30
Octal33414351613701145013260
Binary110111001100111010011101011111010011001010001011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC0CE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC0CE9; }

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

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

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

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

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

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

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

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