Html Css Color HEX #D49CDB Plum

📋 copy color: '#D49CDB'

red 212 ◦ green 156 ◦ blue 219

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

Shades of Plum #D49CDB

Tints of Plum #D49CDB

RGB

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

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

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

R = 36.12%
G = 26.58%
B = 37.31%

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

#D49CDB (or 0xD49CDB) is known color: Plum. HEX triplet: D4, 9C and DB. RGB value is (212,156,219). Sum of RGB (Red+Green+Blue) = 212+156+219=587 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.12% from 587); Green value is 156 (61.33% from 255 or 26.58% from 587); Blue value is 219 (85.94% from 255 or 37.31% from 587); Max value from RGB is 219 - color contains mainly: blue. Hex color #D49CDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D49CDB is #2B6324. Grayscale: #B3B3B3. Windows color (decimal): -2843429 or 14392532. OLE color: 14392532.

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

Color convert

RGB 212 156 219 -
CMYK 0.03 0.29 0 0.14
HSL 293.33º 0.47% 0.74% -
HSV(B) 293.33º 0.29% 0.86% -
XYZ 51.83 42.89 72.56 -
YUV 179.93 150.05 150.88 -
System Red Green Blue C M Y K H S L
Decimal 212 156 219 0.03 0.29 0 0.14 293.33 0.47 0.74
Hex D4 9C DB 3 1D 0 E 125 2F 4A
Octal 324 234 333 3 35 0 16 445 57 112
Binary 11010100 10011100 11011011 11 11101 0 1110 100100101 101111 1001010

Color Harmonies of #D49CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49CDB

Black with #D49CDB

Text Example


Text Example

White with #D49CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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