Html Css Color HEX #D989D8 Plum

📋 copy color: '#D989D8'

red 217 ◦ green 137 ◦ blue 216

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

Shades of Plum #D989D8

Tints of Plum #D989D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 37.89%

R = 38.07%
G = 24.04%
B = 37.89%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.00

 K value IS 0.15

RGB Variations

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

Color information

#D989D8 (or 0xD989D8) is known color: Plum. HEX triplet: D9, 89 and D8. RGB value is (217,137,216). Sum of RGB (Red+Green+Blue) = 217+137+216=570 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.07% from 570); Green value is 137 (53.91% from 255 or 24.04% from 570); Blue value is 216 (84.77% from 255 or 37.89% from 570); Max value from RGB is 217 - color contains mainly: red. Hex color #D989D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D989D8 is #267627. Grayscale: #A9A9A9. Windows color (decimal): -2520616 or 14191065. OLE color: 14191065.

HSL color Cylindrical-coordinate representation of color #D989D8: hue angle of 300.75º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D989D8 is Cyan = 0, Magento = 0.37, Yellow = 0.00 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 137 216 -
CMYK 0 0.37 0.00 0.15
HSL 300.75º 0.51% 0.69% -
HSV(B) 300.75º 0.37% 0.85% -
XYZ 49.96 37.6 69.59 -
YUV 169.93 154 161.58 -
System Red Green Blue C M Y K H S L
Decimal 217 137 216 0 0.37 0.00 0.15 300.75 0.51 0.69
Hex D9 89 D8 0 25 0 F 12D 33 45
Octal 331 211 330 0 45 0 17 455 63 105
Binary 11011001 10001001 11011000 0 100101 0 1111 100101101 110011 1000101

Color Harmonies of #D989D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D989D8

Black with #D989D8

Text Example


Text Example

White with #D989D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D989D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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