Html Css Color HEX #D791E3 Plum

📋 copy color: '#D791E3'

red 215 ◦ green 145 ◦ blue 227

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

Shades of Plum #D791E3

Tints of Plum #D791E3

RGB

 RED value IS 215 (84.38% from 255) = 36.63%

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

 BLUE value IS 227 (89.06% from 255) = 38.67%

R = 36.63%
G = 24.7%
B = 38.67%

CMYK

 C value IS 0.05

 M value IS 0.36

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D791E3 (or 0xD791E3) is known color: Plum. HEX triplet: D7, 91 and E3. RGB value is (215,145,227). Sum of RGB (Red+Green+Blue) = 215+145+227=587 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.63% from 587); Green value is 145 (57.03% from 255 or 24.70% from 587); Blue value is 227 (89.06% from 255 or 38.67% from 587); Max value from RGB is 227 - color contains mainly: blue. Hex color #D791E3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D791E3 is #286E1C. Grayscale: #AFAFAF. Windows color (decimal): -2649629 or 14914007. OLE color: 14914007.

HSL color Cylindrical-coordinate representation of color #D791E3: hue angle of 291.22º degrees, saturation: 0.59, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D791E3 is Cyan = 0.05, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 215 145 227 -
CMYK 0.05 0.36 0 0.11
HSL 291.22º 0.59% 0.73% -
HSV(B) 291.22º 0.36% 0.89% -
XYZ 52.01 40.24 77.7 -
YUV 175.28 157.19 156.33 -
System Red Green Blue C M Y K H S L
Decimal 215 145 227 0.05 0.36 0 0.11 291.22 0.59 0.73
Hex D7 91 E3 5 24 0 B 123 3B 49
Octal 327 221 343 5 44 0 13 443 73 111
Binary 11010111 10010001 11100011 101 100100 0 1011 100100011 111011 1001001

Color Harmonies of #D791E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D791E3

Black with #D791E3

Text Example


Text Example

White with #D791E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D791E3; }

 p { color: rgb(215,145,227); }

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

background-color css

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

 a { background-color: rgb(215,145,227); }

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

border-color css

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

 span { border-color: rgb(215,145,227); }

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