Html Css Color HEX #D49EDB Plum

📋 copy color: '#D49EDB'

red 212 ◦ green 158 ◦ blue 219

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

Shades of Plum #D49EDB

Tints of Plum #D49EDB

RGB

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

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

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

R = 35.99%
G = 26.83%
B = 37.18%

CMYK

 C value IS 0.03

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D49EDB (or 0xD49EDB) is known color: Plum. HEX triplet: D4, 9E and DB. RGB value is (212,158,219). Sum of RGB (Red+Green+Blue) = 212+158+219=589 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.99% from 589); Green value is 158 (62.11% from 255 or 26.83% from 589); Blue value is 219 (85.94% from 255 or 37.18% from 589); Max value from RGB is 219 - color contains mainly: blue. Hex color #D49EDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D49EDB is #2B6124. Grayscale: #B4B4B4. Windows color (decimal): -2842917 or 14393044. OLE color: 14393044.

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

Color convert

RGB 212 158 219 -
CMYK 0.03 0.28 0 0.14
HSL 293.11º 0.46% 0.74% -
HSV(B) 293.11º 0.28% 0.86% -
XYZ 52.16 43.57 72.68 -
YUV 181.1 149.39 150.04 -
System Red Green Blue C M Y K H S L
Decimal 212 158 219 0.03 0.28 0 0.14 293.11 0.46 0.74
Hex D4 9E DB 3 1C 0 E 125 2E 4A
Octal 324 236 333 3 34 0 16 445 56 112
Binary 11010100 10011110 11011011 11 11100 0 1110 100100101 101110 1001010

Color Harmonies of #D49EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49EDB

Black with #D49EDB

Text Example


Text Example

White with #D49EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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