Html Css Color HEX #DC9CDB Plum

📋 copy color: '#DC9CDB'

red 220 ◦ green 156 ◦ blue 219

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

Shades of Plum #DC9CDB

Tints of Plum #DC9CDB

RGB

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

 GREEN value IS 156 (61.33% from 255) = 26.22%

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

R = 36.97%
G = 26.22%
B = 36.81%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.00

 K value IS 0.14

RGB Variations

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

Color information

#DC9CDB (or 0xDC9CDB) is known color: Plum. HEX triplet: DC, 9C and DB. RGB value is (220,156,219). Sum of RGB (Red+Green+Blue) = 220+156+219=595 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.97% from 595); Green value is 156 (61.33% from 255 or 26.22% from 595); Blue value is 219 (85.94% from 255 or 36.81% from 595); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9CDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC9CDB is #236324. Grayscale: #B6B6B6. Windows color (decimal): -2319141 or 14392540. OLE color: 14392540.

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

Color convert

RGB 220 156 219 -
CMYK 0 0.29 0.00 0.14
HSL 300.94º 0.48% 0.74% -
HSV(B) 300.94º 0.29% 0.86% -
XYZ 54.19 44.11 72.68 -
YUV 182.32 148.7 154.88 -
System Red Green Blue C M Y K H S L
Decimal 220 156 219 0 0.29 0.00 0.14 300.94 0.48 0.74
Hex DC 9C DB 0 1D 0 E 12D 30 4A
Octal 334 234 333 0 35 0 16 455 60 112
Binary 11011100 10011100 11011011 0 11101 0 1110 100101101 110000 1001010

Color Harmonies of #DC9CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9CDB

Black with #DC9CDB

Text Example


Text Example

White with #DC9CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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