Html Css Color HEX #D796DB Plum

📋 copy color: '#D796DB'

red 215 ◦ green 150 ◦ blue 219

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

Shades of Plum #D796DB

Tints of Plum #D796DB

RGB

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

 GREEN value IS 150 (58.98% from 255) = 25.68%

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

R = 36.82%
G = 25.68%
B = 37.5%

CMYK

 C value IS 0.02

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D796DB (or 0xD796DB) is known color: Plum. HEX triplet: D7, 96 and DB. RGB value is (215,150,219). Sum of RGB (Red+Green+Blue) = 215+150+219=584 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.82% from 584); Green value is 150 (58.98% from 255 or 25.68% from 584); Blue value is 219 (85.94% from 255 or 37.5% from 584); Max value from RGB is 219 - color contains mainly: blue. Hex color #D796DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D796DB is #286924. Grayscale: #B1B1B1. Windows color (decimal): -2648357 or 14390999. OLE color: 14390999.

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

Color convert

RGB 215 150 219 -
CMYK 0.02 0.32 0 0.14
HSL 296.52º 0.49% 0.72% -
HSV(B) 296.52º 0.32% 0.86% -
XYZ 51.72 41.37 72.28 -
YUV 177.3 151.53 154.89 -
System Red Green Blue C M Y K H S L
Decimal 215 150 219 0.02 0.32 0 0.14 296.52 0.49 0.72
Hex D7 96 DB 2 20 0 E 129 31 48
Octal 327 226 333 2 40 0 16 451 61 110
Binary 11010111 10010110 11011011 10 100000 0 1110 100101001 110001 1001000

Color Harmonies of #D796DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D796DB

Black with #D796DB

Text Example


Text Example

White with #D796DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D796DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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