Html Css Color HEX #D3A9DA Plum

📋 copy color: '#D3A9DA'

red 211 ◦ green 169 ◦ blue 218

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

Shades of Plum #D3A9DA

Tints of Plum #D3A9DA

RGB

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

 GREEN value IS 169 (66.41% from 255) = 28.26%

 BLUE value IS 218 (85.55% from 255) = 36.45%

R = 35.28%
G = 28.26%
B = 36.45%

CMYK

 C value IS 0.03

 M value IS 0.22

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D3A9DA (or 0xD3A9DA) is known color: Plum. HEX triplet: D3, A9 and DA. RGB value is (211,169,218). Sum of RGB (Red+Green+Blue) = 211+169+218=598 (79% of max value = 765). Red value is 211 (82.81% from 255 or 35.28% from 598); Green value is 169 (66.41% from 255 or 28.26% from 598); Blue value is 218 (85.55% from 255 or 36.45% from 598); Max value from RGB is 218 - color contains mainly: blue. Hex color #D3A9DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3A9DA is #2C5625. Grayscale: #BABABA. Windows color (decimal): -2905638 or 14330323. OLE color: 14330323.

HSL color Cylindrical-coordinate representation of color #D3A9DA: hue angle of 291.43º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D3A9DA is Cyan = 0.03, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 211 169 218 -
CMYK 0.03 0.22 0 0.15
HSL 291.43º 0.4% 0.76% -
HSV(B) 291.43º 0.22% 0.85% -
XYZ 53.71 47.29 72.63 -
YUV 187.14 145.41 145.02 -
System Red Green Blue C M Y K H S L
Decimal 211 169 218 0.03 0.22 0 0.15 291.43 0.4 0.76
Hex D3 A9 DA 3 16 0 F 123 28 4C
Octal 323 251 332 3 26 0 17 443 50 114
Binary 11010011 10101001 11011010 11 10110 0 1111 100100011 101000 1001100

Color Harmonies of #D3A9DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3A9DA

Black with #D3A9DA

Text Example


Text Example

White with #D3A9DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3A9DA; }

 p { color: rgb(211,169,218); }

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

background-color css

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

 a { background-color: rgb(211,169,218); }

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

border-color css

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

 span { border-color: rgb(211,169,218); }

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