Html Css Color HEX #DC8CDB Plum

📋 copy color: '#DC8CDB'

red 220 ◦ green 140 ◦ blue 219

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

Shades of Plum #DC8CDB

Tints of Plum #DC8CDB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 24.18%

 BLUE value IS 219 (85.94% from 255) = 37.82%

R = 38%
G = 24.18%
B = 37.82%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.00

 K value IS 0.14

RGB Variations

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

Color information

#DC8CDB (or 0xDC8CDB) is known color: Plum. HEX triplet: DC, 8C and DB. RGB value is (220,140,219). Sum of RGB (Red+Green+Blue) = 220+140+219=579 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.00% from 579); Green value is 140 (55.08% from 255 or 24.18% from 579); Blue value is 219 (85.94% from 255 or 37.82% from 579); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8CDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC8CDB is #237324. Grayscale: #ACACAC. Windows color (decimal): -2323237 or 14388444. OLE color: 14388444.

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

Color convert

RGB 220 140 219 -
CMYK 0 0.36 0.00 0.14
HSL 300.75º 0.53% 0.71% -
HSV(B) 300.75º 0.36% 0.86% -
XYZ 51.68 39.09 71.84 -
YUV 172.93 154 161.58 -
System Red Green Blue C M Y K H S L
Decimal 220 140 219 0 0.36 0.00 0.14 300.75 0.53 0.71
Hex DC 8C DB 0 24 0 E 12D 35 47
Octal 334 214 333 0 44 0 16 455 65 107
Binary 11011100 10001100 11011011 0 100100 0 1110 100101101 110101 1000111

Color Harmonies of #DC8CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8CDB

Black with #DC8CDB

Text Example


Text Example

White with #DC8CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8CDB; }

 p { color: rgb(220,140,219); }

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

background-color css

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

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

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

border-color css

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

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

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