Html Css Color HEX #DD8BDB Plum

📋 copy color: '#DD8BDB'

red 221 ◦ green 139 ◦ blue 219

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

Shades of Plum #DD8BDB

Tints of Plum #DD8BDB

RGB

 RED value IS 221 (86.72% from 255) = 38.17%

 GREEN value IS 139 (54.69% from 255) = 24.01%

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

R = 38.17%
G = 24.01%
B = 37.82%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DD8BDB (or 0xDD8BDB) is known color: Plum. HEX triplet: DD, 8B and DB. RGB value is (221,139,219). Sum of RGB (Red+Green+Blue) = 221+139+219=579 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.17% from 579); Green value is 139 (54.69% from 255 or 24.01% from 579); Blue value is 219 (85.94% from 255 or 37.82% from 579); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8BDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD8BDB is #227424. Grayscale: #ACACAC. Windows color (decimal): -2257957 or 14388189. OLE color: 14388189.

HSL color Cylindrical-coordinate representation of color #DD8BDB: hue angle of 301.46º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DD8BDB is Cyan = 0, Magento = 0.37, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 139 219 -
CMYK 0 0.37 0.01 0.13
HSL 301.46º 0.55% 0.71% -
HSV(B) 301.46º 0.37% 0.87% -
XYZ 51.84 38.95 71.8 -
YUV 172.64 154.17 162.5 -
System Red Green Blue C M Y K H S L
Decimal 221 139 219 0 0.37 0.01 0.13 301.46 0.55 0.71
Hex DD 8B DB 0 25 1 D 12D 37 47
Octal 335 213 333 0 45 1 15 455 67 107
Binary 11011101 10001011 11011011 0 100101 1 1101 100101101 110111 1000111

Color Harmonies of #DD8BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8BDB

Black with #DD8BDB

Text Example


Text Example

White with #DD8BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8BDB; }

 p { color: rgb(221,139,219); }

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

background-color css

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

 a { background-color: rgb(221,139,219); }

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

border-color css

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

 span { border-color: rgb(221,139,219); }

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