Html Css Color HEX #DC9EDB Plum

📋 copy color: '#DC9EDB'

red 220 ◦ green 158 ◦ blue 219

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

Shades of Plum #DC9EDB

Tints of Plum #DC9EDB

RGB

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

 GREEN value IS 158 (62.11% from 255) = 26.47%

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

R = 36.85%
G = 26.47%
B = 36.68%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.00

 K value IS 0.14

RGB Variations

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

Color information

#DC9EDB (or 0xDC9EDB) is known color: Plum. HEX triplet: DC, 9E and DB. RGB value is (220,158,219). Sum of RGB (Red+Green+Blue) = 220+158+219=597 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.85% from 597); Green value is 158 (62.11% from 255 or 26.47% from 597); Blue value is 219 (85.94% from 255 or 36.68% from 597); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9EDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC9EDB is #236124. Grayscale: #B7B7B7. Windows color (decimal): -2318629 or 14393052. OLE color: 14393052.

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

Color convert

RGB 220 158 219 -
CMYK 0 0.28 0.00 0.14
HSL 300.97º 0.47% 0.74% -
HSV(B) 300.97º 0.28% 0.86% -
XYZ 54.53 44.78 72.79 -
YUV 183.49 148.04 154.04 -
System Red Green Blue C M Y K H S L
Decimal 220 158 219 0 0.28 0.00 0.14 300.97 0.47 0.74
Hex DC 9E DB 0 1C 0 E 12D 2F 4A
Octal 334 236 333 0 34 0 16 455 57 112
Binary 11011100 10011110 11011011 0 11100 0 1110 100101101 101111 1001010

Color Harmonies of #DC9EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9EDB

Black with #DC9EDB

Text Example


Text Example

White with #DC9EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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