Html Css Color HEX #D8ACDC Plum

📋 copy color: '#D8ACDC'

red 216 ◦ green 172 ◦ blue 220

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

Shades of Plum #D8ACDC

Tints of Plum #D8ACDC

RGB

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

 GREEN value IS 172 (67.58% from 255) = 28.29%

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

R = 35.53%
G = 28.29%
B = 36.18%

CMYK

 C value IS 0.02

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D8ACDC (or 0xD8ACDC) is known color: Plum. HEX triplet: D8, AC and DC. RGB value is (216,172,220). Sum of RGB (Red+Green+Blue) = 216+172+220=608 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.53% from 608); Green value is 172 (67.58% from 255 or 28.29% from 608); Blue value is 220 (86.33% from 255 or 36.18% from 608); Max value from RGB is 220 - color contains mainly: blue. Hex color #D8ACDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8ACDC is #275323. Grayscale: #BEBEBE. Windows color (decimal): -2577188 or 14462168. OLE color: 14462168.

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

Color convert

RGB 216 172 220 -
CMYK 0.02 0.22 0 0.14
HSL 295º 0.41% 0.77% -
HSV(B) 295º 0.22% 0.86% -
XYZ 55.99 49.27 74.27 -
YUV 190.63 144.58 146.1 -
System Red Green Blue C M Y K H S L
Decimal 216 172 220 0.02 0.22 0 0.14 295 0.41 0.77
Hex D8 AC DC 2 16 0 E 127 29 4D
Octal 330 254 334 2 26 0 16 447 51 115
Binary 11011000 10101100 11011100 10 10110 0 1110 100100111 101001 1001101

Color Harmonies of #D8ACDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8ACDC

Black with #D8ACDC

Text Example


Text Example

White with #D8ACDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8ACDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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