Html Css Color HEX #D39AD9 Plum

📋 copy color: '#D39AD9'

red 211 ◦ green 154 ◦ blue 217

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

Shades of Plum #D39AD9

Tints of Plum #D39AD9

RGB

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

 GREEN value IS 154 (60.55% from 255) = 26.46%

 BLUE value IS 217 (85.16% from 255) = 37.29%

R = 36.25%
G = 26.46%
B = 37.29%

CMYK

 C value IS 0.03

 M value IS 0.29

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D39AD9 (or 0xD39AD9) is known color: Plum. HEX triplet: D3, 9A and D9. RGB value is (211,154,217). Sum of RGB (Red+Green+Blue) = 211+154+217=582 (77% of max value = 765). Red value is 211 (82.81% from 255 or 36.25% from 582); Green value is 154 (60.55% from 255 or 26.46% from 582); Blue value is 217 (85.16% from 255 or 37.29% from 582); Max value from RGB is 217 - color contains mainly: blue. Hex color #D39AD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D39AD9 is #2C6526. Grayscale: #B2B2B2. Windows color (decimal): -2909479 or 14260947. OLE color: 14260947.

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

Color convert

RGB 211 154 217 -
CMYK 0.03 0.29 0 0.15
HSL 294.29º 0.45% 0.73% -
HSV(B) 294.29º 0.29% 0.85% -
XYZ 50.94 41.97 71.06 -
YUV 178.23 149.88 151.38 -
System Red Green Blue C M Y K H S L
Decimal 211 154 217 0.03 0.29 0 0.15 294.29 0.45 0.73
Hex D3 9A D9 3 1D 0 F 126 2D 49
Octal 323 232 331 3 35 0 17 446 55 111
Binary 11010011 10011010 11011001 11 11101 0 1111 100100110 101101 1001001

Color Harmonies of #D39AD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D39AD9

Black with #D39AD9

Text Example


Text Example

White with #D39AD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D39AD9; }

 p { color: rgb(211,154,217); }

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

background-color css

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

 a { background-color: rgb(211,154,217); }

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

border-color css

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

 span { border-color: rgb(211,154,217); }

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