Html Css Color HEX #D89AD4 Plum

📋 copy color: '#D89AD4'

red 216 ◦ green 154 ◦ blue 212

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

Shades of Plum #D89AD4

Tints of Plum #D89AD4

RGB

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

 GREEN value IS 154 (60.55% from 255) = 26.46%

 BLUE value IS 212 (83.2% from 255) = 36.43%

R = 37.11%
G = 26.46%
B = 36.43%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.02

 K value IS 0.15

RGB Variations

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

Color information

#D89AD4 (or 0xD89AD4) is known color: Plum. HEX triplet: D8, 9A and D4. RGB value is (216,154,212). Sum of RGB (Red+Green+Blue) = 216+154+212=582 (77% of max value = 765). Red value is 216 (84.77% from 255 or 37.11% from 582); Green value is 154 (60.55% from 255 or 26.46% from 582); Blue value is 212 (83.20% from 255 or 36.43% from 582); Max value from RGB is 216 - color contains mainly: red. Hex color #D89AD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D89AD4 is #27652B. Grayscale: #B2B2B2. Windows color (decimal): -2581804 or 13933272. OLE color: 13933272.

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

Color convert

RGB 216 154 212 -
CMYK 0 0.29 0.02 0.15
HSL 303.87º 0.44% 0.73% -
HSV(B) 303.87º 0.29% 0.85% -
XYZ 51.76 42.46 67.76 -
YUV 179.15 146.54 154.28 -
System Red Green Blue C M Y K H S L
Decimal 216 154 212 0 0.29 0.02 0.15 303.87 0.44 0.73
Hex D8 9A D4 0 1D 2 F 130 2C 49
Octal 330 232 324 0 35 2 17 460 54 111
Binary 11011000 10011010 11010100 0 11101 10 1111 100110000 101100 1001001

Color Harmonies of #D89AD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D89AD4

Black with #D89AD4

Text Example


Text Example

White with #D89AD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D89AD4; }

 p { color: rgb(216,154,212); }

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

background-color css

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

 a { background-color: rgb(216,154,212); }

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

border-color css

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

 span { border-color: rgb(216,154,212); }

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