Html Css Color HEX #D797D0 Plum

📋 copy color: '#D797D0'

red 215 ◦ green 151 ◦ blue 208

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

Shades of Plum #D797D0

Tints of Plum #D797D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 36.24%

R = 37.46%
G = 26.31%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D797D0 (or 0xD797D0) is known color: Plum. HEX triplet: D7, 97 and D0. RGB value is (215,151,208). Sum of RGB (Red+Green+Blue) = 215+151+208=574 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.46% from 574); Green value is 151 (59.38% from 255 or 26.31% from 574); Blue value is 208 (81.64% from 255 or 36.24% from 574); Max value from RGB is 215 - color contains mainly: red. Hex color #D797D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D797D0 is #28682F. Grayscale: #B0B0B0. Windows color (decimal): -2648112 or 13670359. OLE color: 13670359.

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

Color convert

RGB 215 151 208 -
CMYK 0 0.30 0.03 0.16
HSL 306.56º 0.44% 0.72% -
HSV(B) 306.56º 0.3% 0.84% -
XYZ 50.48 41.13 64.95 -
YUV 176.63 145.7 155.37 -
System Red Green Blue C M Y K H S L
Decimal 215 151 208 0 0.30 0.03 0.16 306.56 0.44 0.72
Hex D7 97 D0 0 1E 3 10 133 2C 48
Octal 327 227 320 0 36 3 20 463 54 110
Binary 11010111 10010111 11010000 0 11110 11 10000 100110011 101100 1001000

Color Harmonies of #D797D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D797D0

Black with #D797D0

Text Example


Text Example

White with #D797D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D797D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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