Html Css Color HEX #D89FD2 Plum

📋 copy color: '#D89FD2'

red 216 ◦ green 159 ◦ blue 210

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

Shades of Plum #D89FD2

Tints of Plum #D89FD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 35.9%

R = 36.92%
G = 27.18%
B = 35.9%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.03

 K value IS 0.15

RGB Variations

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

Color information

#D89FD2 (or 0xD89FD2) is known color: Plum. HEX triplet: D8, 9F and D2. RGB value is (216,159,210). Sum of RGB (Red+Green+Blue) = 216+159+210=585 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.92% from 585); Green value is 159 (62.5% from 255 or 27.18% from 585); Blue value is 210 (82.42% from 255 or 35.90% from 585); Max value from RGB is 216 - color contains mainly: red. Hex color #D89FD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D89FD2 is #27602D. Grayscale: #B5B5B5. Windows color (decimal): -2580526 or 13803480. OLE color: 13803480.

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

Color convert

RGB 216 159 210 -
CMYK 0 0.26 0.03 0.15
HSL 306.32º 0.42% 0.74% -
HSV(B) 306.32º 0.26% 0.85% -
XYZ 52.35 44.05 66.72 -
YUV 181.86 143.88 152.35 -
System Red Green Blue C M Y K H S L
Decimal 216 159 210 0 0.26 0.03 0.15 306.32 0.42 0.74
Hex D8 9F D2 0 1A 3 F 132 2A 4A
Octal 330 237 322 0 32 3 17 462 52 112
Binary 11011000 10011111 11010010 0 11010 11 1111 100110010 101010 1001010

Color Harmonies of #D89FD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D89FD2

Black with #D89FD2

Text Example


Text Example

White with #D89FD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D89FD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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