Html Css Color HEX #D49ADC Plum

📋 copy color: '#D49ADC'

red 212 ◦ green 154 ◦ blue 220

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

Shades of Plum #D49ADC

Tints of Plum #D49ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 37.54%

R = 36.18%
G = 26.28%
B = 37.54%

CMYK

 C value IS 0.04

 M value IS 0.3

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D49ADC (or 0xD49ADC) is known color: Plum. HEX triplet: D4, 9A and DC. RGB value is (212,154,220). Sum of RGB (Red+Green+Blue) = 212+154+220=586 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.18% from 586); Green value is 154 (60.55% from 255 or 26.28% from 586); Blue value is 220 (86.33% from 255 or 37.54% from 586); Max value from RGB is 220 - color contains mainly: blue. Hex color #D49ADC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D49ADC is #2B6523. Grayscale: #B2B2B2. Windows color (decimal): -2843940 or 14457556. OLE color: 14457556.

HSL color Cylindrical-coordinate representation of color #D49ADC: hue angle of 292.73º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D49ADC is Cyan = 0.04, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 212 154 220 -
CMYK 0.04 0.3 0 0.14
HSL 292.73º 0.49% 0.73% -
HSV(B) 292.73º 0.3% 0.86% -
XYZ 51.63 42.28 73.15 -
YUV 178.87 151.22 151.63 -
System Red Green Blue C M Y K H S L
Decimal 212 154 220 0.04 0.3 0 0.14 292.73 0.49 0.73
Hex D4 9A DC 4 1E 0 E 125 31 49
Octal 324 232 334 4 36 0 16 445 61 111
Binary 11010100 10011010 11011100 100 11110 0 1110 100100101 110001 1001001

Color Harmonies of #D49ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49ADC

Black with #D49ADC

Text Example


Text Example

White with #D49ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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