Html Css Color HEX #D8A9D7 Plum

📋 copy color: '#D8A9D7'

red 216 ◦ green 169 ◦ blue 215

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

Shades of Plum #D8A9D7

Tints of Plum #D8A9D7

RGB

 RED value IS 216 (84.77% from 255) = 36%

 GREEN value IS 169 (66.41% from 255) = 28.17%

 BLUE value IS 215 (84.38% from 255) = 35.83%

R = 36%
G = 28.17%
B = 35.83%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.00

 K value IS 0.15

RGB Variations

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

Color information

#D8A9D7 (or 0xD8A9D7) is known color: Plum. HEX triplet: D8, A9 and D7. RGB value is (216,169,215). Sum of RGB (Red+Green+Blue) = 216+169+215=600 (79% of max value = 765). Red value is 216 (84.77% from 255 or 36% from 600); Green value is 169 (66.41% from 255 or 28.17% from 600); Blue value is 215 (84.38% from 255 or 35.83% from 600); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A9D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8A9D7 is #275628. Grayscale: #BCBCBC. Windows color (decimal): -2577961 or 14133720. OLE color: 14133720.

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

Color convert

RGB 216 169 215 -
CMYK 0 0.22 0.00 0.15
HSL 301.28º 0.38% 0.75% -
HSV(B) 301.28º 0.22% 0.85% -
XYZ 54.77 47.88 70.65 -
YUV 188.3 143.07 147.76 -
System Red Green Blue C M Y K H S L
Decimal 216 169 215 0 0.22 0.00 0.15 301.28 0.38 0.75
Hex D8 A9 D7 0 16 0 F 12D 26 4B
Octal 330 251 327 0 26 0 17 455 46 113
Binary 11011000 10101001 11010111 0 10110 0 1111 100101101 100110 1001011

Color Harmonies of #D8A9D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A9D7

Black with #D8A9D7

Text Example


Text Example

White with #D8A9D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A9D7; }

 p { color: rgb(216,169,215); }

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

background-color css

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

 a { background-color: rgb(216,169,215); }

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

border-color css

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

 span { border-color: rgb(216,169,215); }

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