Html Css Color HEX #D989DF Plum

📋 copy color: '#D989DF'

red 217 ◦ green 137 ◦ blue 223

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

Shades of Plum #D989DF

Tints of Plum #D989DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 38.65%

R = 37.61%
G = 23.74%
B = 38.65%

CMYK

 C value IS 0.03

 M value IS 0.39

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D989DF (or 0xD989DF) is known color: Plum. HEX triplet: D9, 89 and DF. RGB value is (217,137,223). Sum of RGB (Red+Green+Blue) = 217+137+223=577 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.61% from 577); Green value is 137 (53.91% from 255 or 23.74% from 577); Blue value is 223 (87.5% from 255 or 38.65% from 577); Max value from RGB is 223 - color contains mainly: blue. Hex color #D989DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D989DF is #267620. Grayscale: #AAAAAA. Windows color (decimal): -2520609 or 14649817. OLE color: 14649817.

HSL color Cylindrical-coordinate representation of color #D989DF: hue angle of 295.81º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D989DF is Cyan = 0.03, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 217 137 223 -
CMYK 0.03 0.39 0 0.13
HSL 295.81º 0.57% 0.71% -
HSV(B) 295.81º 0.39% 0.87% -
XYZ 50.88 37.97 74.46 -
YUV 170.72 157.5 161.01 -
System Red Green Blue C M Y K H S L
Decimal 217 137 223 0.03 0.39 0 0.13 295.81 0.57 0.71
Hex D9 89 DF 3 27 0 D 128 39 47
Octal 331 211 337 3 47 0 15 450 71 107
Binary 11011001 10001001 11011111 11 100111 0 1101 100101000 111001 1000111

Color Harmonies of #D989DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D989DF

Black with #D989DF

Text Example


Text Example

White with #D989DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D989DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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