Html Css Color HEX #D89DD5 Plum

📋 copy color: '#D89DD5'

red 216 ◦ green 157 ◦ blue 213

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

Shades of Plum #D89DD5

Tints of Plum #D89DD5

RGB

 RED value IS 216 (84.77% from 255) = 36.86%

 GREEN value IS 157 (61.72% from 255) = 26.79%

 BLUE value IS 213 (83.59% from 255) = 36.35%

R = 36.86%
G = 26.79%
B = 36.35%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.01

 K value IS 0.15

RGB Variations

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

Color information

#D89DD5 (or 0xD89DD5) is known color: Plum. HEX triplet: D8, 9D and D5. RGB value is (216,157,213). Sum of RGB (Red+Green+Blue) = 216+157+213=586 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.86% from 586); Green value is 157 (61.72% from 255 or 26.79% from 586); Blue value is 213 (83.59% from 255 or 36.35% from 586); Max value from RGB is 216 - color contains mainly: red. Hex color #D89DD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D89DD5 is #27622A. Grayscale: #B4B4B4. Windows color (decimal): -2581035 or 13999576. OLE color: 13999576.

HSL color Cylindrical-coordinate representation of color #D89DD5: hue angle of 303.05º degrees, saturation: 0.43, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D89DD5 is Cyan = 0, Magento = 0.27, Yellow = 0.01 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 157 213 -
CMYK 0 0.27 0.01 0.15
HSL 303.05º 0.43% 0.73% -
HSV(B) 303.05º 0.27% 0.85% -
XYZ 52.39 43.52 68.59 -
YUV 181.03 146.05 152.95 -
System Red Green Blue C M Y K H S L
Decimal 216 157 213 0 0.27 0.01 0.15 303.05 0.43 0.73
Hex D8 9D D5 0 1B 1 F 12F 2B 49
Octal 330 235 325 0 33 1 17 457 53 111
Binary 11011000 10011101 11010101 0 11011 1 1111 100101111 101011 1001001

Color Harmonies of #D89DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D89DD5

Black with #D89DD5

Text Example


Text Example

White with #D89DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D89DD5; }

 p { color: rgb(216,157,213); }

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

background-color css

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

 a { background-color: rgb(216,157,213); }

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

border-color css

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

 span { border-color: rgb(216,157,213); }

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