Html Css Color HEX #D89FDC Plum

📋 copy color: '#D89FDC'

red 216 ◦ green 159 ◦ blue 220

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

Shades of Plum #D89FDC

Tints of Plum #D89FDC

RGB

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

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

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

R = 36.3%
G = 26.72%
B = 36.97%

CMYK

 C value IS 0.02

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D89FDC (or 0xD89FDC) is known color: Plum. HEX triplet: D8, 9F and DC. RGB value is (216,159,220). Sum of RGB (Red+Green+Blue) = 216+159+220=595 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.30% from 595); Green value is 159 (62.5% from 255 or 26.72% from 595); Blue value is 220 (86.33% from 255 or 36.97% from 595); Max value from RGB is 220 - color contains mainly: blue. Hex color #D89FDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D89FDC is #276023. Grayscale: #B6B6B6. Windows color (decimal): -2580516 or 14458840. OLE color: 14458840.

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

Color convert

RGB 216 159 220 -
CMYK 0.02 0.28 0 0.14
HSL 296.07º 0.47% 0.74% -
HSV(B) 296.07º 0.28% 0.86% -
XYZ 53.64 44.56 73.48 -
YUV 183 148.88 151.54 -
System Red Green Blue C M Y K H S L
Decimal 216 159 220 0.02 0.28 0 0.14 296.07 0.47 0.74
Hex D8 9F DC 2 1C 0 E 128 2F 4A
Octal 330 237 334 2 34 0 16 450 57 112
Binary 11011000 10011111 11011100 10 11100 0 1110 100101000 101111 1001010

Color Harmonies of #D89FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D89FDC

Black with #D89FDC

Text Example


Text Example

White with #D89FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D89FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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