Html Css Color HEX #D189DC Plum

📋 copy color: '#D189DC'

red 209 ◦ green 137 ◦ blue 220

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

Shades of Plum #D189DC

Tints of Plum #D189DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 38.87%

R = 36.93%
G = 24.2%
B = 38.87%

CMYK

 C value IS 0.05

 M value IS 0.38

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D189DC (or 0xD189DC) is known color: Plum. HEX triplet: D1, 89 and DC. RGB value is (209,137,220). Sum of RGB (Red+Green+Blue) = 209+137+220=566 (74% of max value = 765). Red value is 209 (82.03% from 255 or 36.93% from 566); Green value is 137 (53.91% from 255 or 24.20% from 566); Blue value is 220 (86.33% from 255 or 38.87% from 566); Max value from RGB is 220 - color contains mainly: blue. Hex color #D189DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D189DC is #2E7623. Grayscale: #A7A7A7. Windows color (decimal): -3044900 or 14453201. OLE color: 14453201.

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

Color convert

RGB 209 137 220 -
CMYK 0.05 0.38 0 0.14
HSL 292.05º 0.54% 0.7% -
HSV(B) 292.05º 0.38% 0.86% -
XYZ 48.16 36.61 72.24 -
YUV 167.99 157.35 157.25 -
System Red Green Blue C M Y K H S L
Decimal 209 137 220 0.05 0.38 0 0.14 292.05 0.54 0.7
Hex D1 89 DC 5 26 0 E 124 36 46
Octal 321 211 334 5 46 0 16 444 66 106
Binary 11010001 10001001 11011100 101 100110 0 1110 100100100 110110 1000110

Color Harmonies of #D189DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D189DC

Black with #D189DC

Text Example


Text Example

White with #D189DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D189DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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