Html Css Color HEX #D49EDC Plum

📋 copy color: '#D49EDC'

red 212 ◦ green 158 ◦ blue 220

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

Shades of Plum #D49EDC

Tints of Plum #D49EDC

RGB

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

 GREEN value IS 158 (62.11% from 255) = 26.78%

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

R = 35.93%
G = 26.78%
B = 37.29%

CMYK

 C value IS 0.04

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D49EDC (or 0xD49EDC) is known color: Plum. HEX triplet: D4, 9E and DC. RGB value is (212,158,220). Sum of RGB (Red+Green+Blue) = 212+158+220=590 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.93% from 590); Green value is 158 (62.11% from 255 or 26.78% from 590); Blue value is 220 (86.33% from 255 or 37.29% from 590); Max value from RGB is 220 - color contains mainly: blue. Hex color #D49EDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D49EDC is #2B6123. Grayscale: #B5B5B5. Windows color (decimal): -2842916 or 14458580. OLE color: 14458580.

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

Color convert

RGB 212 158 220 -
CMYK 0.04 0.28 0 0.14
HSL 292.26º 0.47% 0.74% -
HSV(B) 292.26º 0.28% 0.86% -
XYZ 52.3 43.62 73.37 -
YUV 181.21 149.89 149.96 -
System Red Green Blue C M Y K H S L
Decimal 212 158 220 0.04 0.28 0 0.14 292.26 0.47 0.74
Hex D4 9E DC 4 1C 0 E 124 2F 4A
Octal 324 236 334 4 34 0 16 444 57 112
Binary 11010100 10011110 11011100 100 11100 0 1110 100100100 101111 1001010

Color Harmonies of #D49EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49EDC

Black with #D49EDC

Text Example


Text Example

White with #D49EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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