Html Css Color HEX #DB8DDE Plum

📋 copy color: '#DB8DDE'

red 219 ◦ green 141 ◦ blue 222

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

Shades of Plum #DB8DDE

Tints of Plum #DB8DDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 38.14%

R = 37.63%
G = 24.23%
B = 38.14%

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

#DB8DDE (or 0xDB8DDE) is known color: Plum. HEX triplet: DB, 8D and DE. RGB value is (219,141,222). Sum of RGB (Red+Green+Blue) = 219+141+222=582 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.63% from 582); Green value is 141 (55.47% from 255 or 24.23% from 582); Blue value is 222 (87.11% from 255 or 38.14% from 582); Max value from RGB is 222 - color contains mainly: blue. Hex color #DB8DDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB8DDE is #247221. Grayscale: #ADADAD. Windows color (decimal): -2388514 or 14585307. OLE color: 14585307.

HSL color Cylindrical-coordinate representation of color #DB8DDE: hue angle of 297.78º degrees, saturation: 0.55, 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 #DB8DDE is Cyan = 0.01, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 219 141 222 -
CMYK 0.01 0.36 0 0.13
HSL 297.78º 0.55% 0.71% -
HSV(B) 297.78º 0.36% 0.87% -
XYZ 51.92 39.38 73.97 -
YUV 173.56 155.34 160.41 -
System Red Green Blue C M Y K H S L
Decimal 219 141 222 0.01 0.36 0 0.13 297.78 0.55 0.71
Hex DB 8D DE 1 24 0 D 12A 37 47
Octal 333 215 336 1 44 0 15 452 67 107
Binary 11011011 10001101 11011110 1 100100 0 1101 100101010 110111 1000111

Color Harmonies of #DB8DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8DDE

Black with #DB8DDE

Text Example


Text Example

White with #DB8DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8DDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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