Html Css Color HEX #D6ACD5 Plum

📋 copy color: '#D6ACD5'

red 214 ◦ green 172 ◦ blue 213

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

Shades of Plum #D6ACD5

Tints of Plum #D6ACD5

RGB

 RED value IS 214 (83.98% from 255) = 35.73%

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

 BLUE value IS 213 (83.59% from 255) = 35.56%

R = 35.73%
G = 28.71%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.00

 K value IS 0.16

RGB Variations

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

Color information

#D6ACD5 (or 0xD6ACD5) is known color: Plum. HEX triplet: D6, AC and D5. RGB value is (214,172,213). Sum of RGB (Red+Green+Blue) = 214+172+213=599 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.73% from 599); Green value is 172 (67.58% from 255 or 28.71% from 599); Blue value is 213 (83.59% from 255 or 35.56% from 599); Max value from RGB is 214 - color contains mainly: red. Hex color #D6ACD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6ACD5 is #29532A. Grayscale: #BDBDBD. Windows color (decimal): -2708267 or 14003414. OLE color: 14003414.

HSL color Cylindrical-coordinate representation of color #D6ACD5: hue angle of 301.43º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D6ACD5 is Cyan = 0, Magento = 0.20, Yellow = 0.00 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 172 213 -
CMYK 0 0.20 0.00 0.16
HSL 301.43º 0.34% 0.76% -
HSV(B) 301.43º 0.2% 0.84% -
XYZ 54.49 48.61 69.46 -
YUV 189.23 141.41 145.67 -
System Red Green Blue C M Y K H S L
Decimal 214 172 213 0 0.20 0.00 0.16 301.43 0.34 0.76
Hex D6 AC D5 0 14 0 10 12D 22 4C
Octal 326 254 325 0 24 0 20 455 42 114
Binary 11010110 10101100 11010101 0 10100 0 10000 100101101 100010 1001100

Color Harmonies of #D6ACD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6ACD5

Black with #D6ACD5

Text Example


Text Example

White with #D6ACD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6ACD5; }

 p { color: rgb(214,172,213); }

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

background-color css

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

 a { background-color: rgb(214,172,213); }

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

border-color css

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

 span { border-color: rgb(214,172,213); }

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