Html Css Color HEX #D49CDA Plum

📋 copy color: '#D49CDA'

red 212 ◦ green 156 ◦ blue 218

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

Shades of Plum #D49CDA

Tints of Plum #D49CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 37.2%

R = 36.18%
G = 26.62%
B = 37.2%

CMYK

 C value IS 0.03

 M value IS 0.28

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D49CDA (or 0xD49CDA) is known color: Plum. HEX triplet: D4, 9C and DA. RGB value is (212,156,218). Sum of RGB (Red+Green+Blue) = 212+156+218=586 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.18% from 586); Green value is 156 (61.33% from 255 or 26.62% from 586); Blue value is 218 (85.55% from 255 or 37.20% from 586); Max value from RGB is 218 - color contains mainly: blue. Hex color #D49CDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D49CDA is #2B6325. Grayscale: #B3B3B3. Windows color (decimal): -2843430 or 14326996. OLE color: 14326996.

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

Color convert

RGB 212 156 218 -
CMYK 0.03 0.28 0 0.15
HSL 294.19º 0.46% 0.73% -
HSV(B) 294.19º 0.28% 0.85% -
XYZ 51.69 42.84 71.87 -
YUV 179.81 149.55 150.96 -
System Red Green Blue C M Y K H S L
Decimal 212 156 218 0.03 0.28 0 0.15 294.19 0.46 0.73
Hex D4 9C DA 3 1C 0 F 126 2E 49
Octal 324 234 332 3 34 0 17 446 56 111
Binary 11010100 10011100 11011010 11 11100 0 1111 100100110 101110 1001001

Color Harmonies of #D49CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49CDA

Black with #D49CDA

Text Example


Text Example

White with #D49CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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