Html Css Color HEX #D39CDB Plum

📋 copy color: '#D39CDB'

red 211 ◦ green 156 ◦ blue 219

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

Shades of Plum #D39CDB

Tints of Plum #D39CDB

RGB

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

 GREEN value IS 156 (61.33% from 255) = 26.62%

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

R = 36.01%
G = 26.62%
B = 37.37%

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

#D39CDB (or 0xD39CDB) is known color: Plum. HEX triplet: D3, 9C and DB. RGB value is (211,156,219). Sum of RGB (Red+Green+Blue) = 211+156+219=586 (77% of max value = 765). Red value is 211 (82.81% from 255 or 36.01% from 586); Green value is 156 (61.33% from 255 or 26.62% from 586); Blue value is 219 (85.94% from 255 or 37.37% from 586); Max value from RGB is 219 - color contains mainly: blue. Hex color #D39CDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D39CDB is #2C6324. Grayscale: #B3B3B3. Windows color (decimal): -2908965 or 14392531. OLE color: 14392531.

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

Color convert

RGB 211 156 219 -
CMYK 0.04 0.29 0 0.14
HSL 292.38º 0.47% 0.74% -
HSV(B) 292.38º 0.29% 0.86% -
XYZ 51.54 42.74 72.55 -
YUV 179.63 150.22 150.38 -
System Red Green Blue C M Y K H S L
Decimal 211 156 219 0.04 0.29 0 0.14 292.38 0.47 0.74
Hex D3 9C DB 4 1D 0 E 124 2F 4A
Octal 323 234 333 4 35 0 16 444 57 112
Binary 11010011 10011100 11011011 100 11101 0 1110 100100100 101111 1001010

Color Harmonies of #D39CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D39CDB

Black with #D39CDB

Text Example


Text Example

White with #D39CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D39CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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