Html Css Color HEX #DB8DDF Plum

📋 copy color: '#DB8DDF'

red 219 ◦ green 141 ◦ blue 223

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

Shades of Plum #DB8DDF

Tints of Plum #DB8DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 38.25%

R = 37.56%
G = 24.19%
B = 38.25%

CMYK

 C value IS 0.02

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DB8DDF (or 0xDB8DDF) is known color: Plum. HEX triplet: DB, 8D and DF. RGB value is (219,141,223). Sum of RGB (Red+Green+Blue) = 219+141+223=583 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.56% from 583); Green value is 141 (55.47% from 255 or 24.19% from 583); Blue value is 223 (87.5% from 255 or 38.25% from 583); Max value from RGB is 223 - color contains mainly: blue. Hex color #DB8DDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB8DDF is #247220. Grayscale: #ADADAD. Windows color (decimal): -2388513 or 14650843. OLE color: 14650843.

HSL color Cylindrical-coordinate representation of color #DB8DDF: hue angle of 297.07º degrees, saturation: 0.56, 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 #DB8DDF is Cyan = 0.02, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 219 141 223 -
CMYK 0.02 0.37 0 0.13
HSL 297.07º 0.56% 0.71% -
HSV(B) 297.07º 0.37% 0.87% -
XYZ 52.06 39.44 74.68 -
YUV 173.67 155.84 160.33 -
System Red Green Blue C M Y K H S L
Decimal 219 141 223 0.02 0.37 0 0.13 297.07 0.56 0.71
Hex DB 8D DF 2 25 0 D 129 38 47
Octal 333 215 337 2 45 0 15 451 70 107
Binary 11011011 10001101 11011111 10 100101 0 1101 100101001 111000 1000111

Color Harmonies of #DB8DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8DDF

Black with #DB8DDF

Text Example


Text Example

White with #DB8DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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