Html Css Color HEX #D989DC Plum

📋 copy color: '#D989DC'

red 217 ◦ green 137 ◦ blue 220

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

Shades of Plum #D989DC

Tints of Plum #D989DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 38.33%

R = 37.8%
G = 23.87%
B = 38.33%

CMYK

 C value IS 0.01

 M value IS 0.38

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D989DC (or 0xD989DC) is known color: Plum. HEX triplet: D9, 89 and DC. RGB value is (217,137,220). Sum of RGB (Red+Green+Blue) = 217+137+220=574 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.80% from 574); Green value is 137 (53.91% from 255 or 23.87% from 574); Blue value is 220 (86.33% from 255 or 38.33% from 574); Max value from RGB is 220 - color contains mainly: blue. Hex color #D989DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D989DC is #267623. Grayscale: #AAAAAA. Windows color (decimal): -2520612 or 14453209. OLE color: 14453209.

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

Color convert

RGB 217 137 220 -
CMYK 0.01 0.38 0 0.14
HSL 297.83º 0.54% 0.7% -
HSV(B) 297.83º 0.38% 0.86% -
XYZ 50.48 37.81 72.35 -
YUV 170.38 156 161.25 -
System Red Green Blue C M Y K H S L
Decimal 217 137 220 0.01 0.38 0 0.14 297.83 0.54 0.7
Hex D9 89 DC 1 26 0 E 12A 36 46
Octal 331 211 334 1 46 0 16 452 66 106
Binary 11011001 10001001 11011100 1 100110 0 1110 100101010 110110 1000110

Color Harmonies of #D989DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D989DC

Black with #D989DC

Text Example


Text Example

White with #D989DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D989DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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