Html Css Color HEX #D89AD0 Plum

📋 copy color: '#D89AD0'

red 216 ◦ green 154 ◦ blue 208

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

Shades of Plum #D89AD0

Tints of Plum #D89AD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 35.99%

R = 37.37%
G = 26.64%
B = 35.99%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#D89AD0 (or 0xD89AD0) is known color: Plum. HEX triplet: D8, 9A and D0. RGB value is (216,154,208). Sum of RGB (Red+Green+Blue) = 216+154+208=578 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.37% from 578); Green value is 154 (60.55% from 255 or 26.64% from 578); Blue value is 208 (81.64% from 255 or 35.99% from 578); Max value from RGB is 216 - color contains mainly: red. Hex color #D89AD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D89AD0 is #27652F. Grayscale: #B2B2B2. Windows color (decimal): -2581808 or 13671128. OLE color: 13671128.

HSL color Cylindrical-coordinate representation of color #D89AD0: hue angle of 307.74º 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 #D89AD0 is Cyan = 0, Magento = 0.29, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 154 208 -
CMYK 0 0.29 0.04 0.15
HSL 307.74º 0.44% 0.73% -
HSV(B) 307.74º 0.29% 0.85% -
XYZ 51.26 42.26 65.13 -
YUV 178.69 144.54 154.61 -
System Red Green Blue C M Y K H S L
Decimal 216 154 208 0 0.29 0.04 0.15 307.74 0.44 0.73
Hex D8 9A D0 0 1D 4 F 134 2C 49
Octal 330 232 320 0 35 4 17 464 54 111
Binary 11011000 10011010 11010000 0 11101 100 1111 100110100 101100 1001001

Color Harmonies of #D89AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D89AD0

Black with #D89AD0

Text Example


Text Example

White with #D89AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D89AD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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