Html Css Color HEX #DC8DE1 Plum

📋 copy color: '#DC8DE1'

red 220 ◦ green 141 ◦ blue 225

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

Shades of Plum #DC8DE1

Tints of Plum #DC8DE1

RGB

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

 GREEN value IS 141 (55.47% from 255) = 24.06%

 BLUE value IS 225 (88.28% from 255) = 38.4%

R = 37.54%
G = 24.06%
B = 38.4%

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

#DC8DE1 (or 0xDC8DE1) is known color: Plum. HEX triplet: DC, 8D and E1. RGB value is (220,141,225). Sum of RGB (Red+Green+Blue) = 220+141+225=586 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.54% from 586); Green value is 141 (55.47% from 255 or 24.06% from 586); Blue value is 225 (88.28% from 255 or 38.40% from 586); Max value from RGB is 225 - color contains mainly: blue. Hex color #DC8DE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC8DE1 is #23721E. Grayscale: #ADADAD. Windows color (decimal): -2322975 or 14781916. OLE color: 14781916.

HSL color Cylindrical-coordinate representation of color #DC8DE1: hue angle of 296.43º degrees, saturation: 0.58, 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 #DC8DE1 is Cyan = 0.02, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 220 141 225 -
CMYK 0.02 0.37 0 0.12
HSL 296.43º 0.58% 0.72% -
HSV(B) 296.43º 0.37% 0.88% -
XYZ 52.63 39.7 76.12 -
YUV 174.2 156.67 160.67 -
System Red Green Blue C M Y K H S L
Decimal 220 141 225 0.02 0.37 0 0.12 296.43 0.58 0.72
Hex DC 8D E1 2 25 0 C 128 3A 48
Octal 334 215 341 2 45 0 14 450 72 110
Binary 11011100 10001101 11100001 10 100101 0 1100 100101000 111010 1001000

Color Harmonies of #DC8DE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8DE1

Black with #DC8DE1

Text Example


Text Example

White with #DC8DE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8DE1; }

 p { color: rgb(220,141,225); }

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

background-color css

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

 a { background-color: rgb(220,141,225); }

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

border-color css

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

 span { border-color: rgb(220,141,225); }

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