Html Css Color HEX #DB9BDA Plum

📋 copy color: '#DB9BDA'

red 219 ◦ green 155 ◦ blue 218

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

Shades of Plum #DB9BDA

Tints of Plum #DB9BDA

RGB

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

 GREEN value IS 155 (60.94% from 255) = 26.18%

 BLUE value IS 218 (85.55% from 255) = 36.82%

R = 36.99%
G = 26.18%
B = 36.82%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.00

 K value IS 0.14

RGB Variations

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

Color information

#DB9BDA (or 0xDB9BDA) is known color: Plum. HEX triplet: DB, 9B and DA. RGB value is (219,155,218). Sum of RGB (Red+Green+Blue) = 219+155+218=592 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.99% from 592); Green value is 155 (60.94% from 255 or 26.18% from 592); Blue value is 218 (85.55% from 255 or 36.82% from 592); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9BDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9BDA is #246425. Grayscale: #B5B5B5. Windows color (decimal): -2384934 or 14326747. OLE color: 14326747.

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

Color convert

RGB 219 155 218 -
CMYK 0 0.29 0.00 0.14
HSL 300.94º 0.47% 0.73% -
HSV(B) 300.94º 0.29% 0.86% -
XYZ 53.59 43.56 71.91 -
YUV 181.32 148.7 154.88 -
System Red Green Blue C M Y K H S L
Decimal 219 155 218 0 0.29 0.00 0.14 300.94 0.47 0.73
Hex DB 9B DA 0 1D 0 E 12D 2F 49
Octal 333 233 332 0 35 0 16 455 57 111
Binary 11011011 10011011 11011010 0 11101 0 1110 100101101 101111 1001001

Color Harmonies of #DB9BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9BDA

Black with #DB9BDA

Text Example


Text Example

White with #DB9BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9BDA; }

 p { color: rgb(219,155,218); }

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

background-color css

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

 a { background-color: rgb(219,155,218); }

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

border-color css

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

 span { border-color: rgb(219,155,218); }

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