Html Css Color HEX #D8A4D1 Plum

📋 copy color: '#D8A4D1'

red 216 ◦ green 164 ◦ blue 209

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

Shades of Plum #D8A4D1

Tints of Plum #D8A4D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 35.48%

R = 36.67%
G = 27.84%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.03

 K value IS 0.15

RGB Variations

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

Color information

#D8A4D1 (or 0xD8A4D1) is known color: Plum. HEX triplet: D8, A4 and D1. RGB value is (216,164,209). Sum of RGB (Red+Green+Blue) = 216+164+209=589 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.67% from 589); Green value is 164 (64.45% from 255 or 27.84% from 589); Blue value is 209 (82.03% from 255 or 35.48% from 589); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A4D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8A4D1 is #275B2E. Grayscale: #B8B8B8. Windows color (decimal): -2579247 or 13739224. OLE color: 13739224.

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

Color convert

RGB 216 164 209 -
CMYK 0 0.24 0.03 0.15
HSL 308.08º 0.4% 0.75% -
HSV(B) 308.08º 0.24% 0.85% -
XYZ 53.1 45.75 66.35 -
YUV 184.68 141.73 150.34 -
System Red Green Blue C M Y K H S L
Decimal 216 164 209 0 0.24 0.03 0.15 308.08 0.4 0.75
Hex D8 A4 D1 0 18 3 F 134 28 4B
Octal 330 244 321 0 30 3 17 464 50 113
Binary 11011000 10100100 11010001 0 11000 11 1111 100110100 101000 1001011

Color Harmonies of #D8A4D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A4D1

Black with #D8A4D1

Text Example


Text Example

White with #D8A4D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A4D1; }

 p { color: rgb(216,164,209); }

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

background-color css

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

 a { background-color: rgb(216,164,209); }

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

border-color css

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

 span { border-color: rgb(216,164,209); }

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