Html Css Color HEX #D9ACE0 Plum

📋 copy color: '#D9ACE0'

red 217 ◦ green 172 ◦ blue 224

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

Shades of Plum #D9ACE0

Tints of Plum #D9ACE0

RGB

 RED value IS 217 (85.16% from 255) = 35.4%

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

 BLUE value IS 224 (87.89% from 255) = 36.54%

R = 35.4%
G = 28.06%
B = 36.54%

CMYK

 C value IS 0.03

 M value IS 0.23

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D9ACE0 (or 0xD9ACE0) is known color: Plum. HEX triplet: D9, AC and E0. RGB value is (217,172,224). Sum of RGB (Red+Green+Blue) = 217+172+224=613 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.40% from 613); Green value is 172 (67.58% from 255 or 28.06% from 613); Blue value is 224 (87.89% from 255 or 36.54% from 613); Max value from RGB is 224 - color contains mainly: blue. Hex color #D9ACE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9ACE0 is #26531F. Grayscale: #BFBFBF. Windows color (decimal): -2511648 or 14724313. OLE color: 14724313.

HSL color Cylindrical-coordinate representation of color #D9ACE0: hue angle of 291.92º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D9ACE0 is Cyan = 0.03, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 217 172 224 -
CMYK 0.03 0.23 0 0.12
HSL 291.92º 0.46% 0.78% -
HSV(B) 291.92º 0.23% 0.88% -
XYZ 56.82 49.64 77.11 -
YUV 191.38 146.41 146.27 -
System Red Green Blue C M Y K H S L
Decimal 217 172 224 0.03 0.23 0 0.12 291.92 0.46 0.78
Hex D9 AC E0 3 17 0 C 124 2E 4E
Octal 331 254 340 3 27 0 14 444 56 116
Binary 11011001 10101100 11100000 11 10111 0 1100 100100100 101110 1001110

Color Harmonies of #D9ACE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9ACE0

Black with #D9ACE0

Text Example


Text Example

White with #D9ACE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9ACE0; }

 p { color: rgb(217,172,224); }

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

background-color css

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

 a { background-color: rgb(217,172,224); }

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

border-color css

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

 span { border-color: rgb(217,172,224); }

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