Html Css Color HEX #D89CDC Plum

📋 copy color: '#D89CDC'

red 216 ◦ green 156 ◦ blue 220

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

Shades of Plum #D89CDC

Tints of Plum #D89CDC

RGB

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

 GREEN value IS 156 (61.33% from 255) = 26.35%

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

R = 36.49%
G = 26.35%
B = 37.16%

CMYK

 C value IS 0.02

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D89CDC (or 0xD89CDC) is known color: Plum. HEX triplet: D8, 9C and DC. RGB value is (216,156,220). Sum of RGB (Red+Green+Blue) = 216+156+220=592 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.49% from 592); Green value is 156 (61.33% from 255 or 26.35% from 592); Blue value is 220 (86.33% from 255 or 37.16% from 592); Max value from RGB is 220 - color contains mainly: blue. Hex color #D89CDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D89CDC is #276323. Grayscale: #B5B5B5. Windows color (decimal): -2581284 or 14458072. OLE color: 14458072.

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

Color convert

RGB 216 156 220 -
CMYK 0.02 0.29 0 0.14
HSL 296.25º 0.48% 0.74% -
HSV(B) 296.25º 0.29% 0.86% -
XYZ 53.13 43.54 73.31 -
YUV 181.24 149.88 152.8 -
System Red Green Blue C M Y K H S L
Decimal 216 156 220 0.02 0.29 0 0.14 296.25 0.48 0.74
Hex D8 9C DC 2 1D 0 E 128 30 4A
Octal 330 234 334 2 35 0 16 450 60 112
Binary 11011000 10011100 11011100 10 11101 0 1110 100101000 110000 1001010

Color Harmonies of #D89CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D89CDC

Black with #D89CDC

Text Example


Text Example

White with #D89CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D89CDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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