Html Css Color HEX #D3ACD7 Plum

📋 copy color: '#D3ACD7'

red 211 ◦ green 172 ◦ blue 215

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

Shades of Plum #D3ACD7

Tints of Plum #D3ACD7

RGB

 RED value IS 211 (82.81% from 255) = 35.28%

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

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

R = 35.28%
G = 28.76%
B = 35.95%

CMYK

 C value IS 0.02

 M value IS 0.2

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D3ACD7 (or 0xD3ACD7) is known color: Plum. HEX triplet: D3, AC and D7. RGB value is (211,172,215). Sum of RGB (Red+Green+Blue) = 211+172+215=598 (79% of max value = 765). Red value is 211 (82.81% from 255 or 35.28% from 598); Green value is 172 (67.58% from 255 or 28.76% from 598); Blue value is 215 (84.38% from 255 or 35.95% from 598); Max value from RGB is 215 - color contains mainly: blue. Hex color #D3ACD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3ACD7 is #2C5328. Grayscale: #BCBCBC. Windows color (decimal): -2904873 or 14134483. OLE color: 14134483.

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

Color convert

RGB 211 172 215 -
CMYK 0.02 0.2 0 0.16
HSL 294.42º 0.35% 0.76% -
HSV(B) 294.42º 0.2% 0.84% -
XYZ 53.88 48.26 70.77 -
YUV 188.56 142.92 144 -
System Red Green Blue C M Y K H S L
Decimal 211 172 215 0.02 0.2 0 0.16 294.42 0.35 0.76
Hex D3 AC D7 2 14 0 10 126 23 4C
Octal 323 254 327 2 24 0 20 446 43 114
Binary 11010011 10101100 11010111 10 10100 0 10000 100100110 100011 1001100

Color Harmonies of #D3ACD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3ACD7

Black with #D3ACD7

Text Example


Text Example

White with #D3ACD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3ACD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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