Html Css Color HEX #D49AD9 Plum

📋 copy color: '#D49AD9'

red 212 ◦ green 154 ◦ blue 217

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

Shades of Plum #D49AD9

Tints of Plum #D49AD9

RGB

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

 GREEN value IS 154 (60.55% from 255) = 26.42%

 BLUE value IS 217 (85.16% from 255) = 37.22%

R = 36.36%
G = 26.42%
B = 37.22%

CMYK

 C value IS 0.02

 M value IS 0.29

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D49AD9 (or 0xD49AD9) is known color: Plum. HEX triplet: D4, 9A and D9. RGB value is (212,154,217). Sum of RGB (Red+Green+Blue) = 212+154+217=583 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.36% from 583); Green value is 154 (60.55% from 255 or 26.42% from 583); Blue value is 217 (85.16% from 255 or 37.22% from 583); Max value from RGB is 217 - color contains mainly: blue. Hex color #D49AD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D49AD9 is #2B6526. Grayscale: #B2B2B2. Windows color (decimal): -2843943 or 14260948. OLE color: 14260948.

HSL color Cylindrical-coordinate representation of color #D49AD9: hue angle of 295.24º degrees, saturation: 0.45, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D49AD9 is Cyan = 0.02, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 212 154 217 -
CMYK 0.02 0.29 0 0.15
HSL 295.24º 0.45% 0.73% -
HSV(B) 295.24º 0.29% 0.85% -
XYZ 51.23 42.12 71.08 -
YUV 178.52 149.72 151.88 -
System Red Green Blue C M Y K H S L
Decimal 212 154 217 0.02 0.29 0 0.15 295.24 0.45 0.73
Hex D4 9A D9 2 1D 0 F 127 2D 49
Octal 324 232 331 2 35 0 17 447 55 111
Binary 11010100 10011010 11011001 10 11101 0 1111 100100111 101101 1001001

Color Harmonies of #D49AD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49AD9

Black with #D49AD9

Text Example


Text Example

White with #D49AD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49AD9; }

 p { color: rgb(212,154,217); }

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

background-color css

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

 a { background-color: rgb(212,154,217); }

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

border-color css

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

 span { border-color: rgb(212,154,217); }

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