Html Css Color HEX #D989DD Plum

📋 copy color: '#D989DD'

red 217 ◦ green 137 ◦ blue 221

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

Shades of Plum #D989DD

Tints of Plum #D989DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 38.43%

R = 37.74%
G = 23.83%
B = 38.43%

CMYK

 C value IS 0.02

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D989DD (or 0xD989DD) is known color: Plum. HEX triplet: D9, 89 and DD. RGB value is (217,137,221). Sum of RGB (Red+Green+Blue) = 217+137+221=575 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.74% from 575); Green value is 137 (53.91% from 255 or 23.83% from 575); Blue value is 221 (86.72% from 255 or 38.43% from 575); Max value from RGB is 221 - color contains mainly: blue. Hex color #D989DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D989DD is #267622. Grayscale: #AAAAAA. Windows color (decimal): -2520611 or 14518745. OLE color: 14518745.

HSL color Cylindrical-coordinate representation of color #D989DD: hue angle of 297.14º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D989DD is Cyan = 0.02, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 217 137 221 -
CMYK 0.02 0.38 0 0.13
HSL 297.14º 0.55% 0.7% -
HSV(B) 297.14º 0.38% 0.87% -
XYZ 50.61 37.86 73.05 -
YUV 170.5 156.5 161.17 -
System Red Green Blue C M Y K H S L
Decimal 217 137 221 0.02 0.38 0 0.13 297.14 0.55 0.7
Hex D9 89 DD 2 26 0 D 129 37 46
Octal 331 211 335 2 46 0 15 451 67 106
Binary 11011001 10001001 11011101 10 100110 0 1101 100101001 110111 1000110

Color Harmonies of #D989DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D989DD

Black with #D989DD

Text Example


Text Example

White with #D989DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D989DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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