Html Css Color HEX #D89CD0 Plum

📋 copy color: '#D89CD0'

red 216 ◦ green 156 ◦ blue 208

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

Shades of Plum #D89CD0

Tints of Plum #D89CD0

RGB

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

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

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

R = 37.24%
G = 26.9%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#D89CD0 (or 0xD89CD0) is known color: Plum. HEX triplet: D8, 9C and D0. RGB value is (216,156,208). Sum of RGB (Red+Green+Blue) = 216+156+208=580 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.24% from 580); Green value is 156 (61.33% from 255 or 26.90% from 580); Blue value is 208 (81.64% from 255 or 35.86% from 580); Max value from RGB is 216 - color contains mainly: red. Hex color #D89CD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D89CD0 is #27632F. Grayscale: #B3B3B3. Windows color (decimal): -2581296 or 13671640. OLE color: 13671640.

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

Color convert

RGB 216 156 208 -
CMYK 0 0.28 0.04 0.15
HSL 308º 0.43% 0.73% -
HSV(B) 308º 0.28% 0.85% -
XYZ 51.59 42.93 65.24 -
YUV 179.87 143.88 153.77 -
System Red Green Blue C M Y K H S L
Decimal 216 156 208 0 0.28 0.04 0.15 308 0.43 0.73
Hex D8 9C D0 0 1C 4 F 134 2B 49
Octal 330 234 320 0 34 4 17 464 53 111
Binary 11011000 10011100 11010000 0 11100 100 1111 100110100 101011 1001001

Color Harmonies of #D89CD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D89CD0

Black with #D89CD0

Text Example


Text Example

White with #D89CD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D89CD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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