Html Css Color HEX #D797D3 Plum

📋 copy color: '#D797D3'

red 215 ◦ green 151 ◦ blue 211

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

Shades of Plum #D797D3

Tints of Plum #D797D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 36.57%

R = 37.26%
G = 26.17%
B = 36.57%

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

#D797D3 (or 0xD797D3) is known color: Plum. HEX triplet: D7, 97 and D3. RGB value is (215,151,211). Sum of RGB (Red+Green+Blue) = 215+151+211=577 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.26% from 577); Green value is 151 (59.38% from 255 or 26.17% from 577); Blue value is 211 (82.81% from 255 or 36.57% from 577); Max value from RGB is 215 - color contains mainly: red. Hex color #D797D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D797D3 is #28682C. Grayscale: #B0B0B0. Windows color (decimal): -2648109 or 13866967. OLE color: 13866967.

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

Color convert

RGB 215 151 211 -
CMYK 0 0.30 0.02 0.16
HSL 303.75º 0.44% 0.72% -
HSV(B) 303.75º 0.3% 0.84% -
XYZ 50.85 41.28 66.92 -
YUV 176.98 147.2 155.12 -
System Red Green Blue C M Y K H S L
Decimal 215 151 211 0 0.30 0.02 0.16 303.75 0.44 0.72
Hex D7 97 D3 0 1E 2 10 130 2C 48
Octal 327 227 323 0 36 2 20 460 54 110
Binary 11010111 10010111 11010011 0 11110 10 10000 100110000 101100 1001000

Color Harmonies of #D797D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D797D3

Black with #D797D3

Text Example


Text Example

White with #D797D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D797D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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