Html Css Color HEX #D79FD3 Plum

📋 copy color: '#D79FD3'

red 215 ◦ green 159 ◦ blue 211

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

Shades of Plum #D79FD3

Tints of Plum #D79FD3

RGB

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

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

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

R = 36.75%
G = 27.18%
B = 36.07%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.02

 K value IS 0.16

RGB Variations

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

Color information

#D79FD3 (or 0xD79FD3) is known color: Plum. HEX triplet: D7, 9F and D3. RGB value is (215,159,211). Sum of RGB (Red+Green+Blue) = 215+159+211=585 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.75% from 585); Green value is 159 (62.5% from 255 or 27.18% from 585); Blue value is 211 (82.81% from 255 or 36.07% from 585); Max value from RGB is 215 - color contains mainly: red. Hex color #D79FD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D79FD3 is #28602C. Grayscale: #B5B5B5. Windows color (decimal): -2646061 or 13869015. OLE color: 13869015.

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

Color convert

RGB 215 159 211 -
CMYK 0 0.26 0.02 0.16
HSL 304.29º 0.41% 0.73% -
HSV(B) 304.29º 0.26% 0.84% -
XYZ 52.18 43.95 67.36 -
YUV 181.67 144.55 151.77 -
System Red Green Blue C M Y K H S L
Decimal 215 159 211 0 0.26 0.02 0.16 304.29 0.41 0.73
Hex D7 9F D3 0 1A 2 10 130 29 49
Octal 327 237 323 0 32 2 20 460 51 111
Binary 11010111 10011111 11010011 0 11010 10 10000 100110000 101001 1001001

Color Harmonies of #D79FD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D79FD3

Black with #D79FD3

Text Example


Text Example

White with #D79FD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D79FD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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