Html Css Color HEX #D89ADC Plum

📋 copy color: '#D89ADC'

red 216 ◦ green 154 ◦ blue 220

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

Shades of Plum #D89ADC

Tints of Plum #D89ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 37.29%

R = 36.61%
G = 26.1%
B = 37.29%

CMYK

 C value IS 0.02

 M value IS 0.3

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D89ADC (or 0xD89ADC) is known color: Plum. HEX triplet: D8, 9A and DC. RGB value is (216,154,220). Sum of RGB (Red+Green+Blue) = 216+154+220=590 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.61% from 590); Green value is 154 (60.55% from 255 or 26.10% from 590); Blue value is 220 (86.33% from 255 or 37.29% from 590); Max value from RGB is 220 - color contains mainly: blue. Hex color #D89ADC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D89ADC is #276523. Grayscale: #B3B3B3. Windows color (decimal): -2581796 or 14457560. OLE color: 14457560.

HSL color Cylindrical-coordinate representation of color #D89ADC: hue angle of 296.36º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D89ADC is Cyan = 0.02, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 216 154 220 -
CMYK 0.02 0.3 0 0.14
HSL 296.36º 0.49% 0.73% -
HSV(B) 296.36º 0.3% 0.86% -
XYZ 52.79 42.88 73.2 -
YUV 180.06 150.54 153.63 -
System Red Green Blue C M Y K H S L
Decimal 216 154 220 0.02 0.3 0 0.14 296.36 0.49 0.73
Hex D8 9A DC 2 1E 0 E 128 31 49
Octal 330 232 334 2 36 0 16 450 61 111
Binary 11011000 10011010 11011100 10 11110 0 1110 100101000 110001 1001001

Color Harmonies of #D89ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D89ADC

Black with #D89ADC

Text Example


Text Example

White with #D89ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D89ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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