Html Css Color HEX #DC8DCD Plum

📋 copy color: '#DC8DCD'

red 220 ◦ green 141 ◦ blue 205

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

Shades of Plum #DC8DCD

Tints of Plum #DC8DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 36.22%

R = 38.87%
G = 24.91%
B = 36.22%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#DC8DCD (or 0xDC8DCD) is known color: Plum. HEX triplet: DC, 8D and CD. RGB value is (220,141,205). Sum of RGB (Red+Green+Blue) = 220+141+205=566 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.87% from 566); Green value is 141 (55.47% from 255 or 24.91% from 566); Blue value is 205 (80.47% from 255 or 36.22% from 566); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8DCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC8DCD is #237232. Grayscale: #ABABAB. Windows color (decimal): -2322995 or 13471196. OLE color: 13471196.

HSL color Cylindrical-coordinate representation of color #DC8DCD: hue angle of 311.39º 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 #DC8DCD is Cyan = 0, Magento = 0.36, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 141 205 -
CMYK 0 0.36 0.07 0.14
HSL 311.39º 0.53% 0.71% -
HSV(B) 311.39º 0.36% 0.86% -
XYZ 50.06 38.67 62.58 -
YUV 171.92 146.67 162.3 -
System Red Green Blue C M Y K H S L
Decimal 220 141 205 0 0.36 0.07 0.14 311.39 0.53 0.71
Hex DC 8D CD 0 24 7 E 137 35 47
Octal 334 215 315 0 44 7 16 467 65 107
Binary 11011100 10001101 11001101 0 100100 111 1110 100110111 110101 1000111

Color Harmonies of #DC8DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8DCD

Black with #DC8DCD

Text Example


Text Example

White with #DC8DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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