Html Css Color HEX #DC8DDB Plum

📋 copy color: '#DC8DDB'

red 220 ◦ green 141 ◦ blue 219

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

Shades of Plum #DC8DDB

Tints of Plum #DC8DDB

RGB

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

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

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

R = 37.93%
G = 24.31%
B = 37.76%

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

#DC8DDB (or 0xDC8DDB) is known color: Plum. HEX triplet: DC, 8D and DB. RGB value is (220,141,219). Sum of RGB (Red+Green+Blue) = 220+141+219=580 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.93% from 580); Green value is 141 (55.47% from 255 or 24.31% from 580); Blue value is 219 (85.94% from 255 or 37.76% from 580); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8DDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC8DDB is #237224. Grayscale: #ADADAD. Windows color (decimal): -2322981 or 14388700. OLE color: 14388700.

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

Color convert

RGB 220 141 219 -
CMYK 0 0.36 0.00 0.14
HSL 300.76º 0.53% 0.71% -
HSV(B) 300.76º 0.36% 0.86% -
XYZ 51.83 39.38 71.89 -
YUV 173.51 153.67 161.16 -
System Red Green Blue C M Y K H S L
Decimal 220 141 219 0 0.36 0.00 0.14 300.76 0.53 0.71
Hex DC 8D DB 0 24 0 E 12D 35 47
Octal 334 215 333 0 44 0 16 455 65 107
Binary 11011100 10001101 11011011 0 100100 0 1110 100101101 110101 1000111

Color Harmonies of #DC8DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8DDB

Black with #DC8DDB

Text Example


Text Example

White with #DC8DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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