Html Css Color HEX #D39BDB Plum

📋 copy color: '#D39BDB'

red 211 ◦ green 155 ◦ blue 219

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

Shades of Plum #D39BDB

Tints of Plum #D39BDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 37.44%

R = 36.07%
G = 26.5%
B = 37.44%

CMYK

 C value IS 0.04

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D39BDB (or 0xD39BDB) is known color: Plum. HEX triplet: D3, 9B and DB. RGB value is (211,155,219). Sum of RGB (Red+Green+Blue) = 211+155+219=585 (77% of max value = 765). Red value is 211 (82.81% from 255 or 36.07% from 585); Green value is 155 (60.94% from 255 or 26.50% from 585); Blue value is 219 (85.94% from 255 or 37.44% from 585); Max value from RGB is 219 - color contains mainly: blue. Hex color #D39BDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D39BDB is #2C6424. Grayscale: #B2B2B2. Windows color (decimal): -2909221 or 14392275. OLE color: 14392275.

HSL color Cylindrical-coordinate representation of color #D39BDB: hue angle of 292.5º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D39BDB is Cyan = 0.04, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 211 155 219 -
CMYK 0.04 0.29 0 0.14
HSL 292.5º 0.47% 0.73% -
HSV(B) 292.5º 0.29% 0.86% -
XYZ 51.37 42.41 72.5 -
YUV 179.04 150.55 150.8 -
System Red Green Blue C M Y K H S L
Decimal 211 155 219 0.04 0.29 0 0.14 292.5 0.47 0.73
Hex D3 9B DB 4 1D 0 E 124 2F 49
Octal 323 233 333 4 35 0 16 444 57 111
Binary 11010011 10011011 11011011 100 11101 0 1110 100100100 101111 1001001

Color Harmonies of #D39BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D39BDB

Black with #D39BDB

Text Example


Text Example

White with #D39BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D39BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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