Html Css Color HEX #D4ACD7 Plum

📋 copy color: '#D4ACD7'

red 212 ◦ green 172 ◦ blue 215

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

Shades of Plum #D4ACD7

Tints of Plum #D4ACD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 35.89%

R = 35.39%
G = 28.71%
B = 35.89%

CMYK

 C value IS 0.01

 M value IS 0.2

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D4ACD7 (or 0xD4ACD7) is known color: Plum. HEX triplet: D4, AC and D7. RGB value is (212,172,215). Sum of RGB (Red+Green+Blue) = 212+172+215=599 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.39% from 599); Green value is 172 (67.58% from 255 or 28.71% from 599); Blue value is 215 (84.38% from 255 or 35.89% from 599); Max value from RGB is 215 - color contains mainly: blue. Hex color #D4ACD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4ACD7 is #2B5328. Grayscale: #BCBCBC. Windows color (decimal): -2839337 or 14134484. OLE color: 14134484.

HSL color Cylindrical-coordinate representation of color #D4ACD7: hue angle of 295.81º degrees, saturation: 0.35, 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 #D4ACD7 is Cyan = 0.01, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 212 172 215 -
CMYK 0.01 0.2 0 0.16
HSL 295.81º 0.35% 0.76% -
HSV(B) 295.81º 0.2% 0.84% -
XYZ 54.17 48.41 70.78 -
YUV 188.86 142.75 144.5 -
System Red Green Blue C M Y K H S L
Decimal 212 172 215 0.01 0.2 0 0.16 295.81 0.35 0.76
Hex D4 AC D7 1 14 0 10 128 23 4C
Octal 324 254 327 1 24 0 20 450 43 114
Binary 11010100 10101100 11010111 1 10100 0 10000 100101000 100011 1001100

Color Harmonies of #D4ACD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4ACD7

Black with #D4ACD7

Text Example


Text Example

White with #D4ACD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4ACD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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