Html Css Color HEX #DB89DA Plum

📋 copy color: '#DB89DA'

red 219 ◦ green 137 ◦ blue 218

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

Shades of Plum #DB89DA

Tints of Plum #DB89DA

RGB

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

 GREEN value IS 137 (53.91% from 255) = 23.87%

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

R = 38.15%
G = 23.87%
B = 37.98%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.00

 K value IS 0.14

RGB Variations

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

Color information

#DB89DA (or 0xDB89DA) is known color: Plum. HEX triplet: DB, 89 and DA. RGB value is (219,137,218). Sum of RGB (Red+Green+Blue) = 219+137+218=574 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.15% from 574); Green value is 137 (53.91% from 255 or 23.87% from 574); Blue value is 218 (85.55% from 255 or 37.98% from 574); Max value from RGB is 219 - color contains mainly: red. Hex color #DB89DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB89DA is #247625. Grayscale: #AAAAAA. Windows color (decimal): -2389542 or 14322139. OLE color: 14322139.

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

Color convert

RGB 219 137 218 -
CMYK 0 0.37 0.00 0.14
HSL 300.73º 0.53% 0.7% -
HSV(B) 300.73º 0.37% 0.86% -
XYZ 50.81 38.01 70.99 -
YUV 170.75 154.67 162.41 -
System Red Green Blue C M Y K H S L
Decimal 219 137 218 0 0.37 0.00 0.14 300.73 0.53 0.7
Hex DB 89 DA 0 25 0 E 12D 35 46
Octal 333 211 332 0 45 0 16 455 65 106
Binary 11011011 10001001 11011010 0 100101 0 1110 100101101 110101 1000110

Color Harmonies of #DB89DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB89DA

Black with #DB89DA

Text Example


Text Example

White with #DB89DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB89DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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