Html Css Color HEX #D39BDA Plum

📋 copy color: '#D39BDA'

red 211 ◦ green 155 ◦ blue 218

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

Shades of Plum #D39BDA

Tints of Plum #D39BDA

RGB

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

 GREEN value IS 155 (60.94% from 255) = 26.54%

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

R = 36.13%
G = 26.54%
B = 37.33%

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

#D39BDA (or 0xD39BDA) is known color: Plum. HEX triplet: D3, 9B and DA. RGB value is (211,155,218). Sum of RGB (Red+Green+Blue) = 211+155+218=584 (77% of max value = 765). Red value is 211 (82.81% from 255 or 36.13% from 584); Green value is 155 (60.94% from 255 or 26.54% from 584); Blue value is 218 (85.55% from 255 or 37.33% from 584); Max value from RGB is 218 - color contains mainly: blue. Hex color #D39BDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D39BDA is #2C6425. Grayscale: #B2B2B2. Windows color (decimal): -2909222 or 14326739. OLE color: 14326739.

HSL color Cylindrical-coordinate representation of color #D39BDA: hue angle of 293.33º degrees, saturation: 0.46, 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 #D39BDA is Cyan = 0.03, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 211 155 218 -
CMYK 0.03 0.29 0 0.15
HSL 293.33º 0.46% 0.73% -
HSV(B) 293.33º 0.29% 0.85% -
XYZ 51.24 42.35 71.8 -
YUV 178.93 150.05 150.88 -
System Red Green Blue C M Y K H S L
Decimal 211 155 218 0.03 0.29 0 0.15 293.33 0.46 0.73
Hex D3 9B DA 3 1D 0 F 125 2E 49
Octal 323 233 332 3 35 0 17 445 56 111
Binary 11010011 10011011 11011010 11 11101 0 1111 100100101 101110 1001001

Color Harmonies of #D39BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D39BDA

Black with #D39BDA

Text Example


Text Example

White with #D39BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D39BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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