Html Css Color HEX #D796D0 Plum

📋 copy color: '#D796D0'

red 215 ◦ green 150 ◦ blue 208

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

Shades of Plum #D796D0

Tints of Plum #D796D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 36.3%

R = 37.52%
G = 26.18%
B = 36.3%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D796D0 (or 0xD796D0) is known color: Plum. HEX triplet: D7, 96 and D0. RGB value is (215,150,208). Sum of RGB (Red+Green+Blue) = 215+150+208=573 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.52% from 573); Green value is 150 (58.98% from 255 or 26.18% from 573); Blue value is 208 (81.64% from 255 or 36.30% from 573); Max value from RGB is 215 - color contains mainly: red. Hex color #D796D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D796D0 is #28692F. Grayscale: #AFAFAF. Windows color (decimal): -2648368 or 13670103. OLE color: 13670103.

HSL color Cylindrical-coordinate representation of color #D796D0: hue angle of 306.46º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D796D0 is Cyan = 0, Magento = 0.30, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 150 208 -
CMYK 0 0.30 0.03 0.16
HSL 306.46º 0.45% 0.72% -
HSV(B) 306.46º 0.3% 0.84% -
XYZ 50.32 40.81 64.9 -
YUV 176.05 146.03 155.78 -
System Red Green Blue C M Y K H S L
Decimal 215 150 208 0 0.30 0.03 0.16 306.46 0.45 0.72
Hex D7 96 D0 0 1E 3 10 132 2D 48
Octal 327 226 320 0 36 3 20 462 55 110
Binary 11010111 10010110 11010000 0 11110 11 10000 100110010 101101 1001000

Color Harmonies of #D796D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D796D0

Black with #D796D0

Text Example


Text Example

White with #D796D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D796D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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