Html Css Color HEX #D79DDC Plum

📋 copy color: '#D79DDC'

red 215 ◦ green 157 ◦ blue 220

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

Shades of Plum #D79DDC

Tints of Plum #D79DDC

RGB

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

 GREEN value IS 157 (61.72% from 255) = 26.52%

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

R = 36.32%
G = 26.52%
B = 37.16%

CMYK

 C value IS 0.02

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D79DDC (or 0xD79DDC) is known color: Plum. HEX triplet: D7, 9D and DC. RGB value is (215,157,220). Sum of RGB (Red+Green+Blue) = 215+157+220=592 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.32% from 592); Green value is 157 (61.72% from 255 or 26.52% from 592); Blue value is 220 (86.33% from 255 or 37.16% from 592); Max value from RGB is 220 - color contains mainly: blue. Hex color #D79DDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D79DDC is #286223. Grayscale: #B5B5B5. Windows color (decimal): -2646564 or 14458327. OLE color: 14458327.

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

Color convert

RGB 215 157 220 -
CMYK 0.02 0.29 0 0.14
HSL 295.24º 0.47% 0.74% -
HSV(B) 295.24º 0.29% 0.86% -
XYZ 53 43.73 73.36 -
YUV 181.52 149.72 151.88 -
System Red Green Blue C M Y K H S L
Decimal 215 157 220 0.02 0.29 0 0.14 295.24 0.47 0.74
Hex D7 9D DC 2 1D 0 E 127 2F 4A
Octal 327 235 334 2 35 0 16 447 57 112
Binary 11010111 10011101 11011100 10 11101 0 1110 100100111 101111 1001010

Color Harmonies of #D79DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D79DDC

Black with #D79DDC

Text Example


Text Example

White with #D79DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D79DDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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