Html Css Color HEX #D19ED5 Plum

📋 copy color: '#D19ED5'

red 209 ◦ green 158 ◦ blue 213

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

Shades of Plum #D19ED5

Tints of Plum #D19ED5

RGB

 RED value IS 209 (82.03% from 255) = 36.03%

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

 BLUE value IS 213 (83.59% from 255) = 36.72%

R = 36.03%
G = 27.24%
B = 36.72%

CMYK

 C value IS 0.02

 M value IS 0.26

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D19ED5 (or 0xD19ED5) is known color: Plum. HEX triplet: D1, 9E and D5. RGB value is (209,158,213). Sum of RGB (Red+Green+Blue) = 209+158+213=580 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.03% from 580); Green value is 158 (62.11% from 255 or 27.24% from 580); Blue value is 213 (83.59% from 255 or 36.72% from 580); Max value from RGB is 213 - color contains mainly: blue. Hex color #D19ED5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D19ED5 is #2E612A. Grayscale: #B3B3B3. Windows color (decimal): -3039531 or 13999825. OLE color: 13999825.

HSL color Cylindrical-coordinate representation of color #D19ED5: hue angle of 295.64º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D19ED5 is Cyan = 0.02, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 209 158 213 -
CMYK 0.02 0.26 0 0.16
HSL 295.64º 0.4% 0.73% -
HSV(B) 295.64º 0.26% 0.84% -
XYZ 50.53 42.81 68.55 -
YUV 179.52 146.9 149.03 -
System Red Green Blue C M Y K H S L
Decimal 209 158 213 0.02 0.26 0 0.16 295.64 0.4 0.73
Hex D1 9E D5 2 1A 0 10 128 28 49
Octal 321 236 325 2 32 0 20 450 50 111
Binary 11010001 10011110 11010101 10 11010 0 10000 100101000 101000 1001001

Color Harmonies of #D19ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19ED5

Black with #D19ED5

Text Example


Text Example

White with #D19ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19ED5; }

 p { color: rgb(209,158,213); }

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

background-color css

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

 a { background-color: rgb(209,158,213); }

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

border-color css

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

 span { border-color: rgb(209,158,213); }

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