Html Css Color HEX #D49AD1 Plum

📋 copy color: '#D49AD1'

red 212 ◦ green 154 ◦ blue 209

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

Shades of Plum #D49AD1

Tints of Plum #D49AD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 36.35%

R = 36.87%
G = 26.78%
B = 36.35%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.01

 K value IS 0.17

RGB Variations

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

Color information

#D49AD1 (or 0xD49AD1) is known color: Plum. HEX triplet: D4, 9A and D1. RGB value is (212,154,209). Sum of RGB (Red+Green+Blue) = 212+154+209=575 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.87% from 575); Green value is 154 (60.55% from 255 or 26.78% from 575); Blue value is 209 (82.03% from 255 or 36.35% from 575); Max value from RGB is 212 - color contains mainly: red. Hex color #D49AD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D49AD1 is #2B652E. Grayscale: #B1B1B1. Windows color (decimal): -2843951 or 13736660. OLE color: 13736660.

HSL color Cylindrical-coordinate representation of color #D49AD1: hue angle of 303.1º degrees, saturation: 0.4, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D49AD1 is Cyan = 0, Magento = 0.27, Yellow = 0.01 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 154 209 -
CMYK 0 0.27 0.01 0.17
HSL 303.1º 0.4% 0.72% -
HSV(B) 303.1º 0.27% 0.83% -
XYZ 50.22 41.71 65.73 -
YUV 177.61 145.72 152.53 -
System Red Green Blue C M Y K H S L
Decimal 212 154 209 0 0.27 0.01 0.17 303.1 0.4 0.72
Hex D4 9A D1 0 1B 1 11 12F 28 48
Octal 324 232 321 0 33 1 21 457 50 110
Binary 11010100 10011010 11010001 0 11011 1 10001 100101111 101000 1001000

Color Harmonies of #D49AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49AD1

Black with #D49AD1

Text Example


Text Example

White with #D49AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49AD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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