Html Css Color HEX #D8A4DC Plum

📋 copy color: '#D8A4DC'

red 216 ◦ green 164 ◦ blue 220

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

Shades of Plum #D8A4DC

Tints of Plum #D8A4DC

RGB

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

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

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

R = 36%
G = 27.33%
B = 36.67%

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

#D8A4DC (or 0xD8A4DC) is known color: Plum. HEX triplet: D8, A4 and DC. RGB value is (216,164,220). Sum of RGB (Red+Green+Blue) = 216+164+220=600 (79% of max value = 765). Red value is 216 (84.77% from 255 or 36% from 600); Green value is 164 (64.45% from 255 or 27.33% from 600); Blue value is 220 (86.33% from 255 or 36.67% from 600); Max value from RGB is 220 - color contains mainly: blue. Hex color #D8A4DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8A4DC is #275B23. Grayscale: #B9B9B9. Windows color (decimal): -2579236 or 14460120. OLE color: 14460120.

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

Color convert

RGB 216 164 220 -
CMYK 0.02 0.25 0 0.14
HSL 295.71º 0.44% 0.75% -
HSV(B) 295.71º 0.25% 0.86% -
XYZ 54.51 46.32 73.78 -
YUV 185.93 147.23 149.45 -
System Red Green Blue C M Y K H S L
Decimal 216 164 220 0.02 0.25 0 0.14 295.71 0.44 0.75
Hex D8 A4 DC 2 19 0 E 128 2C 4B
Octal 330 244 334 2 31 0 16 450 54 113
Binary 11011000 10100100 11011100 10 11001 0 1110 100101000 101100 1001011

Color Harmonies of #D8A4DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A4DC

Black with #D8A4DC

Text Example


Text Example

White with #D8A4DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A4DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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