Html Css Color HEX #D797DB Plum

📋 copy color: '#D797DB'

red 215 ◦ green 151 ◦ blue 219

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

Shades of Plum #D797DB

Tints of Plum #D797DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 37.44%

R = 36.75%
G = 25.81%
B = 37.44%

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

#D797DB (or 0xD797DB) is known color: Plum. HEX triplet: D7, 97 and DB. RGB value is (215,151,219). Sum of RGB (Red+Green+Blue) = 215+151+219=585 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.75% from 585); Green value is 151 (59.38% from 255 or 25.81% from 585); Blue value is 219 (85.94% from 255 or 37.44% from 585); Max value from RGB is 219 - color contains mainly: blue. Hex color #D797DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D797DB is #286824. Grayscale: #B1B1B1. Windows color (decimal): -2648101 or 14391255. OLE color: 14391255.

HSL color Cylindrical-coordinate representation of color #D797DB: hue angle of 296.47º degrees, saturation: 0.49, 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 #D797DB is Cyan = 0.02, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 215 151 219 -
CMYK 0.02 0.31 0 0.14
HSL 296.47º 0.49% 0.73% -
HSV(B) 296.47º 0.31% 0.86% -
XYZ 51.88 41.69 72.33 -
YUV 177.89 151.2 154.47 -
System Red Green Blue C M Y K H S L
Decimal 215 151 219 0.02 0.31 0 0.14 296.47 0.49 0.73
Hex D7 97 DB 2 1F 0 E 128 31 49
Octal 327 227 333 2 37 0 16 450 61 111
Binary 11010111 10010111 11011011 10 11111 0 1110 100101000 110001 1001001

Color Harmonies of #D797DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D797DB

Black with #D797DB

Text Example


Text Example

White with #D797DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D797DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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