Html Css Color HEX #DC8DDC Plum

📋 copy color: '#DC8DDC'

red 220 ◦ green 141 ◦ blue 220

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

Shades of Plum #DC8DDC

Tints of Plum #DC8DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 37.87%

R = 37.87%
G = 24.27%
B = 37.87%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DC8DDC (or 0xDC8DDC) is known color: Plum. HEX triplet: DC, 8D and DC. RGB value is (220,141,220). Sum of RGB (Red+Green+Blue) = 220+141+220=581 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.87% from 581); Green value is 141 (55.47% from 255 or 24.27% from 581); Blue value is 220 (86.33% from 255 or 37.87% from 581); Max value from RGB is 220 - color contains mainly: red, blue. Hex color #DC8DDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC8DDC is #237223. Grayscale: #ADADAD. Windows color (decimal): -2322980 or 14454236. OLE color: 14454236.

HSL color Cylindrical-coordinate representation of color #DC8DDC: hue angle of 300º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DC8DDC is Cyan = 0, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 141 220 -
CMYK 0 0.36 0 0.14
HSL 300º 0.53% 0.71% -
HSV(B) 300º 0.36% 0.86% -
XYZ 51.96 39.43 72.58 -
YUV 173.63 154.17 161.08 -
System Red Green Blue C M Y K H S L
Decimal 220 141 220 0 0.36 0 0.14 300 0.53 0.71
Hex DC 8D DC 0 24 0 E 12C 35 47
Octal 334 215 334 0 44 0 16 454 65 107
Binary 11011100 10001101 11011100 0 100100 0 1110 100101100 110101 1000111

Color Harmonies of #DC8DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8DDC

Black with #DC8DDC

Text Example


Text Example

White with #DC8DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8DDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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