Html Css Color HEX #D7A4DC Plum

📋 copy color: '#D7A4DC'

red 215 ◦ green 164 ◦ blue 220

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

Shades of Plum #D7A4DC

Tints of Plum #D7A4DC

RGB

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

 GREEN value IS 164 (64.45% from 255) = 27.38%

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

R = 35.89%
G = 27.38%
B = 36.73%

CMYK

 C value IS 0.02

 M value IS 0.25

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D7A4DC (or 0xD7A4DC) is known color: Plum. HEX triplet: D7, A4 and DC. RGB value is (215,164,220). Sum of RGB (Red+Green+Blue) = 215+164+220=599 (79% of max value = 765). Red value is 215 (84.38% from 255 or 35.89% from 599); Green value is 164 (64.45% from 255 or 27.38% from 599); Blue value is 220 (86.33% from 255 or 36.73% from 599); Max value from RGB is 220 - color contains mainly: blue. Hex color #D7A4DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7A4DC is #285B23. Grayscale: #B9B9B9. Windows color (decimal): -2644772 or 14460119. OLE color: 14460119.

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

Color convert

RGB 215 164 220 -
CMYK 0.02 0.25 0 0.14
HSL 294.64º 0.44% 0.75% -
HSV(B) 294.64º 0.25% 0.86% -
XYZ 54.22 46.17 73.76 -
YUV 185.63 147.4 148.95 -
System Red Green Blue C M Y K H S L
Decimal 215 164 220 0.02 0.25 0 0.14 294.64 0.44 0.75
Hex D7 A4 DC 2 19 0 E 127 2C 4B
Octal 327 244 334 2 31 0 16 447 54 113
Binary 11010111 10100100 11011100 10 11001 0 1110 100100111 101100 1001011

Color Harmonies of #D7A4DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A4DC

Black with #D7A4DC

Text Example


Text Example

White with #D7A4DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A4DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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