Html Css Color HEX #D19DD5 Plum

📋 copy color: '#D19DD5'

red 209 ◦ green 157 ◦ blue 213

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

Shades of Plum #D19DD5

Tints of Plum #D19DD5

RGB

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

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

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

R = 36.1%
G = 27.12%
B = 36.79%

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

#D19DD5 (or 0xD19DD5) is known color: Plum. HEX triplet: D1, 9D and D5. RGB value is (209,157,213). Sum of RGB (Red+Green+Blue) = 209+157+213=579 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.10% from 579); Green value is 157 (61.72% from 255 or 27.12% from 579); Blue value is 213 (83.59% from 255 or 36.79% from 579); Max value from RGB is 213 - color contains mainly: blue. Hex color #D19DD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D19DD5 is #2E622A. Grayscale: #B2B2B2. Windows color (decimal): -3039787 or 13999569. OLE color: 13999569.

HSL color Cylindrical-coordinate representation of color #D19DD5: hue angle of 295.71º 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 #D19DD5 is Cyan = 0.02, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 209 157 213 -
CMYK 0.02 0.26 0 0.16
HSL 295.71º 0.4% 0.73% -
HSV(B) 295.71º 0.26% 0.84% -
XYZ 50.36 42.47 68.49 -
YUV 178.93 147.23 149.45 -
System Red Green Blue C M Y K H S L
Decimal 209 157 213 0.02 0.26 0 0.16 295.71 0.4 0.73
Hex D1 9D D5 2 1A 0 10 128 28 49
Octal 321 235 325 2 32 0 20 450 50 111
Binary 11010001 10011101 11010101 10 11010 0 10000 100101000 101000 1001001

Color Harmonies of #D19DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19DD5

Black with #D19DD5

Text Example


Text Example

White with #D19DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19DD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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