Html Css Color HEX #D989DB Plum

📋 copy color: '#D989DB'

red 217 ◦ green 137 ◦ blue 219

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

Shades of Plum #D989DB

Tints of Plum #D989DB

RGB

 RED value IS 217 (85.16% from 255) = 37.87%

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

 BLUE value IS 219 (85.94% from 255) = 38.22%

R = 37.87%
G = 23.91%
B = 38.22%

CMYK

 C value IS 0.01

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D989DB (or 0xD989DB) is known color: Plum. HEX triplet: D9, 89 and DB. RGB value is (217,137,219). Sum of RGB (Red+Green+Blue) = 217+137+219=573 (75% of max value = 765). Red value is 217 (85.16% from 255 or 37.87% from 573); Green value is 137 (53.91% from 255 or 23.91% from 573); Blue value is 219 (85.94% from 255 or 38.22% from 573); Max value from RGB is 219 - color contains mainly: blue. Hex color #D989DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D989DB is #267624. Grayscale: #AAAAAA. Windows color (decimal): -2520613 or 14387673. OLE color: 14387673.

HSL color Cylindrical-coordinate representation of color #D989DB: hue angle of 298.54º 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 #D989DB is Cyan = 0.01, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 217 137 219 -
CMYK 0.01 0.37 0 0.14
HSL 298.54º 0.53% 0.7% -
HSV(B) 298.54º 0.37% 0.86% -
XYZ 50.35 37.76 71.65 -
YUV 170.27 155.5 161.33 -
System Red Green Blue C M Y K H S L
Decimal 217 137 219 0.01 0.37 0 0.14 298.54 0.53 0.7
Hex D9 89 DB 1 25 0 E 12B 35 46
Octal 331 211 333 1 45 0 16 453 65 106
Binary 11011001 10001001 11011011 1 100101 0 1110 100101011 110101 1000110

Color Harmonies of #D989DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D989DB

Black with #D989DB

Text Example


Text Example

White with #D989DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D989DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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