Html Css Color HEX #D891E1 Plum

📋 copy color: '#D891E1'

red 216 ◦ green 145 ◦ blue 225

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

Shades of Plum #D891E1

Tints of Plum #D891E1

RGB

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

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

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

R = 36.86%
G = 24.74%
B = 38.4%

CMYK

 C value IS 0.04

 M value IS 0.36

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D891E1 (or 0xD891E1) is known color: Plum. HEX triplet: D8, 91 and E1. RGB value is (216,145,225). Sum of RGB (Red+Green+Blue) = 216+145+225=586 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.86% from 586); Green value is 145 (57.03% from 255 or 24.74% from 586); Blue value is 225 (88.28% from 255 or 38.40% from 586); Max value from RGB is 225 - color contains mainly: blue. Hex color #D891E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D891E1 is #276E1E. Grayscale: #AFAFAF. Windows color (decimal): -2584095 or 14782936. OLE color: 14782936.

HSL color Cylindrical-coordinate representation of color #D891E1: hue angle of 293.25º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D891E1 is Cyan = 0.04, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 216 145 225 -
CMYK 0.04 0.36 0 0.12
HSL 293.25º 0.57% 0.73% -
HSV(B) 293.25º 0.36% 0.88% -
XYZ 52.03 40.29 76.27 -
YUV 175.35 156.02 157 -
System Red Green Blue C M Y K H S L
Decimal 216 145 225 0.04 0.36 0 0.12 293.25 0.57 0.73
Hex D8 91 E1 4 24 0 C 125 39 49
Octal 330 221 341 4 44 0 14 445 71 111
Binary 11011000 10010001 11100001 100 100100 0 1100 100100101 111001 1001001

Color Harmonies of #D891E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D891E1

Black with #D891E1

Text Example


Text Example

White with #D891E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D891E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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