Html Css Color HEX #D797E2 Plum

📋 copy color: '#D797E2'

red 215 ◦ green 151 ◦ blue 226

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

Shades of Plum #D797E2

Tints of Plum #D797E2

RGB

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

 GREEN value IS 151 (59.38% from 255) = 25.51%

 BLUE value IS 226 (88.67% from 255) = 38.18%

R = 36.32%
G = 25.51%
B = 38.18%

CMYK

 C value IS 0.05

 M value IS 0.33

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D797E2 (or 0xD797E2) is known color: Plum. HEX triplet: D7, 97 and E2. RGB value is (215,151,226). Sum of RGB (Red+Green+Blue) = 215+151+226=592 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.32% from 592); Green value is 151 (59.38% from 255 or 25.51% from 592); Blue value is 226 (88.67% from 255 or 38.18% from 592); Max value from RGB is 226 - color contains mainly: blue. Hex color #D797E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D797E2 is #28681D. Grayscale: #B2B2B2. Windows color (decimal): -2648094 or 14850007. OLE color: 14850007.

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

Color convert

RGB 215 151 226 -
CMYK 0.05 0.33 0 0.11
HSL 291.2º 0.56% 0.74% -
HSV(B) 291.2º 0.33% 0.89% -
XYZ 52.82 42.07 77.29 -
YUV 178.69 154.7 153.9 -
System Red Green Blue C M Y K H S L
Decimal 215 151 226 0.05 0.33 0 0.11 291.2 0.56 0.74
Hex D7 97 E2 5 21 0 B 123 38 4A
Octal 327 227 342 5 41 0 13 443 70 112
Binary 11010111 10010111 11100010 101 100001 0 1011 100100011 111000 1001010

Color Harmonies of #D797E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D797E2

Black with #D797E2

Text Example


Text Example

White with #D797E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D797E2; }

 p { color: rgb(215,151,226); }

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

background-color css

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

 a { background-color: rgb(215,151,226); }

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

border-color css

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

 span { border-color: rgb(215,151,226); }

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