Html Css Color HEX #DB8DDD Plum

📋 copy color: '#DB8DDD'

red 219 ◦ green 141 ◦ blue 221

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

Shades of Plum #DB8DDD

Tints of Plum #DB8DDD

RGB

 RED value IS 219 (85.94% from 255) = 37.69%

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

 BLUE value IS 221 (86.72% from 255) = 38.04%

R = 37.69%
G = 24.27%
B = 38.04%

CMYK

 C value IS 0.01

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DB8DDD (or 0xDB8DDD) is known color: Plum. HEX triplet: DB, 8D and DD. RGB value is (219,141,221). Sum of RGB (Red+Green+Blue) = 219+141+221=581 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.69% from 581); Green value is 141 (55.47% from 255 or 24.27% from 581); Blue value is 221 (86.72% from 255 or 38.04% from 581); Max value from RGB is 221 - color contains mainly: blue. Hex color #DB8DDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB8DDD is #247222. Grayscale: #ADADAD. Windows color (decimal): -2388515 or 14519771. OLE color: 14519771.

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

Color convert

RGB 219 141 221 -
CMYK 0.01 0.36 0 0.13
HSL 298.5º 0.54% 0.71% -
HSV(B) 298.5º 0.36% 0.87% -
XYZ 51.79 39.33 73.27 -
YUV 173.44 154.84 160.5 -
System Red Green Blue C M Y K H S L
Decimal 219 141 221 0.01 0.36 0 0.13 298.5 0.54 0.71
Hex DB 8D DD 1 24 0 D 12A 36 47
Octal 333 215 335 1 44 0 15 452 66 107
Binary 11011011 10001101 11011101 1 100100 0 1101 100101010 110110 1000111

Color Harmonies of #DB8DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8DDD

Black with #DB8DDD

Text Example


Text Example

White with #DB8DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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