Html Css Color HEX #DC8DCC Plum

📋 copy color: '#DC8DCC'

red 220 ◦ green 141 ◦ blue 204

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

Shades of Plum #DC8DCC

Tints of Plum #DC8DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 36.11%

R = 38.94%
G = 24.96%
B = 36.11%

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

#DC8DCC (or 0xDC8DCC) is known color: Plum. HEX triplet: DC, 8D and CC. RGB value is (220,141,204). Sum of RGB (Red+Green+Blue) = 220+141+204=565 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.94% from 565); Green value is 141 (55.47% from 255 or 24.96% from 565); Blue value is 204 (80.08% from 255 or 36.11% from 565); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8DCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC8DCC is #237233. Grayscale: #ABABAB. Windows color (decimal): -2322996 or 13405660. OLE color: 13405660.

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

Color convert

RGB 220 141 204 -
CMYK 0 0.36 0.07 0.14
HSL 312.15º 0.53% 0.71% -
HSV(B) 312.15º 0.36% 0.86% -
XYZ 49.94 38.63 61.95 -
YUV 171.8 146.17 162.38 -
System Red Green Blue C M Y K H S L
Decimal 220 141 204 0 0.36 0.07 0.14 312.15 0.53 0.71
Hex DC 8D CC 0 24 7 E 138 35 47
Octal 334 215 314 0 44 7 16 470 65 107
Binary 11011100 10001101 11001100 0 100100 111 1110 100111000 110101 1000111

Color Harmonies of #DC8DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8DCC

Black with #DC8DCC

Text Example


Text Example

White with #DC8DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8DCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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