Html Css Color HEX #D39AD3 Plum

📋 copy color: '#D39AD3'

red 211 ◦ green 154 ◦ blue 211

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

Shades of Plum #D39AD3

Tints of Plum #D39AD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 36.63%

R = 36.63%
G = 26.74%
B = 36.63%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#D39AD3 (or 0xD39AD3) is known color: Plum. HEX triplet: D3, 9A and D3. RGB value is (211,154,211). Sum of RGB (Red+Green+Blue) = 211+154+211=576 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.63% from 576); Green value is 154 (60.55% from 255 or 26.74% from 576); Blue value is 211 (82.81% from 255 or 36.63% from 576); Max value from RGB is 211 - color contains mainly: red, blue. Hex color #D39AD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D39AD3 is #2C652C. Grayscale: #B1B1B1. Windows color (decimal): -2909485 or 13867731. OLE color: 13867731.

HSL color Cylindrical-coordinate representation of color #D39AD3: hue angle of 300º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D39AD3 is Cyan = 0, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 154 211 -
CMYK 0 0.27 0 0.17
HSL 300º 0.39% 0.72% -
HSV(B) 300º 0.27% 0.83% -
XYZ 50.18 41.66 67.03 -
YUV 177.54 146.88 151.87 -
System Red Green Blue C M Y K H S L
Decimal 211 154 211 0 0.27 0 0.17 300 0.39 0.72
Hex D3 9A D3 0 1B 0 11 12C 27 48
Octal 323 232 323 0 33 0 21 454 47 110
Binary 11010011 10011010 11010011 0 11011 0 10001 100101100 100111 1001000

Color Harmonies of #D39AD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D39AD3

Black with #D39AD3

Text Example


Text Example

White with #D39AD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D39AD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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