Html Css Color HEX #D991E1 Plum

📋 copy color: '#D991E1'

red 217 ◦ green 145 ◦ blue 225

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

Shades of Plum #D991E1

Tints of Plum #D991E1

RGB

 RED value IS 217 (85.16% from 255) = 36.97%

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

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

R = 36.97%
G = 24.7%
B = 38.33%

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

#D991E1 (or 0xD991E1) is known color: Plum. HEX triplet: D9, 91 and E1. RGB value is (217,145,225). Sum of RGB (Red+Green+Blue) = 217+145+225=587 (77% of max value = 765). Red value is 217 (85.16% from 255 or 36.97% from 587); Green value is 145 (57.03% from 255 or 24.70% from 587); Blue value is 225 (88.28% from 255 or 38.33% from 587); Max value from RGB is 225 - color contains mainly: blue. Hex color #D991E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D991E1 is #266E1E. Grayscale: #AFAFAF. Windows color (decimal): -2518559 or 14782937. OLE color: 14782937.

HSL color Cylindrical-coordinate representation of color #D991E1: hue angle of 294º 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 #D991E1 is Cyan = 0.04, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 217 145 225 -
CMYK 0.04 0.36 0 0.12
HSL 294º 0.57% 0.73% -
HSV(B) 294º 0.36% 0.88% -
XYZ 52.33 40.44 76.28 -
YUV 175.65 155.85 157.5 -
System Red Green Blue C M Y K H S L
Decimal 217 145 225 0.04 0.36 0 0.12 294 0.57 0.73
Hex D9 91 E1 4 24 0 C 126 39 49
Octal 331 221 341 4 44 0 14 446 71 111
Binary 11011001 10010001 11100001 100 100100 0 1100 100100110 111001 1001001

Color Harmonies of #D991E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D991E1

Black with #D991E1

Text Example


Text Example

White with #D991E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D991E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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