Html Css Color HEX #D39EDB Plum

📋 copy color: '#D39EDB'

red 211 ◦ green 158 ◦ blue 219

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

Shades of Plum #D39EDB

Tints of Plum #D39EDB

RGB

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

 GREEN value IS 158 (62.11% from 255) = 26.87%

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

R = 35.88%
G = 26.87%
B = 37.24%

CMYK

 C value IS 0.04

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D39EDB (or 0xD39EDB) is known color: Plum. HEX triplet: D3, 9E and DB. RGB value is (211,158,219). Sum of RGB (Red+Green+Blue) = 211+158+219=588 (77% of max value = 765). Red value is 211 (82.81% from 255 or 35.88% from 588); Green value is 158 (62.11% from 255 or 26.87% from 588); Blue value is 219 (85.94% from 255 or 37.24% from 588); Max value from RGB is 219 - color contains mainly: blue. Hex color #D39EDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D39EDB is #2C6124. Grayscale: #B4B4B4. Windows color (decimal): -2908453 or 14393043. OLE color: 14393043.

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

Color convert

RGB 211 158 219 -
CMYK 0.04 0.28 0 0.14
HSL 292.13º 0.46% 0.74% -
HSV(B) 292.13º 0.28% 0.86% -
XYZ 51.88 43.42 72.66 -
YUV 180.8 149.56 149.54 -
System Red Green Blue C M Y K H S L
Decimal 211 158 219 0.04 0.28 0 0.14 292.13 0.46 0.74
Hex D3 9E DB 4 1C 0 E 124 2E 4A
Octal 323 236 333 4 34 0 16 444 56 112
Binary 11010011 10011110 11011011 100 11100 0 1110 100100100 101110 1001010

Color Harmonies of #D39EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D39EDB

Black with #D39EDB

Text Example


Text Example

White with #D39EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D39EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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