Html Css Color HEX #D39DD5 Plum

📋 copy color: '#D39DD5'

red 211 ◦ green 157 ◦ blue 213

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

Shades of Plum #D39DD5

Tints of Plum #D39DD5

RGB

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

 GREEN value IS 157 (61.72% from 255) = 27.02%

 BLUE value IS 213 (83.59% from 255) = 36.66%

R = 36.32%
G = 27.02%
B = 36.66%

CMYK

 C value IS 0.01

 M value IS 0.26

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D39DD5 (or 0xD39DD5) is known color: Plum. HEX triplet: D3, 9D and D5. RGB value is (211,157,213). Sum of RGB (Red+Green+Blue) = 211+157+213=581 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.32% from 581); Green value is 157 (61.72% from 255 or 27.02% from 581); Blue value is 213 (83.59% from 255 or 36.66% from 581); Max value from RGB is 213 - color contains mainly: blue. Hex color #D39DD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D39DD5 is #2C622A. Grayscale: #B3B3B3. Windows color (decimal): -2908715 or 13999571. OLE color: 13999571.

HSL color Cylindrical-coordinate representation of color #D39DD5: hue angle of 297.86º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D39DD5 is Cyan = 0.01, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 211 157 213 -
CMYK 0.01 0.26 0 0.16
HSL 297.86º 0.4% 0.73% -
HSV(B) 297.86º 0.26% 0.84% -
XYZ 50.93 42.77 68.52 -
YUV 179.53 146.89 150.45 -
System Red Green Blue C M Y K H S L
Decimal 211 157 213 0.01 0.26 0 0.16 297.86 0.4 0.73
Hex D3 9D D5 1 1A 0 10 12A 28 49
Octal 323 235 325 1 32 0 20 452 50 111
Binary 11010011 10011101 11010101 1 11010 0 10000 100101010 101000 1001001

Color Harmonies of #D39DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D39DD5

Black with #D39DD5

Text Example


Text Example

White with #D39DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D39DD5; }

 p { color: rgb(211,157,213); }

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

background-color css

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

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

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

border-color css

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

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

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