Html Css Color HEX #D79DDA Plum

📋 copy color: '#D79DDA'

red 215 ◦ green 157 ◦ blue 218

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

Shades of Plum #D79DDA

Tints of Plum #D79DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 36.95%

R = 36.44%
G = 26.61%
B = 36.95%

CMYK

 C value IS 0.01

 M value IS 0.28

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D79DDA (or 0xD79DDA) is known color: Plum. HEX triplet: D7, 9D and DA. RGB value is (215,157,218). Sum of RGB (Red+Green+Blue) = 215+157+218=590 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.44% from 590); Green value is 157 (61.72% from 255 or 26.61% from 590); Blue value is 218 (85.55% from 255 or 36.95% from 590); Max value from RGB is 218 - color contains mainly: blue. Hex color #D79DDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D79DDA is #286225. Grayscale: #B5B5B5. Windows color (decimal): -2646566 or 14327255. OLE color: 14327255.

HSL color Cylindrical-coordinate representation of color #D79DDA: hue angle of 297.05º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D79DDA is Cyan = 0.01, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 215 157 218 -
CMYK 0.01 0.28 0 0.15
HSL 297.05º 0.45% 0.74% -
HSV(B) 297.05º 0.28% 0.85% -
XYZ 52.74 43.62 71.97 -
YUV 181.3 148.72 152.04 -
System Red Green Blue C M Y K H S L
Decimal 215 157 218 0.01 0.28 0 0.15 297.05 0.45 0.74
Hex D7 9D DA 1 1C 0 F 129 2D 4A
Octal 327 235 332 1 34 0 17 451 55 112
Binary 11010111 10011101 11011010 1 11100 0 1111 100101001 101101 1001010

Color Harmonies of #D79DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D79DDA

Black with #D79DDA

Text Example


Text Example

White with #D79DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D79DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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