Html Css Color HEX #D89FD0 Plum

📋 copy color: '#D89FD0'

red 216 ◦ green 159 ◦ blue 208

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

Shades of Plum #D89FD0

Tints of Plum #D89FD0

RGB

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

 GREEN value IS 159 (62.5% from 255) = 27.27%

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

R = 37.05%
G = 27.27%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#D89FD0 (or 0xD89FD0) is known color: Plum. HEX triplet: D8, 9F and D0. RGB value is (216,159,208). Sum of RGB (Red+Green+Blue) = 216+159+208=583 (77% of max value = 765). Red value is 216 (84.77% from 255 or 37.05% from 583); Green value is 159 (62.5% from 255 or 27.27% from 583); Blue value is 208 (81.64% from 255 or 35.68% from 583); Max value from RGB is 216 - color contains mainly: red. Hex color #D89FD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D89FD0 is #27602F. Grayscale: #B5B5B5. Windows color (decimal): -2580528 or 13672408. OLE color: 13672408.

HSL color Cylindrical-coordinate representation of color #D89FD0: hue angle of 308.42º degrees, saturation: 0.42, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D89FD0 is Cyan = 0, Magento = 0.26, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 159 208 -
CMYK 0 0.26 0.04 0.15
HSL 308.42º 0.42% 0.74% -
HSV(B) 308.42º 0.26% 0.85% -
XYZ 52.1 43.95 65.41 -
YUV 181.63 142.88 152.52 -
System Red Green Blue C M Y K H S L
Decimal 216 159 208 0 0.26 0.04 0.15 308.42 0.42 0.74
Hex D8 9F D0 0 1A 4 F 134 2A 4A
Octal 330 237 320 0 32 4 17 464 52 112
Binary 11011000 10011111 11010000 0 11010 100 1111 100110100 101010 1001010

Color Harmonies of #D89FD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D89FD0

Black with #D89FD0

Text Example


Text Example

White with #D89FD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D89FD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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