Html Css Color HEX #DC8DE2 Plum

📋 copy color: '#DC8DE2'

red 220 ◦ green 141 ◦ blue 226

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

Shades of Plum #DC8DE2

Tints of Plum #DC8DE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 38.5%

R = 37.48%
G = 24.02%
B = 38.5%

CMYK

 C value IS 0.03

 M value IS 0.38

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#DC8DE2 (or 0xDC8DE2) is known color: Plum. HEX triplet: DC, 8D and E2. RGB value is (220,141,226). Sum of RGB (Red+Green+Blue) = 220+141+226=587 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.48% from 587); Green value is 141 (55.47% from 255 or 24.02% from 587); Blue value is 226 (88.67% from 255 or 38.50% from 587); Max value from RGB is 226 - color contains mainly: blue. Hex color #DC8DE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC8DE2 is #23721D. Grayscale: #AEAEAE. Windows color (decimal): -2322974 or 14847452. OLE color: 14847452.

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

Color convert

RGB 220 141 226 -
CMYK 0.03 0.38 0 0.11
HSL 295.76º 0.59% 0.72% -
HSV(B) 295.76º 0.38% 0.89% -
XYZ 52.77 39.76 76.84 -
YUV 174.31 157.17 160.59 -
System Red Green Blue C M Y K H S L
Decimal 220 141 226 0.03 0.38 0 0.11 295.76 0.59 0.72
Hex DC 8D E2 3 26 0 B 128 3B 48
Octal 334 215 342 3 46 0 13 450 73 110
Binary 11011100 10001101 11100010 11 100110 0 1011 100101000 111011 1001000

Color Harmonies of #DC8DE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8DE2

Black with #DC8DE2

Text Example


Text Example

White with #DC8DE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8DE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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