Html Css Color HEX #D39ADB Plum

📋 copy color: '#D39ADB'

red 211 ◦ green 154 ◦ blue 219

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

Shades of Plum #D39ADB

Tints of Plum #D39ADB

RGB

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

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

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

R = 36.13%
G = 26.37%
B = 37.5%

CMYK

 C value IS 0.04

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D39ADB (or 0xD39ADB) is known color: Plum. HEX triplet: D3, 9A and DB. RGB value is (211,154,219). Sum of RGB (Red+Green+Blue) = 211+154+219=584 (77% of max value = 765). Red value is 211 (82.81% from 255 or 36.13% from 584); Green value is 154 (60.55% from 255 or 26.37% from 584); Blue value is 219 (85.94% from 255 or 37.5% from 584); Max value from RGB is 219 - color contains mainly: blue. Hex color #D39ADB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D39ADB is #2C6524. Grayscale: #B2B2B2. Windows color (decimal): -2909477 or 14392019. OLE color: 14392019.

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

Color convert

RGB 211 154 219 -
CMYK 0.04 0.30 0 0.14
HSL 292.62º 0.47% 0.73% -
HSV(B) 292.62º 0.3% 0.86% -
XYZ 51.21 42.07 72.44 -
YUV 178.45 150.88 151.21 -
System Red Green Blue C M Y K H S L
Decimal 211 154 219 0.04 0.30 0 0.14 292.62 0.47 0.73
Hex D3 9A DB 4 1E 0 E 125 2F 49
Octal 323 232 333 4 36 0 16 445 57 111
Binary 11010011 10011010 11011011 100 11110 0 1110 100100101 101111 1001001

Color Harmonies of #D39ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D39ADB

Black with #D39ADB

Text Example


Text Example

White with #D39ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D39ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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