Html Css Color HEX #D9A1DB Plum

📋 copy color: '#D9A1DB'

red 217 ◦ green 161 ◦ blue 219

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

Shades of Plum #D9A1DB

Tints of Plum #D9A1DB

RGB

 RED value IS 217 (85.16% from 255) = 36.35%

 GREEN value IS 161 (63.28% from 255) = 26.97%

 BLUE value IS 219 (85.94% from 255) = 36.68%

R = 36.35%
G = 26.97%
B = 36.68%

CMYK

 C value IS 0.01

 M value IS 0.26

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D9A1DB (or 0xD9A1DB) is known color: Plum. HEX triplet: D9, A1 and DB. RGB value is (217,161,219). Sum of RGB (Red+Green+Blue) = 217+161+219=597 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.35% from 597); Green value is 161 (63.28% from 255 or 26.97% from 597); Blue value is 219 (85.94% from 255 or 36.68% from 597); Max value from RGB is 219 - color contains mainly: blue. Hex color #D9A1DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9A1DB is #265E24. Grayscale: #B8B8B8. Windows color (decimal): -2514469 or 14393817. OLE color: 14393817.

HSL color Cylindrical-coordinate representation of color #D9A1DB: hue angle of 297.93º degrees, saturation: 0.45, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D9A1DB is Cyan = 0.01, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 217 161 219 -
CMYK 0.01 0.26 0 0.14
HSL 297.93º 0.45% 0.75% -
HSV(B) 297.93º 0.26% 0.86% -
XYZ 54.15 45.36 72.92 -
YUV 184.36 147.55 151.28 -
System Red Green Blue C M Y K H S L
Decimal 217 161 219 0.01 0.26 0 0.14 297.93 0.45 0.75
Hex D9 A1 DB 1 1A 0 E 12A 2D 4B
Octal 331 241 333 1 32 0 16 452 55 113
Binary 11011001 10100001 11011011 1 11010 0 1110 100101010 101101 1001011

Color Harmonies of #D9A1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A1DB

Black with #D9A1DB

Text Example


Text Example

White with #D9A1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A1DB; }

 p { color: rgb(217,161,219); }

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

background-color css

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

 a { background-color: rgb(217,161,219); }

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

border-color css

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

 span { border-color: rgb(217,161,219); }

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