Html Css Color HEX #D4ACD5 Plum

📋 copy color: '#D4ACD5'

red 212 ◦ green 172 ◦ blue 213

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

Shades of Plum #D4ACD5

Tints of Plum #D4ACD5

RGB

 RED value IS 212 (83.2% from 255) = 35.51%

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

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

R = 35.51%
G = 28.81%
B = 35.68%

CMYK

 C value IS 0.00

 M value IS 0.19

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D4ACD5 (or 0xD4ACD5) is known color: Plum. HEX triplet: D4, AC and D5. RGB value is (212,172,213). Sum of RGB (Red+Green+Blue) = 212+172+213=597 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.51% from 597); Green value is 172 (67.58% from 255 or 28.81% from 597); Blue value is 213 (83.59% from 255 or 35.68% from 597); Max value from RGB is 213 - color contains mainly: blue. Hex color #D4ACD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4ACD5 is #2B532A. Grayscale: #BCBCBC. Windows color (decimal): -2839339 or 14003412. OLE color: 14003412.

HSL color Cylindrical-coordinate representation of color #D4ACD5: hue angle of 298.54º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D4ACD5 is Cyan = 0.00, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 212 172 213 -
CMYK 0.00 0.19 0 0.16
HSL 298.54º 0.33% 0.75% -
HSV(B) 298.54º 0.19% 0.84% -
XYZ 53.91 48.31 69.43 -
YUV 188.63 141.75 144.67 -
System Red Green Blue C M Y K H S L
Decimal 212 172 213 0.00 0.19 0 0.16 298.54 0.33 0.75
Hex D4 AC D5 0 13 0 10 12B 21 4B
Octal 324 254 325 0 23 0 20 453 41 113
Binary 11010100 10101100 11010101 0 10011 0 10000 100101011 100001 1001011

Color Harmonies of #D4ACD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4ACD5

Black with #D4ACD5

Text Example


Text Example

White with #D4ACD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4ACD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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