Html Css Color HEX #D9A3DE Plum

📋 copy color: '#D9A3DE'

red 217 ◦ green 163 ◦ blue 222

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

Shades of Plum #D9A3DE

Tints of Plum #D9A3DE

RGB

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

 GREEN value IS 163 (64.06% from 255) = 27.08%

 BLUE value IS 222 (87.11% from 255) = 36.88%

R = 36.05%
G = 27.08%
B = 36.88%

CMYK

 C value IS 0.02

 M value IS 0.27

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D9A3DE (or 0xD9A3DE) is known color: Plum. HEX triplet: D9, A3 and DE. RGB value is (217,163,222). Sum of RGB (Red+Green+Blue) = 217+163+222=602 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.05% from 602); Green value is 163 (64.06% from 255 or 27.08% from 602); Blue value is 222 (87.11% from 255 or 36.88% from 602); Max value from RGB is 222 - color contains mainly: blue. Hex color #D9A3DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9A3DE is #265C21. Grayscale: #B9B9B9. Windows color (decimal): -2513954 or 14590937. OLE color: 14590937.

HSL color Cylindrical-coordinate representation of color #D9A3DE: hue angle of 294.92º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D9A3DE is Cyan = 0.02, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 217 163 222 -
CMYK 0.02 0.27 0 0.13
HSL 294.92º 0.47% 0.75% -
HSV(B) 294.92º 0.27% 0.87% -
XYZ 54.9 46.22 75.14 -
YUV 185.87 148.39 150.2 -
System Red Green Blue C M Y K H S L
Decimal 217 163 222 0.02 0.27 0 0.13 294.92 0.47 0.75
Hex D9 A3 DE 2 1B 0 D 127 2F 4B
Octal 331 243 336 2 33 0 15 447 57 113
Binary 11011001 10100011 11011110 10 11011 0 1101 100100111 101111 1001011

Color Harmonies of #D9A3DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A3DE

Black with #D9A3DE

Text Example


Text Example

White with #D9A3DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A3DE; }

 p { color: rgb(217,163,222); }

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

background-color css

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

 a { background-color: rgb(217,163,222); }

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

border-color css

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

 span { border-color: rgb(217,163,222); }

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