Html Css Color HEX #D796DF Plum

📋 copy color: '#D796DF'

red 215 ◦ green 150 ◦ blue 223

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

Shades of Plum #D796DF

Tints of Plum #D796DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 37.93%

R = 36.56%
G = 25.51%
B = 37.93%

CMYK

 C value IS 0.04

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D796DF (or 0xD796DF) is known color: Plum. HEX triplet: D7, 96 and DF. RGB value is (215,150,223). Sum of RGB (Red+Green+Blue) = 215+150+223=588 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.56% from 588); Green value is 150 (58.98% from 255 or 25.51% from 588); Blue value is 223 (87.5% from 255 or 37.93% from 588); Max value from RGB is 223 - color contains mainly: blue. Hex color #D796DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D796DF is #286920. Grayscale: #B1B1B1. Windows color (decimal): -2648353 or 14653143. OLE color: 14653143.

HSL color Cylindrical-coordinate representation of color #D796DF: hue angle of 293.42º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D796DF is Cyan = 0.04, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 215 150 223 -
CMYK 0.04 0.33 0 0.13
HSL 293.42º 0.53% 0.73% -
HSV(B) 293.42º 0.33% 0.87% -
XYZ 52.25 41.59 75.09 -
YUV 177.76 153.53 154.56 -
System Red Green Blue C M Y K H S L
Decimal 215 150 223 0.04 0.33 0 0.13 293.42 0.53 0.73
Hex D7 96 DF 4 21 0 D 125 35 49
Octal 327 226 337 4 41 0 15 445 65 111
Binary 11010111 10010110 11011111 100 100001 0 1101 100100101 110101 1001001

Color Harmonies of #D796DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D796DF

Black with #D796DF

Text Example


Text Example

White with #D796DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D796DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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