Html Css Color HEX #D49DDB Plum

📋 copy color: '#D49DDB'

red 212 ◦ green 157 ◦ blue 219

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

Shades of Plum #D49DDB

Tints of Plum #D49DDB

RGB

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

 GREEN value IS 157 (61.72% from 255) = 26.7%

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

R = 36.05%
G = 26.7%
B = 37.24%

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

#D49DDB (or 0xD49DDB) is known color: Plum. HEX triplet: D4, 9D and DB. RGB value is (212,157,219). Sum of RGB (Red+Green+Blue) = 212+157+219=588 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.05% from 588); Green value is 157 (61.72% from 255 or 26.70% 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 #D49DDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D49DDB is #2B6224. Grayscale: #B4B4B4. Windows color (decimal): -2843173 or 14392788. OLE color: 14392788.

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

Color convert

RGB 212 157 219 -
CMYK 0.03 0.28 0 0.14
HSL 293.23º 0.46% 0.74% -
HSV(B) 293.23º 0.28% 0.86% -
XYZ 51.99 43.23 72.62 -
YUV 180.51 149.72 150.46 -
System Red Green Blue C M Y K H S L
Decimal 212 157 219 0.03 0.28 0 0.14 293.23 0.46 0.74
Hex D4 9D DB 3 1C 0 E 125 2E 4A
Octal 324 235 333 3 34 0 16 445 56 112
Binary 11010100 10011101 11011011 11 11100 0 1110 100100101 101110 1001010

Color Harmonies of #D49DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49DDB

Black with #D49DDB

Text Example


Text Example

White with #D49DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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