Html Css Color HEX #D797DC Plum

📋 copy color: '#D797DC'

red 215 ◦ green 151 ◦ blue 220

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

Shades of Plum #D797DC

Tints of Plum #D797DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 37.54%

R = 36.69%
G = 25.77%
B = 37.54%

CMYK

 C value IS 0.02

 M value IS 0.31

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D797DC (or 0xD797DC) is known color: Plum. HEX triplet: D7, 97 and DC. RGB value is (215,151,220). Sum of RGB (Red+Green+Blue) = 215+151+220=586 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.69% from 586); Green value is 151 (59.38% from 255 or 25.77% from 586); Blue value is 220 (86.33% from 255 or 37.54% from 586); Max value from RGB is 220 - color contains mainly: blue. Hex color #D797DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D797DC is #286823. Grayscale: #B1B1B1. Windows color (decimal): -2648100 or 14456791. OLE color: 14456791.

HSL color Cylindrical-coordinate representation of color #D797DC: hue angle of 295.65º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D797DC is Cyan = 0.02, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 215 151 220 -
CMYK 0.02 0.31 0 0.14
HSL 295.65º 0.5% 0.73% -
HSV(B) 295.65º 0.31% 0.86% -
XYZ 52.01 41.75 73.03 -
YUV 178 151.7 154.39 -
System Red Green Blue C M Y K H S L
Decimal 215 151 220 0.02 0.31 0 0.14 295.65 0.5 0.73
Hex D7 97 DC 2 1F 0 E 128 32 49
Octal 327 227 334 2 37 0 16 450 62 111
Binary 11010111 10010111 11011100 10 11111 0 1110 100101000 110010 1001001

Color Harmonies of #D797DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D797DC

Black with #D797DC

Text Example


Text Example

White with #D797DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D797DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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