Html Css Color HEX #DC8EE0 Plum

📋 copy color: '#DC8EE0'

red 220 ◦ green 142 ◦ blue 224

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

Shades of Plum #DC8EE0

Tints of Plum #DC8EE0

RGB

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

 GREEN value IS 142 (55.86% from 255) = 24.23%

 BLUE value IS 224 (87.89% from 255) = 38.23%

R = 37.54%
G = 24.23%
B = 38.23%

CMYK

 C value IS 0.02

 M value IS 0.37

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DC8EE0 (or 0xDC8EE0) is known color: Plum. HEX triplet: DC, 8E and E0. RGB value is (220,142,224). Sum of RGB (Red+Green+Blue) = 220+142+224=586 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.54% from 586); Green value is 142 (55.86% from 255 or 24.23% from 586); Blue value is 224 (87.89% from 255 or 38.23% from 586); Max value from RGB is 224 - color contains mainly: blue. Hex color #DC8EE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC8EE0 is #23711F. Grayscale: #AEAEAE. Windows color (decimal): -2322720 or 14716636. OLE color: 14716636.

HSL color Cylindrical-coordinate representation of color #DC8EE0: hue angle of 297.07º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DC8EE0 is Cyan = 0.02, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 220 142 224 -
CMYK 0.02 0.37 0 0.12
HSL 297.07º 0.57% 0.72% -
HSV(B) 297.07º 0.37% 0.88% -
XYZ 52.64 39.94 75.46 -
YUV 174.67 155.84 160.33 -
System Red Green Blue C M Y K H S L
Decimal 220 142 224 0.02 0.37 0 0.12 297.07 0.57 0.72
Hex DC 8E E0 2 25 0 C 129 39 48
Octal 334 216 340 2 45 0 14 451 71 110
Binary 11011100 10001110 11100000 10 100101 0 1100 100101001 111001 1001000

Color Harmonies of #DC8EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8EE0

Black with #DC8EE0

Text Example


Text Example

White with #DC8EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8EE0; }

 p { color: rgb(220,142,224); }

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

background-color css

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

 a { background-color: rgb(220,142,224); }

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

border-color css

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

 span { border-color: rgb(220,142,224); }

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