Html Css Color HEX #D79AD3 Plum

📋 copy color: '#D79AD3'

red 215 ◦ green 154 ◦ blue 211

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

Shades of Plum #D79AD3

Tints of Plum #D79AD3

RGB

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

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

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

R = 37.07%
G = 26.55%
B = 36.38%

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

#D79AD3 (or 0xD79AD3) is known color: Plum. HEX triplet: D7, 9A and D3. RGB value is (215,154,211). Sum of RGB (Red+Green+Blue) = 215+154+211=580 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.07% from 580); Green value is 154 (60.55% from 255 or 26.55% from 580); Blue value is 211 (82.81% from 255 or 36.38% from 580); Max value from RGB is 215 - color contains mainly: red. Hex color #D79AD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D79AD3 is #28652C. Grayscale: #B2B2B2. Windows color (decimal): -2647341 or 13867735. OLE color: 13867735.

HSL color Cylindrical-coordinate representation of color #D79AD3: hue angle of 303.93º 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 #D79AD3 is Cyan = 0, Magento = 0.28, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 154 211 -
CMYK 0 0.28 0.02 0.16
HSL 303.93º 0.43% 0.72% -
HSV(B) 303.93º 0.28% 0.84% -
XYZ 51.34 42.26 67.08 -
YUV 178.74 146.21 153.87 -
System Red Green Blue C M Y K H S L
Decimal 215 154 211 0 0.28 0.02 0.16 303.93 0.43 0.72
Hex D7 9A D3 0 1C 2 10 130 2B 48
Octal 327 232 323 0 34 2 20 460 53 110
Binary 11010111 10011010 11010011 0 11100 10 10000 100110000 101011 1001000

Color Harmonies of #D79AD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D79AD3

Black with #D79AD3

Text Example


Text Example

White with #D79AD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D79AD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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