Html Css Color HEX #D189D5 Plum

📋 copy color: '#D189D5'

red 209 ◦ green 137 ◦ blue 213

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

Shades of Plum #D189D5

Tints of Plum #D189D5

RGB

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

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

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

R = 37.39%
G = 24.51%
B = 38.1%

CMYK

 C value IS 0.02

 M value IS 0.36

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D189D5 (or 0xD189D5) is known color: Plum. HEX triplet: D1, 89 and D5. RGB value is (209,137,213). Sum of RGB (Red+Green+Blue) = 209+137+213=559 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.39% from 559); Green value is 137 (53.91% from 255 or 24.51% from 559); Blue value is 213 (83.59% from 255 or 38.10% from 559); Max value from RGB is 213 - color contains mainly: blue. Hex color #D189D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D189D5 is #2E762A. Grayscale: #A6A6A6. Windows color (decimal): -3044907 or 13994449. OLE color: 13994449.

HSL color Cylindrical-coordinate representation of color #D189D5: hue angle of 296.84º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D189D5 is Cyan = 0.02, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 209 137 213 -
CMYK 0.02 0.36 0 0.16
HSL 296.84º 0.48% 0.69% -
HSV(B) 296.84º 0.36% 0.84% -
XYZ 47.25 36.25 67.46 -
YUV 167.19 153.85 157.82 -
System Red Green Blue C M Y K H S L
Decimal 209 137 213 0.02 0.36 0 0.16 296.84 0.48 0.69
Hex D1 89 D5 2 24 0 10 129 30 45
Octal 321 211 325 2 44 0 20 451 60 105
Binary 11010001 10001001 11010101 10 100100 0 10000 100101001 110000 1000101

Color Harmonies of #D189D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D189D5

Black with #D189D5

Text Example


Text Example

White with #D189D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D189D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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