Html Css Color HEX #D89FDF Plum

📋 copy color: '#D89FDF'

red 216 ◦ green 159 ◦ blue 223

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

Shades of Plum #D89FDF

Tints of Plum #D89FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 37.29%

R = 36.12%
G = 26.59%
B = 37.29%

CMYK

 C value IS 0.03

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D89FDF (or 0xD89FDF) is known color: Plum. HEX triplet: D8, 9F and DF. RGB value is (216,159,223). Sum of RGB (Red+Green+Blue) = 216+159+223=598 (79% of max value = 765). Red value is 216 (84.77% from 255 or 36.12% from 598); Green value is 159 (62.5% from 255 or 26.59% from 598); Blue value is 223 (87.5% from 255 or 37.29% from 598); Max value from RGB is 223 - color contains mainly: blue. Hex color #D89FDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D89FDF is #276020. Grayscale: #B7B7B7. Windows color (decimal): -2580513 or 14655448. OLE color: 14655448.

HSL color Cylindrical-coordinate representation of color #D89FDF: hue angle of 293.44º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D89FDF is Cyan = 0.03, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 216 159 223 -
CMYK 0.03 0.29 0 0.13
HSL 293.44º 0.5% 0.75% -
HSV(B) 293.44º 0.29% 0.87% -
XYZ 54.04 44.72 75.6 -
YUV 183.34 150.38 151.3 -
System Red Green Blue C M Y K H S L
Decimal 216 159 223 0.03 0.29 0 0.13 293.44 0.5 0.75
Hex D8 9F DF 3 1D 0 D 125 32 4B
Octal 330 237 337 3 35 0 15 445 62 113
Binary 11011000 10011111 11011111 11 11101 0 1101 100100101 110010 1001011

Color Harmonies of #D89FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D89FDF

Black with #D89FDF

Text Example


Text Example

White with #D89FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D89FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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