Html Css Color HEX #D9A7D6 Plum

📋 copy color: '#D9A7D6'

red 217 ◦ green 167 ◦ blue 214

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

Shades of Plum #D9A7D6

Tints of Plum #D9A7D6

RGB

 RED value IS 217 (85.16% from 255) = 36.29%

 GREEN value IS 167 (65.63% from 255) = 27.93%

 BLUE value IS 214 (83.98% from 255) = 35.79%

R = 36.29%
G = 27.93%
B = 35.79%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.01

 K value IS 0.15

RGB Variations

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

Color information

#D9A7D6 (or 0xD9A7D6) is known color: Plum. HEX triplet: D9, A7 and D6. RGB value is (217,167,214). Sum of RGB (Red+Green+Blue) = 217+167+214=598 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.29% from 598); Green value is 167 (65.62% from 255 or 27.93% from 598); Blue value is 214 (83.98% from 255 or 35.79% from 598); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A7D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9A7D6 is #265829. Grayscale: #BBBBBB. Windows color (decimal): -2512938 or 14067673. OLE color: 14067673.

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

Color convert

RGB 217 167 214 -
CMYK 0 0.23 0.01 0.15
HSL 303.6º 0.4% 0.75% -
HSV(B) 303.6º 0.23% 0.85% -
XYZ 54.57 47.24 69.86 -
YUV 187.31 143.07 149.18 -
System Red Green Blue C M Y K H S L
Decimal 217 167 214 0 0.23 0.01 0.15 303.6 0.4 0.75
Hex D9 A7 D6 0 17 1 F 130 28 4B
Octal 331 247 326 0 27 1 17 460 50 113
Binary 11011001 10100111 11010110 0 10111 1 1111 100110000 101000 1001011

Color Harmonies of #D9A7D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A7D6

Black with #D9A7D6

Text Example


Text Example

White with #D9A7D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A7D6; }

 p { color: rgb(217,167,214); }

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

background-color css

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

 a { background-color: rgb(217,167,214); }

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

border-color css

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

 span { border-color: rgb(217,167,214); }

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