Html Css Color HEX #D796DC Plum

📋 copy color: '#D796DC'

red 215 ◦ green 150 ◦ blue 220

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

Shades of Plum #D796DC

Tints of Plum #D796DC

RGB

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

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

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

R = 36.75%
G = 25.64%
B = 37.61%

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

#D796DC (or 0xD796DC) is known color: Plum. HEX triplet: D7, 96 and DC. RGB value is (215,150,220). Sum of RGB (Red+Green+Blue) = 215+150+220=585 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.75% from 585); Green value is 150 (58.98% from 255 or 25.64% from 585); Blue value is 220 (86.33% from 255 or 37.61% from 585); Max value from RGB is 220 - color contains mainly: blue. Hex color #D796DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D796DC is #286923. Grayscale: #B1B1B1. Windows color (decimal): -2648356 or 14456535. OLE color: 14456535.

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

Color convert

RGB 215 150 220 -
CMYK 0.02 0.32 0 0.14
HSL 295.71º 0.5% 0.73% -
HSV(B) 295.71º 0.32% 0.86% -
XYZ 51.85 41.43 72.97 -
YUV 177.42 152.03 154.81 -
System Red Green Blue C M Y K H S L
Decimal 215 150 220 0.02 0.32 0 0.14 295.71 0.5 0.73
Hex D7 96 DC 2 20 0 E 128 32 49
Octal 327 226 334 2 40 0 16 450 62 111
Binary 11010111 10010110 11011100 10 100000 0 1110 100101000 110010 1001001

Color Harmonies of #D796DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D796DC

Black with #D796DC

Text Example


Text Example

White with #D796DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D796DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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