Html Css Color HEX #D797D2 Plum

📋 copy color: '#D797D2'

red 215 ◦ green 151 ◦ blue 210

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

Shades of Plum #D797D2

Tints of Plum #D797D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 36.46%

R = 37.33%
G = 26.22%
B = 36.46%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.02

 K value IS 0.16

RGB Variations

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

Color information

#D797D2 (or 0xD797D2) is known color: Plum. HEX triplet: D7, 97 and D2. RGB value is (215,151,210). Sum of RGB (Red+Green+Blue) = 215+151+210=576 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.33% from 576); Green value is 151 (59.38% from 255 or 26.22% from 576); Blue value is 210 (82.42% from 255 or 36.46% from 576); Max value from RGB is 215 - color contains mainly: red. Hex color #D797D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D797D2 is #28682D. Grayscale: #B0B0B0. Windows color (decimal): -2648110 or 13801431. OLE color: 13801431.

HSL color Cylindrical-coordinate representation of color #D797D2: hue angle of 304.69º degrees, saturation: 0.44, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D797D2 is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 151 210 -
CMYK 0 0.30 0.02 0.16
HSL 304.69º 0.44% 0.72% -
HSV(B) 304.69º 0.3% 0.84% -
XYZ 50.72 41.23 66.26 -
YUV 176.86 146.7 155.2 -
System Red Green Blue C M Y K H S L
Decimal 215 151 210 0 0.30 0.02 0.16 304.69 0.44 0.72
Hex D7 97 D2 0 1E 2 10 131 2C 48
Octal 327 227 322 0 36 2 20 461 54 110
Binary 11010111 10010111 11010010 0 11110 10 10000 100110001 101100 1001000

Color Harmonies of #D797D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D797D2

Black with #D797D2

Text Example


Text Example

White with #D797D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D797D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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