Html Css Color HEX #D79ED3 Plum

📋 copy color: '#D79ED3'

red 215 ◦ green 158 ◦ blue 211

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

Shades of Plum #D79ED3

Tints of Plum #D79ED3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 36.13%

R = 36.82%
G = 27.05%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.02

 K value IS 0.16

RGB Variations

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

Color information

#D79ED3 (or 0xD79ED3) is known color: Plum. HEX triplet: D7, 9E and D3. RGB value is (215,158,211). Sum of RGB (Red+Green+Blue) = 215+158+211=584 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.82% from 584); Green value is 158 (62.11% from 255 or 27.05% from 584); Blue value is 211 (82.81% from 255 or 36.13% from 584); Max value from RGB is 215 - color contains mainly: red. Hex color #D79ED3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D79ED3 is #28612C. Grayscale: #B4B4B4. Windows color (decimal): -2646317 or 13868759. OLE color: 13868759.

HSL color Cylindrical-coordinate representation of color #D79ED3: hue angle of 304.21º 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 #D79ED3 is Cyan = 0, Magento = 0.27, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 158 211 -
CMYK 0 0.27 0.02 0.16
HSL 304.21º 0.42% 0.73% -
HSV(B) 304.21º 0.27% 0.84% -
XYZ 52.01 43.6 67.3 -
YUV 181.09 144.88 152.19 -
System Red Green Blue C M Y K H S L
Decimal 215 158 211 0 0.27 0.02 0.16 304.21 0.42 0.73
Hex D7 9E D3 0 1B 2 10 130 2A 49
Octal 327 236 323 0 33 2 20 460 52 111
Binary 11010111 10011110 11010011 0 11011 10 10000 100110000 101010 1001001

Color Harmonies of #D79ED3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D79ED3

Black with #D79ED3

Text Example


Text Example

White with #D79ED3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D79ED3; }

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

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

background-color css

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

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

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

border-color css

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

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

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