Html Css Color HEX #D19DD9 Plum

📋 copy color: '#D19DD9'

red 209 ◦ green 157 ◦ blue 217

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

Shades of Plum #D19DD9

Tints of Plum #D19DD9

RGB

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

 GREEN value IS 157 (61.72% from 255) = 26.93%

 BLUE value IS 217 (85.16% from 255) = 37.22%

R = 35.85%
G = 26.93%
B = 37.22%

CMYK

 C value IS 0.04

 M value IS 0.28

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D19DD9 (or 0xD19DD9) is known color: Plum. HEX triplet: D1, 9D and D9. RGB value is (209,157,217). Sum of RGB (Red+Green+Blue) = 209+157+217=583 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.85% from 583); Green value is 157 (61.72% from 255 or 26.93% from 583); Blue value is 217 (85.16% from 255 or 37.22% from 583); Max value from RGB is 217 - color contains mainly: blue. Hex color #D19DD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D19DD9 is #2E6226. Grayscale: #B3B3B3. Windows color (decimal): -3039783 or 14261713. OLE color: 14261713.

HSL color Cylindrical-coordinate representation of color #D19DD9: hue angle of 292º degrees, saturation: 0.44, 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 #D19DD9 is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 209 157 217 -
CMYK 0.04 0.28 0 0.15
HSL 292º 0.44% 0.73% -
HSV(B) 292º 0.28% 0.85% -
XYZ 50.88 42.68 71.2 -
YUV 179.39 149.23 149.12 -
System Red Green Blue C M Y K H S L
Decimal 209 157 217 0.04 0.28 0 0.15 292 0.44 0.73
Hex D1 9D D9 4 1C 0 F 124 2C 49
Octal 321 235 331 4 34 0 17 444 54 111
Binary 11010001 10011101 11011001 100 11100 0 1111 100100100 101100 1001001

Color Harmonies of #D19DD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19DD9

Black with #D19DD9

Text Example


Text Example

White with #D19DD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19DD9; }

 p { color: rgb(209,157,217); }

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

background-color css

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

 a { background-color: rgb(209,157,217); }

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

border-color css

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

 span { border-color: rgb(209,157,217); }

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