#DC8CE4

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

Shades of Plum #DC8CE4

Tints of Plum #DC8CE4

Color information

#DC8CE4 (or 0xDC8CE4) is unknown color: approx Plum. HEX triplet: DC, 8C and E4. RGB value is (220,140,228). Sum of RGB (Red+Green+Blue) = 220+140+228=588 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.41% from 588); Green value is 140 (55.08% from 255 or 23.81% from 588); Blue value is 228 (89.45% from 255 or 38.78% from 588); Max value from RGB is 228 - color contains mainly: blue. Hex color #DC8CE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC8CE4 is #23731B. Grayscale: #ADADAD. Windows color (decimal): -2323228 or 14978268. OLE color: 14978268.

HSL color Cylindrical-coordinate representation of color #DC8CE4: hue angle of 294.55º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DC8CE4 is Cyan = 0.04, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB220140228-
CMYK0.040.3900.11
HSL294.55º61.97%72.16%-
HSV(B)294.55º38.6%89.41%-
XYZ52.939.5778.25-
YUV173.95158.5160.84-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.41%
GREEN value IS 140 (55.08% from 255) = 23.81%
BLUE value IS 228 (89.45% from 255) = 38.78%
R=37.41%
G=23.81%
B=38.78%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2201402280.040.3900.11294.5561.9772.16
HexDC8CE44270B1273e48
Octal33421434444701344776110
Binary110111001000110011100100100100111010111001001111111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8CE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8CE4; }

 p { color: rgb(220,140,228); }

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

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

 a { background-color: rgb(220,140,228); }

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

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

 span { border-color: rgb(220,140,228); }

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