Html Css Color HEX #D891E5 Plum

📋 copy color: '#D891E5'

red 216 ◦ green 145 ◦ blue 229

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

Shades of Plum #D891E5

Tints of Plum #D891E5

RGB

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

 GREEN value IS 145 (57.03% from 255) = 24.58%

 BLUE value IS 229 (89.84% from 255) = 38.81%

R = 36.61%
G = 24.58%
B = 38.81%

CMYK

 C value IS 0.06

 M value IS 0.37

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D891E5 (or 0xD891E5) is known color: Plum. HEX triplet: D8, 91 and E5. RGB value is (216,145,229). Sum of RGB (Red+Green+Blue) = 216+145+229=590 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.61% from 590); Green value is 145 (57.03% from 255 or 24.58% from 590); Blue value is 229 (89.84% from 255 or 38.81% from 590); Max value from RGB is 229 - color contains mainly: blue. Hex color #D891E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D891E5 is #276E1A. Grayscale: #AFAFAF. Windows color (decimal): -2584091 or 15045080. OLE color: 15045080.

HSL color Cylindrical-coordinate representation of color #D891E5: hue angle of 290.71º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D891E5 is Cyan = 0.06, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 216 145 229 -
CMYK 0.06 0.37 0 0.10
HSL 290.71º 0.62% 0.73% -
HSV(B) 290.71º 0.37% 0.9% -
XYZ 52.59 40.51 79.18 -
YUV 175.81 158.02 156.67 -
System Red Green Blue C M Y K H S L
Decimal 216 145 229 0.06 0.37 0 0.10 290.71 0.62 0.73
Hex D8 91 E5 6 25 0 A 123 3E 49
Octal 330 221 345 6 45 0 12 443 76 111
Binary 11011000 10010001 11100101 110 100101 0 1010 100100011 111110 1001001

Color Harmonies of #D891E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D891E5

Black with #D891E5

Text Example


Text Example

White with #D891E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D891E5; }

 p { color: rgb(216,145,229); }

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

background-color css

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

 a { background-color: rgb(216,145,229); }

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

border-color css

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

 span { border-color: rgb(216,145,229); }

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