Html Css Color HEX #D89ADD Plum

📋 copy color: '#D89ADD'

red 216 ◦ green 154 ◦ blue 221

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

Shades of Plum #D89ADD

Tints of Plum #D89ADD

RGB

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

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

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

R = 36.55%
G = 26.06%
B = 37.39%

CMYK

 C value IS 0.02

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D89ADD (or 0xD89ADD) is known color: Plum. HEX triplet: D8, 9A and DD. RGB value is (216,154,221). Sum of RGB (Red+Green+Blue) = 216+154+221=591 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.55% from 591); Green value is 154 (60.55% from 255 or 26.06% from 591); Blue value is 221 (86.72% from 255 or 37.39% from 591); Max value from RGB is 221 - color contains mainly: blue. Hex color #D89ADD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D89ADD is #276522. Grayscale: #B3B3B3. Windows color (decimal): -2581795 or 14523096. OLE color: 14523096.

HSL color Cylindrical-coordinate representation of color #D89ADD: hue angle of 295.52º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D89ADD is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 216 154 221 -
CMYK 0.02 0.30 0 0.13
HSL 295.52º 0.5% 0.74% -
HSV(B) 295.52º 0.3% 0.87% -
XYZ 52.93 42.93 73.9 -
YUV 180.18 151.04 153.55 -
System Red Green Blue C M Y K H S L
Decimal 216 154 221 0.02 0.30 0 0.13 295.52 0.5 0.74
Hex D8 9A DD 2 1E 0 D 128 32 4A
Octal 330 232 335 2 36 0 15 450 62 112
Binary 11011000 10011010 11011101 10 11110 0 1101 100101000 110010 1001010

Color Harmonies of #D89ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D89ADD

Black with #D89ADD

Text Example


Text Example

White with #D89ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D89ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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