Html Css Color HEX #D79AD2 Plum

📋 copy color: '#D79AD2'

red 215 ◦ green 154 ◦ blue 210

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

Shades of Plum #D79AD2

Tints of Plum #D79AD2

RGB

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

 GREEN value IS 154 (60.55% from 255) = 26.6%

 BLUE value IS 210 (82.42% from 255) = 36.27%

R = 37.13%
G = 26.6%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.02

 K value IS 0.16

RGB Variations

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

Color information

#D79AD2 (or 0xD79AD2) is known color: Plum. HEX triplet: D7, 9A and D2. RGB value is (215,154,210). Sum of RGB (Red+Green+Blue) = 215+154+210=579 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.13% from 579); Green value is 154 (60.55% from 255 or 26.60% from 579); Blue value is 210 (82.42% from 255 or 36.27% from 579); Max value from RGB is 215 - color contains mainly: red. Hex color #D79AD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D79AD2 is #28652D. Grayscale: #B2B2B2. Windows color (decimal): -2647342 or 13802199. OLE color: 13802199.

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

Color convert

RGB 215 154 210 -
CMYK 0 0.28 0.02 0.16
HSL 304.92º 0.43% 0.72% -
HSV(B) 304.92º 0.28% 0.84% -
XYZ 51.21 42.21 66.42 -
YUV 178.62 145.71 153.95 -
System Red Green Blue C M Y K H S L
Decimal 215 154 210 0 0.28 0.02 0.16 304.92 0.43 0.72
Hex D7 9A D2 0 1C 2 10 131 2B 48
Octal 327 232 322 0 34 2 20 461 53 110
Binary 11010111 10011010 11010010 0 11100 10 10000 100110001 101011 1001000

Color Harmonies of #D79AD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D79AD2

Black with #D79AD2

Text Example


Text Example

White with #D79AD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D79AD2; }

 p { color: rgb(215,154,210); }

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

background-color css

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

 a { background-color: rgb(215,154,210); }

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

border-color css

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

 span { border-color: rgb(215,154,210); }

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