Html Css Color HEX #D89DE1 Plum

📋 copy color: '#D89DE1'

red 216 ◦ green 157 ◦ blue 225

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

Shades of Plum #D89DE1

Tints of Plum #D89DE1

RGB

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

 GREEN value IS 157 (61.72% from 255) = 26.25%

 BLUE value IS 225 (88.28% from 255) = 37.63%

R = 36.12%
G = 26.25%
B = 37.63%

CMYK

 C value IS 0.04

 M value IS 0.30

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D89DE1 (or 0xD89DE1) is known color: Plum. HEX triplet: D8, 9D and E1. RGB value is (216,157,225). Sum of RGB (Red+Green+Blue) = 216+157+225=598 (79% of max value = 765). Red value is 216 (84.77% from 255 or 36.12% from 598); Green value is 157 (61.72% from 255 or 26.25% from 598); Blue value is 225 (88.28% from 255 or 37.63% from 598); Max value from RGB is 225 - color contains mainly: blue. Hex color #D89DE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D89DE1 is #27621E. Grayscale: #B6B6B6. Windows color (decimal): -2581023 or 14786008. OLE color: 14786008.

HSL color Cylindrical-coordinate representation of color #D89DE1: hue angle of 292.06º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D89DE1 is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 216 157 225 -
CMYK 0.04 0.30 0 0.12
HSL 292.06º 0.53% 0.75% -
HSV(B) 292.06º 0.3% 0.88% -
XYZ 53.97 44.15 76.91 -
YUV 182.39 152.05 151.97 -
System Red Green Blue C M Y K H S L
Decimal 216 157 225 0.04 0.30 0 0.12 292.06 0.53 0.75
Hex D8 9D E1 4 1E 0 C 124 35 4B
Octal 330 235 341 4 36 0 14 444 65 113
Binary 11011000 10011101 11100001 100 11110 0 1100 100100100 110101 1001011

Color Harmonies of #D89DE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D89DE1

Black with #D89DE1

Text Example


Text Example

White with #D89DE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D89DE1; }

 p { color: rgb(216,157,225); }

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

background-color css

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

 a { background-color: rgb(216,157,225); }

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

border-color css

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

 span { border-color: rgb(216,157,225); }

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