Html Css Color HEX #D49BDB Plum

📋 copy color: '#D49BDB'

red 212 ◦ green 155 ◦ blue 219

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

Shades of Plum #D49BDB

Tints of Plum #D49BDB

RGB

 RED value IS 212 (83.2% from 255) = 36.18%

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

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

R = 36.18%
G = 26.45%
B = 37.37%

CMYK

 C value IS 0.03

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D49BDB (or 0xD49BDB) is known color: Plum. HEX triplet: D4, 9B and DB. RGB value is (212,155,219). Sum of RGB (Red+Green+Blue) = 212+155+219=586 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.18% from 586); Green value is 155 (60.94% from 255 or 26.45% 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 #D49BDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D49BDB is #2B6424. Grayscale: #B3B3B3. Windows color (decimal): -2843685 or 14392276. OLE color: 14392276.

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

Color convert

RGB 212 155 219 -
CMYK 0.03 0.29 0 0.14
HSL 293.44º 0.47% 0.73% -
HSV(B) 293.44º 0.29% 0.86% -
XYZ 51.66 42.55 72.51 -
YUV 179.34 150.38 151.3 -
System Red Green Blue C M Y K H S L
Decimal 212 155 219 0.03 0.29 0 0.14 293.44 0.47 0.73
Hex D4 9B DB 3 1D 0 E 125 2F 49
Octal 324 233 333 3 35 0 16 445 57 111
Binary 11010100 10011011 11011011 11 11101 0 1110 100100101 101111 1001001

Color Harmonies of #D49BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49BDB

Black with #D49BDB

Text Example


Text Example

White with #D49BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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