Html Css Color HEX #D797DA Plum

📋 copy color: '#D797DA'

red 215 ◦ green 151 ◦ blue 218

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

Shades of Plum #D797DA

Tints of Plum #D797DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 37.33%

R = 36.82%
G = 25.86%
B = 37.33%

CMYK

 C value IS 0.01

 M value IS 0.31

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D797DA (or 0xD797DA) is known color: Plum. HEX triplet: D7, 97 and DA. RGB value is (215,151,218). Sum of RGB (Red+Green+Blue) = 215+151+218=584 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.82% from 584); Green value is 151 (59.38% from 255 or 25.86% from 584); Blue value is 218 (85.55% from 255 or 37.33% from 584); Max value from RGB is 218 - color contains mainly: blue. Hex color #D797DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D797DA is #286825. Grayscale: #B1B1B1. Windows color (decimal): -2648102 or 14325719. OLE color: 14325719.

HSL color Cylindrical-coordinate representation of color #D797DA: hue angle of 297.31º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D797DA is Cyan = 0.01, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 215 151 218 -
CMYK 0.01 0.31 0 0.15
HSL 297.31º 0.48% 0.72% -
HSV(B) 297.31º 0.31% 0.85% -
XYZ 51.75 41.64 71.64 -
YUV 177.77 150.7 154.55 -
System Red Green Blue C M Y K H S L
Decimal 215 151 218 0.01 0.31 0 0.15 297.31 0.48 0.72
Hex D7 97 DA 1 1F 0 F 129 30 48
Octal 327 227 332 1 37 0 17 451 60 110
Binary 11010111 10010111 11011010 1 11111 0 1111 100101001 110000 1001000

Color Harmonies of #D797DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D797DA

Black with #D797DA

Text Example


Text Example

White with #D797DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D797DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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