Html Css Color HEX #D189DB Plum

📋 copy color: '#D189DB'

red 209 ◦ green 137 ◦ blue 219

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

Shades of Plum #D189DB

Tints of Plum #D189DB

RGB

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

 GREEN value IS 137 (53.91% from 255) = 24.25%

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

R = 36.99%
G = 24.25%
B = 38.76%

CMYK

 C value IS 0.05

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D189DB (or 0xD189DB) is known color: Plum. HEX triplet: D1, 89 and DB. RGB value is (209,137,219). Sum of RGB (Red+Green+Blue) = 209+137+219=565 (74% of max value = 765). Red value is 209 (82.03% from 255 or 36.99% from 565); Green value is 137 (53.91% from 255 or 24.25% from 565); Blue value is 219 (85.94% from 255 or 38.76% from 565); Max value from RGB is 219 - color contains mainly: blue. Hex color #D189DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D189DB is #2E7624. Grayscale: #A7A7A7. Windows color (decimal): -3044901 or 14387665. OLE color: 14387665.

HSL color Cylindrical-coordinate representation of color #D189DB: hue angle of 292.68º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D189DB is Cyan = 0.05, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 209 137 219 -
CMYK 0.05 0.37 0 0.14
HSL 292.68º 0.53% 0.7% -
HSV(B) 292.68º 0.37% 0.86% -
XYZ 48.03 36.56 71.54 -
YUV 167.88 156.85 157.33 -
System Red Green Blue C M Y K H S L
Decimal 209 137 219 0.05 0.37 0 0.14 292.68 0.53 0.7
Hex D1 89 DB 5 25 0 E 125 35 46
Octal 321 211 333 5 45 0 16 445 65 106
Binary 11010001 10001001 11011011 101 100101 0 1110 100100101 110101 1000110

Color Harmonies of #D189DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D189DB

Black with #D189DB

Text Example


Text Example

White with #D189DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D189DB; }

 p { color: rgb(209,137,219); }

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

background-color css

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

 a { background-color: rgb(209,137,219); }

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

border-color css

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

 span { border-color: rgb(209,137,219); }

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