Html Css Color HEX #D79ECE Plum

📋 copy color: '#D79ECE'

red 215 ◦ green 158 ◦ blue 206

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

Shades of Plum #D79ECE

Tints of Plum #D79ECE

RGB

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

 GREEN value IS 158 (62.11% from 255) = 27.29%

 BLUE value IS 206 (80.86% from 255) = 35.58%

R = 37.13%
G = 27.29%
B = 35.58%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D79ECE (or 0xD79ECE) is known color: Plum. HEX triplet: D7, 9E and CE. RGB value is (215,158,206). Sum of RGB (Red+Green+Blue) = 215+158+206=579 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.13% from 579); Green value is 158 (62.11% from 255 or 27.29% from 579); Blue value is 206 (80.86% from 255 or 35.58% from 579); Max value from RGB is 215 - color contains mainly: red. Hex color #D79ECE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D79ECE is #286131. Grayscale: #B4B4B4. Windows color (decimal): -2646322 or 13541079. OLE color: 13541079.

HSL color Cylindrical-coordinate representation of color #D79ECE: hue angle of 309.47º degrees, saturation: 0.42, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D79ECE is Cyan = 0, Magento = 0.27, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 158 206 -
CMYK 0 0.27 0.04 0.16
HSL 309.47º 0.42% 0.73% -
HSV(B) 309.47º 0.27% 0.84% -
XYZ 51.39 43.36 64.05 -
YUV 180.52 142.38 152.6 -
System Red Green Blue C M Y K H S L
Decimal 215 158 206 0 0.27 0.04 0.16 309.47 0.42 0.73
Hex D7 9E CE 0 1B 4 10 135 2A 49
Octal 327 236 316 0 33 4 20 465 52 111
Binary 11010111 10011110 11001110 0 11011 100 10000 100110101 101010 1001001

Color Harmonies of #D79ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D79ECE

Black with #D79ECE

Text Example


Text Example

White with #D79ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D79ECE; }

 p { color: rgb(215,158,206); }

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

background-color css

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

 a { background-color: rgb(215,158,206); }

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

border-color css

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

 span { border-color: rgb(215,158,206); }

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