Html Css Color HEX #D797D5 Plum

📋 copy color: '#D797D5'

red 215 ◦ green 151 ◦ blue 213

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

Shades of Plum #D797D5

Tints of Plum #D797D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 36.79%

R = 37.13%
G = 26.08%
B = 36.79%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.01

 K value IS 0.16

RGB Variations

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

Color information

#D797D5 (or 0xD797D5) is known color: Plum. HEX triplet: D7, 97 and D5. RGB value is (215,151,213). Sum of RGB (Red+Green+Blue) = 215+151+213=579 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.13% from 579); Green value is 151 (59.38% from 255 or 26.08% from 579); Blue value is 213 (83.59% from 255 or 36.79% from 579); Max value from RGB is 215 - color contains mainly: red. Hex color #D797D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D797D5 is #28682A. Grayscale: #B1B1B1. Windows color (decimal): -2648107 or 13998039. OLE color: 13998039.

HSL color Cylindrical-coordinate representation of color #D797D5: hue angle of 301.88º 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 #D797D5 is Cyan = 0, Magento = 0.30, Yellow = 0.01 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 151 213 -
CMYK 0 0.30 0.01 0.16
HSL 301.88º 0.44% 0.72% -
HSV(B) 301.88º 0.3% 0.84% -
XYZ 51.1 41.38 68.25 -
YUV 177.2 148.2 154.96 -
System Red Green Blue C M Y K H S L
Decimal 215 151 213 0 0.30 0.01 0.16 301.88 0.44 0.72
Hex D7 97 D5 0 1E 1 10 12E 2C 48
Octal 327 227 325 0 36 1 20 456 54 110
Binary 11010111 10010111 11010101 0 11110 1 10000 100101110 101100 1001000

Color Harmonies of #D797D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D797D5

Black with #D797D5

Text Example


Text Example

White with #D797D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D797D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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