Html Css Color HEX #DC9BDB Plum

📋 copy color: '#DC9BDB'

red 220 ◦ green 155 ◦ blue 219

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

Shades of Plum #DC9BDB

Tints of Plum #DC9BDB

RGB

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

 GREEN value IS 155 (60.94% from 255) = 26.09%

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

R = 37.04%
G = 26.09%
B = 36.87%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.00

 K value IS 0.14

RGB Variations

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

Color information

#DC9BDB (or 0xDC9BDB) is known color: Plum. HEX triplet: DC, 9B and DB. RGB value is (220,155,219). Sum of RGB (Red+Green+Blue) = 220+155+219=594 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.04% from 594); Green value is 155 (60.94% from 255 or 26.09% from 594); Blue value is 219 (85.94% from 255 or 36.87% from 594); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9BDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC9BDB is #236424. Grayscale: #B5B5B5. Windows color (decimal): -2319397 or 14392284. OLE color: 14392284.

HSL color Cylindrical-coordinate representation of color #DC9BDB: hue angle of 300.92º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DC9BDB is Cyan = 0, Magento = 0.30, Yellow = 0.00 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 155 219 -
CMYK 0 0.30 0.00 0.14
HSL 300.92º 0.48% 0.74% -
HSV(B) 300.92º 0.3% 0.86% -
XYZ 54.02 43.77 72.62 -
YUV 181.73 149.03 155.3 -
System Red Green Blue C M Y K H S L
Decimal 220 155 219 0 0.30 0.00 0.14 300.92 0.48 0.74
Hex DC 9B DB 0 1E 0 E 12D 30 4A
Octal 334 233 333 0 36 0 16 455 60 112
Binary 11011100 10011011 11011011 0 11110 0 1110 100101101 110000 1001010

Color Harmonies of #DC9BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9BDB

Black with #DC9BDB

Text Example


Text Example

White with #DC9BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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