Html Css Color HEX #D79FDC Plum

📋 copy color: '#D79FDC'

red 215 ◦ green 159 ◦ blue 220

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

Shades of Plum #D79FDC

Tints of Plum #D79FDC

RGB

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

 GREEN value IS 159 (62.5% from 255) = 26.77%

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

R = 36.2%
G = 26.77%
B = 37.04%

CMYK

 C value IS 0.02

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D79FDC (or 0xD79FDC) is known color: Plum. HEX triplet: D7, 9F and DC. RGB value is (215,159,220). Sum of RGB (Red+Green+Blue) = 215+159+220=594 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.20% from 594); Green value is 159 (62.5% from 255 or 26.77% from 594); Blue value is 220 (86.33% from 255 or 37.04% from 594); Max value from RGB is 220 - color contains mainly: blue. Hex color #D79FDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D79FDC is #286023. Grayscale: #B6B6B6. Windows color (decimal): -2646052 or 14458839. OLE color: 14458839.

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

Color convert

RGB 215 159 220 -
CMYK 0.02 0.28 0 0.14
HSL 295.08º 0.47% 0.74% -
HSV(B) 295.08º 0.28% 0.86% -
XYZ 53.34 44.41 73.47 -
YUV 182.7 149.05 151.04 -
System Red Green Blue C M Y K H S L
Decimal 215 159 220 0.02 0.28 0 0.14 295.08 0.47 0.74
Hex D7 9F DC 2 1C 0 E 127 2F 4A
Octal 327 237 334 2 34 0 16 447 57 112
Binary 11010111 10011111 11011100 10 11100 0 1110 100100111 101111 1001010

Color Harmonies of #D79FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D79FDC

Black with #D79FDC

Text Example


Text Example

White with #D79FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D79FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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