Html Css Color HEX #D9ACE4 Plum

📋 copy color: '#D9ACE4'

red 217 ◦ green 172 ◦ blue 228

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

Shades of Plum #D9ACE4

Tints of Plum #D9ACE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 36.95%

R = 35.17%
G = 27.88%
B = 36.95%

CMYK

 C value IS 0.05

 M value IS 0.25

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D9ACE4 (or 0xD9ACE4) is known color: Plum. HEX triplet: D9, AC and E4. RGB value is (217,172,228). Sum of RGB (Red+Green+Blue) = 217+172+228=617 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.17% from 617); Green value is 172 (67.58% from 255 or 27.88% from 617); Blue value is 228 (89.45% from 255 or 36.95% from 617); Max value from RGB is 228 - color contains mainly: blue. Hex color #D9ACE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9ACE4 is #26531B. Grayscale: #BFBFBF. Windows color (decimal): -2511644 or 14986457. OLE color: 14986457.

HSL color Cylindrical-coordinate representation of color #D9ACE4: hue angle of 288.21º degrees, saturation: 0.51, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D9ACE4 is Cyan = 0.05, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 217 172 228 -
CMYK 0.05 0.25 0 0.11
HSL 288.21º 0.51% 0.78% -
HSV(B) 288.21º 0.25% 0.89% -
XYZ 57.37 49.86 80 -
YUV 191.84 148.41 145.95 -
System Red Green Blue C M Y K H S L
Decimal 217 172 228 0.05 0.25 0 0.11 288.21 0.51 0.78
Hex D9 AC E4 5 19 0 B 120 33 4E
Octal 331 254 344 5 31 0 13 440 63 116
Binary 11011001 10101100 11100100 101 11001 0 1011 100100000 110011 1001110

Color Harmonies of #D9ACE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9ACE4

Black with #D9ACE4

Text Example


Text Example

White with #D9ACE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9ACE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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